summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Improve the typeinfo module (#17625)konsumlamm2021-04-051-122/+129
* fix :number-lines: regression (#17639)Andrey Makarov2021-04-051-1/+1
* fix rst option list at EOF (follow-up #17442) (#17638)Andrey Makarov2021-04-041-1/+1
* remove un-needed {.push hint[ConvFromXtoItselfNotNeeded]: off.} in asyncfutur...Timothee Cour2021-04-032-6/+1
* implement RFCs/294 ; disallow enum <=> enum conversion (#16351)Timothee Cour2021-04-031-1/+1
* fix #17615(runnableExamples silently ignored if placed after some code) (#17619)flywind2021-04-024-9/+8
* enable syntax highlighting for inline code (#17585)Andrey Makarov2021-04-023-33/+125
* [docs minor] close #17618 (#17620)flywind2021-04-021-9/+12
* new `genAst` as replacement for `quote do` (#17426)Timothee Cour2021-04-022-1/+91
* [docs minor] close #16553 (#17612)flywind2021-04-021-10/+6
* Fix #17017 (math edge cases) (#17588)konsumlamm2021-04-011-5/+13
* jsonutils: support cstring (including as Table key); improve docs (#16062)Timothee Cour2021-03-311-5/+17
* Removes asynchttpserver.getSocket. (#17587)Dominik Picheta2021-03-311-14/+0
* fix #15617(fix compilation failure on -d:useMalloc --gc:none) (#17555)flywind2021-03-301-0/+10
* add getPort to resolve Port(0) (#17559)Timothee Cour2021-03-301-15/+27
* Rotation right and left refactored to generics. Continuation of #16622 (#17578)rockcavera2021-03-301-88/+31
* [backport:1.2] Avoid inlining of newObj and newObjRC1 calls (#17582)Miran2021-03-301-2/+2
* Fix void async in templates (#17562)Ardek Romak2021-03-301-2/+3
* Fix #17299, fix setAffinity for android (#17574)Clyybber2021-03-301-2/+17
* Add hasDataBuffered to asyncnet (#16000)Dylan Modesitt2021-03-291-0/+5
* [std/uri]fix #17481 (#17568)flywind2021-03-291-1/+1
* RST: enable parsing of prefix roles (ref #17340) (#17514)Andrey Makarov2021-03-291-18/+20
* [os:standalone]fix #14011 (#17564)flywind2021-03-291-2/+8
* added nkError to the AST (#17567)Andreas Rumpf2021-03-291-1/+2
* [docs]fix #17473 (#17565)flywind2021-03-292-4/+13
* Add `hasClosure` to `std/typetraits` (#17501)flywind2021-03-291-0/+11
* remove std/ prefix from doc/lib.rst now that canonical import is shown in mod...Timothee Cour2021-03-291-17/+10
* Small doc fixes in net (#17566)Danil Yarantsev2021-03-291-4/+2
* remove docutils.nimble (not a real nimble package, and affected canonical imp...Timothee Cour2021-03-296-13/+7
* Small doc improvements for `std/with` (#17556)konsumlamm2021-03-291-3/+4
* Fix net.readLine infine loop #17534 (#17535)ben2021-03-291-0/+1
* fix #14010(fix std/registry + arc) (#17551)flywind2021-03-291-8/+10
* Free the certificate after checking in `checkCertName` (#17558) [backport:1.2]Danil Yarantsev2021-03-292-3/+6
* [docs]close #12580 (#17549)flywind2021-03-281-2/+2
* follow up #17539 (#17548)flywind2021-03-292-2/+1
* Add a getter for all defined Sections in parsecfg (#15450)Ardek Romak2021-03-281-0/+6
* system: fix link in `delete` proc (#17550)ee72021-03-281-1/+1
* set const arch64 to fix compiling with vcc/icc (#17539)rockcavera2021-03-281-0/+1
* nnkArglist => nnkArgList + special case stylecheck:error (#17529)Timothee Cour2021-03-273-3/+3
* cleaned up the internal documentation (#17524)Andreas Rumpf2021-03-262-1/+81
* lent support for tables (#17505)flywind2021-03-251-9/+9
* fix RST parsing after option lists (#17442)Andrey Makarov2021-03-251-1/+72
* fix #17260 render `\` properly in nim doc, rst2html (#17315)Timothee Cour2021-03-242-7/+18
* fix #17325 linux 32bit CI; fix #17085 flaky test (#17469)Timothee Cour2021-03-241-3/+4
* fix #17490 (#17491)flywind2021-03-241-4/+10
* followup #16182 (#17472)flywind2021-03-231-3/+3
* remove {.compileTime.} for procs with NimNode: redundant because of tfTrigger...Timothee Cour2021-03-236-112/+106
* add algorithm.merge (#16182)flywind2021-03-231-0/+94
* fix #17454 (#17461)Timothee Cour2021-03-231-11/+9
* remove redundant void return in stdlib (#17464)Timothee Cour2021-03-237-12/+11