summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | GC v2 works sometimesAndreas Rumpf2017-09-282-370/+124
|/ / /
* | | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-09-282-24/+61
|\ \ \
| * | | Fix node quit (#6444)Alexander Ivanov2017-09-281-0/+4
| * | | Add flatMap operator to Options (#6404)Zach Smith2017-09-271-24/+57
* | | | fixes #6438Andreas Rumpf2017-09-281-10/+25
|/ / /
* | | minor improvement for the db_sqlite moduleAndreas Rumpf2017-09-271-1/+2
* | | make tests green againAndreas Rumpf2017-09-262-12/+12
* | | workaround a GC/codegen issue that proves nasty to fixAndreas Rumpf2017-09-261-1/+4
* | | breaking change: getAst strips away pointless nnkStmtList nodes; node renderi...Andreas Rumpf2017-09-263-5/+13
* | | fixes #6433Andreas Rumpf2017-09-251-6/+11
* | | make the tester compile againAndreas Rumpf2017-09-251-1/+1
* | | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-09-251-0/+3
|\ \ \
| * | | Added changelog.md.Dominik Picheta2017-09-241-0/+3
* | | | fixes #6435Andreas Rumpf2017-09-251-1/+1
* | | | first steps of making 'opt' a first class type for NimAndreas Rumpf2017-09-2520-35/+198
* | | | some work to make 'opt' a first class typeAndreas Rumpf2017-09-2413-71/+52
|/ / /
* | | newSeqOfCap: skip initialization step for non-GC-ed dataAndreas Rumpf2017-09-241-1/+5
* | | write tracking for funcs implementedAndreas Rumpf2017-09-232-1/+5
* | | first implementation of the 'func' keywordAndreas Rumpf2017-09-2331-84/+97
* | | Merge branch 'devel' into araq-better-codegenAndreas Rumpf2017-09-238-8/+133
|\ \ \
| * \ \ Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-09-225-7/+121
| |\ \ \
| | * | | Fix `getPeerAddr()` `getPeerAddr()`: +`sin6_addr` (#6410)wt2017-09-211-2/+2
| | * | | documentation improvement; make mixin easier to search (#6409)jlp7652017-09-211-0/+6
| | * | | Sets enhancements, fixes #2467 (#6158)GULPF2017-09-201-4/+94
| | * | | Array typedesc len (#6032)ephja2017-09-172-1/+19
| * | | | NimScript: added buildOS and buildCPU constantsAndreas Rumpf2017-09-223-1/+12
| |/ / /
* | | | added 'nim jsonscript' featureAndreas Rumpf2017-09-234-33/+76
* | | | make gc:v2 compile againAndreas Rumpf2017-09-222-19/+21
* | | | Merge branch 'araq-better-pure-enums' into araq-better-codegenAndreas Rumpf2017-09-226-7/+27
|\ \ \ \
| * | | | .pure enums are much more convenient to use nowAndreas Rumpf2017-09-176-7/+27
| |/ / /
* | | | new string behaviour now available under nimShallowStringsAndreas Rumpf2017-09-221-6/+3
* | | | preparations for string optimizationsAndreas Rumpf2017-09-223-9/+38
* | | | fixes #6403Andreas Rumpf2017-09-212-15/+26
* | | | make tests green againAndreas Rumpf2017-09-211-0/+1
* | | | revert accidentical asyncmacro changeAndreas Rumpf2017-09-211-1/+1
* | | | refactoring: TLoc knows the node it originated from; it is planned to use thi...Andreas Rumpf2017-09-218-196/+215
* | | | introduce OnHeapNew and rename TLoc.s to TLoc.storageAndreas Rumpf2017-09-218-92/+96
|/ / /
* | | Closes #6083, closes #6086, closes #6379 (#6392)Daniil Yarancev2017-09-161-8/+58
* | | Reorder json `add` and `%`, fixes #6385 (#6388)Mamy Ratsimbazafy2017-09-163-10/+25
* | | 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-165-12/+20
|\ \ \
| * | | balance Genode CPU pinning, deadlock at Genode exit (#6317)Emery Hemingway2017-09-163-7/+17
| * | | Update docs on assignment operator (#6373)superfunc2017-09-152-5/+3
* | | | 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
* | | Fix operations on string as openarray in VM. (#6257)Parashurama2017-09-155-8/+69
* | | Update memfiles.nim (#6328)Denis Rumyantsev2017-09-151-1/+1
* | | Changed JSON stringification to preserve UTF (#6330)Yuriy Glukhov2017-09-152-19/+12