Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | revert the 'wasMoved' logic until the write barrier has been adapted | Andreas Rumpf | 2017-09-29 | 1 | -1/+2 | |
| * | | | GCs: use add instead of & | Andreas Rumpf | 2017-09-29 | 2 | -6/+6 | |
| * | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2017-09-28 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| | * | | | Add default value for filename in parseJson proc (#6441) | konqoro | 2017-09-28 | 1 | -1/+1 | |
| * | | | | GC v2 works sometimes | Andreas Rumpf | 2017-09-28 | 1 | -370/+122 | |
| |/ / / | ||||||
| * | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2017-09-28 | 2 | -24/+61 | |
| |\ \ \ | ||||||
| | * | | | Fix node quit (#6444) | Alexander Ivanov | 2017-09-28 | 1 | -0/+4 | |
| | * | | | Add flatMap operator to Options (#6404) | Zach Smith | 2017-09-27 | 1 | -24/+57 | |
| * | | | | fixes #6438 | Andreas Rumpf | 2017-09-28 | 1 | -10/+25 | |
| |/ / / | ||||||
| * | | | minor improvement for the db_sqlite module | Andreas Rumpf | 2017-09-27 | 1 | -1/+2 | |
| * | | | make tests green again | Andreas Rumpf | 2017-09-26 | 1 | -3/+3 | |
| * | | | fixes #6433 | Andreas Rumpf | 2017-09-25 | 1 | -6/+11 | |
| * | | | make the tester compile again | Andreas Rumpf | 2017-09-25 | 1 | -1/+1 | |
| * | | | first steps of making 'opt' a first class type for Nim | Andreas Rumpf | 2017-09-25 | 9 | -18/+51 | |
| * | | | some work to make 'opt' a first class type | Andreas Rumpf | 2017-09-24 | 1 | -1/+1 | |
| * | | | newSeqOfCap: skip initialization step for non-GC-ed data | Andreas Rumpf | 2017-09-24 | 1 | -1/+5 | |
| * | | | first implementation of the 'func' keyword | Andreas Rumpf | 2017-09-23 | 1 | -3/+5 | |
| * | | | Merge branch 'devel' into araq-better-codegen | Andreas Rumpf | 2017-09-23 | 4 | -7/+106 | |
| |\ \ \ | ||||||
| | * \ \ | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2017-09-22 | 3 | -7/+97 | |
| | |\ \ \ | ||||||
| | | * | | | Fix `getPeerAddr()` `getPeerAddr()`: +`sin6_addr` (#6410) | wt | 2017-09-21 | 1 | -2/+2 | |
| | | * | | | Sets enhancements, fixes #2467 (#6158) | GULPF | 2017-09-20 | 1 | -4/+94 | |
| | | * | | | Array typedesc len (#6032) | ephja | 2017-09-17 | 1 | -1/+1 | |
| | * | | | | NimScript: added buildOS and buildCPU constants | Andreas Rumpf | 2017-09-22 | 1 | -0/+9 | |
| | |/ / / | ||||||
| * | | | | make gc:v2 compile again | Andreas Rumpf | 2017-09-22 | 2 | -19/+21 | |
| * | | | | new string behaviour now available under nimShallowStrings | Andreas Rumpf | 2017-09-22 | 1 | -6/+3 | |
| * | | | | preparations for string optimizations | Andreas Rumpf | 2017-09-22 | 3 | -9/+38 | |
| * | | | | revert accidentical asyncmacro change | Andreas Rumpf | 2017-09-21 | 1 | -1/+1 | |
| * | | | | introduce OnHeapNew and rename TLoc.s to TLoc.storage | Andreas Rumpf | 2017-09-21 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | Reorder json `add` and `%`, fixes #6385 (#6388) | Mamy Ratsimbazafy | 2017-09-16 | 1 | -10/+10 | |
| * | | | prepared stdlb for new integer arithmetic rules | Andreas Rumpf | 2017-09-16 | 2 | -8/+8 | |
| * | | | hotfix: fixes seq.add and str.add for edge cases | Andreas Rumpf | 2017-09-16 | 1 | -8/+12 | |
| * | | | in prepration for the upcoming different integer inference rules | Andreas Rumpf | 2017-09-16 | 2 | -2/+2 | |
| * | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2017-09-16 | 3 | -7/+17 | |
| |\ \ \ | ||||||
| | * | | | balance Genode CPU pinning, deadlock at Genode exit (#6317) | Emery Hemingway | 2017-09-16 | 3 | -7/+17 | |
| * | | | | development version is odd | Andreas Rumpf | 2017-09-15 | 1 | -5/+5 | |
| |/ / / | ||||||
* | | | | Merge branch 'devel' into araq | Andreas Rumpf | 2017-09-15 | 9 | -62/+135 | |
|\| | | | ||||||
| * | | | db_postgres: Refactor open() behavior to be consistent with other DBs (#6381) | Lyndsy Simon | 2017-09-15 | 1 | -4/+7 | |
| * | | | Update memfiles.nim (#6328) | Denis Rumyantsev | 2017-09-15 | 1 | -1/+1 | |
| * | | | Changed JSON stringification to preserve UTF (#6330) | Yuriy Glukhov | 2017-09-15 | 1 | -18/+11 | |
| * | | | Add counterpart to containsOrIncl for excl (#6360) | superfunc | 2017-09-15 | 3 | -37/+93 | |
| * | | | Document inclusiveness of Slices (#6362) | superfunc | 2017-09-15 | 1 | -0/+15 | |
| * | | | Fix wrong result of countLines() (#6371) | Simon Krauter | 2017-09-15 | 1 | -1/+2 | |
| * | | | Handle failed uri parsing in asynchttpserver (#6374) | superfunc | 2017-09-15 | 1 | -1/+6 | |
* | | | | Merge branch 'araq' of github.com:nim-lang/Nim into araq | Andreas Rumpf | 2017-09-15 | 6 | -13/+30 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | update Nim's version | Andreas Rumpf | 2017-09-15 | 1 | -1/+1 | |
| * | | | make bootstrapping work under the new integer promotion rules | Andreas Rumpf | 2017-09-15 | 1 | -1/+1 | |
| * | | | Merge branch 'devel' into araq | Andreas Rumpf | 2017-09-15 | 72 | -1639/+2118 | |
| |\ \ \ | ||||||
| * | | | | no interval arithmetic anymore to construct implicit range types; breaking ch... | Andreas Rumpf | 2017-07-13 | 3 | -9/+9 | |
| * | | | | Merge branch 'devel' into araq | Andreas Rumpf | 2017-07-13 | 42 | -226/+622 | |
| |\ \ \ \ | ||||||
| | * | | | | fixes #5871 | Andreas Rumpf | 2017-07-13 | 2 | -3/+3 |