summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* some work to make 'opt' a first class typeAndreas Rumpf2017-09-241-1/+1
* newSeqOfCap: skip initialization step for non-GC-ed dataAndreas Rumpf2017-09-241-1/+5
* first implementation of the 'func' keywordAndreas Rumpf2017-09-231-3/+5
* Merge branch 'devel' into araq-better-codegenAndreas Rumpf2017-09-234-7/+106
|\
| * Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-09-223-7/+97
| |\
| | * Fix `getPeerAddr()` `getPeerAddr()`: +`sin6_addr` (#6410)wt2017-09-211-2/+2
| | * Sets enhancements, fixes #2467 (#6158)GULPF2017-09-201-4/+94
| | * Array typedesc len (#6032)ephja2017-09-171-1/+1
| * | NimScript: added buildOS and buildCPU constantsAndreas Rumpf2017-09-221-0/+9
| |/
* | make gc:v2 compile againAndreas Rumpf2017-09-222-19/+21
* | new string behaviour now available under nimShallowStringsAndreas Rumpf2017-09-221-6/+3
* | preparations for string optimizationsAndreas Rumpf2017-09-223-9/+38
* | revert accidentical asyncmacro changeAndreas Rumpf2017-09-211-1/+1
* | introduce OnHeapNew and rename TLoc.s to TLoc.storageAndreas Rumpf2017-09-211-1/+1
|/
* Reorder json `add` and `%`, fixes #6385 (#6388)Mamy Ratsimbazafy2017-09-161-10/+10
* prepared stdlb for new integer arithmetic rulesAndreas Rumpf2017-09-162-8/+8
* hotfix: fixes seq.add and str.add for edge casesAndreas Rumpf2017-09-161-8/+12
* in prepration for the upcoming different integer inference rulesAndreas Rumpf2017-09-162-2/+2
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-09-163-7/+17
|\
| * balance Genode CPU pinning, deadlock at Genode exit (#6317)Emery Hemingway2017-09-163-7/+17
* | development version is oddAndreas Rumpf2017-09-151-5/+5
|/
* db_postgres: Refactor open() behavior to be consistent with other DBs (#6381)Lyndsy Simon2017-09-151-4/+7
* Update memfiles.nim (#6328)Denis Rumyantsev2017-09-151-1/+1
* Changed JSON stringification to preserve UTF (#6330)Yuriy Glukhov2017-09-151-18/+11
* Add counterpart to containsOrIncl for excl (#6360)superfunc2017-09-153-37/+93
* Document inclusiveness of Slices (#6362)superfunc2017-09-151-0/+15
* Fix wrong result of countLines() (#6371)Simon Krauter2017-09-151-1/+2
* Handle failed uri parsing in asynchttpserver (#6374)superfunc2017-09-151-1/+6
* Fixed closure compiler incompatibility (#6365)Yuriy Glukhov2017-09-111-1/+1
* Support `in` operator on StringTableRefLynn C. Rees2017-09-081-0/+4
* Improve TimeInterval docs #6135 (#6341)Federico Ceratto2017-09-071-8/+20
* version update: 0.17.2Araq2017-09-061-1/+1
* Update doc for json.to() with limitation (#6334)superfunc2017-09-061-0/+1
* Fixed handling of surrogate pairs (#6332)Yuriy Glukhov2017-09-052-10/+18
* fixes #6327Andreas Rumpf2017-09-051-1/+2
* parsesql: better 'len' operation; added '[]' accessAndreas Rumpf2017-09-051-2/+7
* equality check on NimSym has now support in the VM; refs #6139Araq2017-09-031-0/+3
* Improve docs around subtracting times (#6152)Federico Ceratto2017-09-031-0/+12
* Fix #4366 (#6290)Daniil Yarancev2017-09-021-1/+1
* os.nim: revert findExe 'improvement' that breaks our buildsAndreas Rumpf2017-09-011-6/+1
* os.findExe: do not return binaries in the cwdAraq2017-09-011-1/+6
* fixes #1734, fixes #3138, fixes #3759araq2017-09-011-14/+17
* another attempt to make travis and appveyor green againAndreas Rumpf2017-09-011-3/+3
* parsesql can parse more SQLAraq2017-09-011-25/+54
* fix os.nim for WindowsAndreas Rumpf2017-09-011-0/+3
* refactor os.nim and ospaths.nimAndreas Rumpf2017-09-014-872/+877
* os.nim: do not include and import ospathsAndreas Rumpf2017-09-011-9/+1
* make tests green againAndreas Rumpf2017-08-311-1/+7
* tables.nim: use proper spacingAndreas Rumpf2017-08-311-5/+5
* low/high/of are now overloadable operationsAndreas Rumpf2017-08-301-18/+25