summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Small privateAccess improvement (#17786)Clyybber2021-04-191-1/+1
* Rename `=` to `=copy` in stdlib (#17781)Clyybber2021-04-195-4/+5
* [std/locks]close #7998(complete condition variables) (#17711)flywind2021-04-195-45/+60
* [std/locks]remove workaround for withLock (#17772)flywind2021-04-191-4/+3
* Documentation only, dom (#17770)Juan Carlos2021-04-191-1/+3
* [std/rlocks]add inline pragma (#17773)flywind2021-04-191-3/+3
* privateAccess now works with ref | ptr (#17760)Timothee Cour2021-04-191-1/+1
* Fix #17755 (#17766)Dankr4d2021-04-181-2/+11
* fix #17749 ignore SIGPIPE signals, fix nim CI #17748 (#17752)Timothee Cour2021-04-181-3/+13
* IC exposes typedesc implementation shenanigans (#17759)Andreas Rumpf2021-04-181-1/+1
* make cuchar alias uint8 instead of char (#17738)shirleyquirk2021-04-171-1/+1
* replace defer with try ... finally (#17753)flywind2021-04-171-5/+5
* cString => cSourceString; tyCString => tyCstring so that error msgs show cstr...Timothee Cour2021-04-175-8/+8
* Fix buffer-overrun bug in net (#17728) [backport:1.0]shirleyquirk2021-04-161-4/+3
* std/hashes: hash(ref|ptr|pointer) + other improvements (#17731)Timothee Cour2021-04-161-23/+49
* start using import {.all.} (#17736)Timothee Cour2021-04-161-22/+0
* `import foo {.all.}` reboot (#17706)Timothee Cour2021-04-161-0/+34
* make the copy operation of Thread an error (#17734)flywind2021-04-161-0/+2
* Fix array's high & low return type for empty arrays (#17705)Tanguy Cizain2021-04-151-0/+8
* Fix getCustomPragmaVal for some multi arg pragmas (#17723)Clyybber2021-04-151-41/+45
* rst indentation fixes (ref #17340) (#17715)Andrey Makarov2021-04-152-39/+74
* 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