summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* simplify asyncfutures, asyncmacro (#17633)Timothee Cour2021-04-142-72/+31
* getCustomPragma is split up in more usable chunks (#11526)Arne Döring2021-04-141-93/+165
* callback cannot be nil (#17718)flywind2021-04-141-0/+1
* Update channels.nim (#17717)flywind2021-04-141-4/+4
* Remove the use of usrToCell in gcMark [backport:1.2] (#17709)zah2021-04-142-6/+5
* add number literal jsbigints.big (#17707)Timothee Cour2021-04-131-7/+13
* remove unnecessary assignment (#17702)flywind2021-04-121-1/+0
* followup strformat PR. backslash escapes, tests, docs (#17700)shirleyquirk2021-04-121-4/+29
* macrocache.nim: removed trailing whitespaceAraq2021-04-111-23/+23
* iterable[T] (#17196)Timothee Cour2021-04-111-0/+4
* [feature] add arbitrary code execution to strformat (#17694)shirleyquirk2021-04-111-9/+28
* restyle RST option lists (#17637)Andrey Makarov2021-04-103-8/+16
* Genode platform fixes (#17521)Emery Hemingway2021-04-094-24/+48
* hashes: Made the runnableExample easier to understand (#17689)Andreas Rumpf2021-04-091-1/+1
* add std/tasks (#17447)flywind2021-04-091-0/+272
* Fix small typos (#17680)konsumlamm2021-04-091-0/+1
* Fix rst typo (#17671)konsumlamm2021-04-081-1/+1
* Update `sysrand` documentation (#17676)konsumlamm2021-04-081-16/+16
* further progress on rst roles & directives (fix #17646) (#17659)Andrey Makarov2021-04-0810-50/+92
* Improve endians module (#17674)konsumlamm2021-04-081-7/+42
* use strstr for a faster find implementation (#17672)Andreas Rumpf2021-04-081-3/+26
* fixes #17647 (#17667)Andreas Rumpf2021-04-074-21/+21
* use sink and lent in deques (#17661)flywind2021-04-071-10/+10
* ensure the avr example keeps compiling (#17663)Andreas Rumpf2021-04-071-0/+4
* close #4451 (#17627)flywind2021-04-061-1/+2
* don't run one example on 32-bit machines (#17655)Miran2021-04-061-3/+4
* ref #14873 (#17644)flywind2021-04-061-0/+5
* items(array)+friends: remove a RT comparison (#17650)Timothee Cour2021-04-061-8/+8
* document caveats of quit (#17648)Timothee Cour2021-04-051-4/+8
* 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