summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | disable the new DFAAndreas Rumpf2017-10-092-26/+38
| * | | | work in progress: a dataflow architecture for NimAndreas Rumpf2017-10-092-2/+416
| * | | | Add missing nilChecks compiling option (#6480)Eduardo Bart2017-10-093-0/+5
| | |/ / | |/| |
| * | | fixes to allow the usage of clang on windows with the msvc abi and ms headers...Charlie Barto2017-10-095-18/+20
| * | | minor breacking change: in string formats '' the '1' is now interpreted as a ...Andreas Rumpf2017-10-061-5/+21
| * | | nimpretty bugfixAndreas Rumpf2017-10-061-1/+3
| * | | system.nim: doc comment fixAndreas Rumpf2017-10-061-2/+2
| * | | beginnings of the new nimpretty tool; still unusableAndreas Rumpf2017-10-057-187/+288
| * | | Call tzset to initialize timezone (#6466)GULPF2017-10-031-0/+2
| * | | enable unguarded_access testAndreas Rumpf2017-10-023-6/+7
| * | | attempt to make appveyor green againAndreas Rumpf2017-10-021-0/+4
| * | | Fix documentation for the `$` proc on an option (#6449)Euan T2017-10-021-1/+4
| * | | direct `nim --version` to stdout rather than stderr (#6460)Bo Lingen2017-10-021-3/+5
| * | | Install sfml on Mac OS X in travis.Dominik Picheta2017-10-021-0/+1
| * | | Install libsfml-dev on travis.Dominik Picheta2017-10-021-0/+1
* | | | Merge branch 'devel' into araqAndreas Rumpf2017-10-02152-3096/+3011
|\| | |
| * | | implemented new experimental scriptable import mechanismAndreas Rumpf2017-10-018-64/+297
| * | | Add tests for examples from Nim in Action.Dominik Picheta2017-10-0134-0/+1213
| * | | Remove basic2d/basic3d.Dominik Picheta2017-10-013-1895/+4
| * | | make tests green againAndreas Rumpf2017-10-012-13/+13
| * | | make tests green againAndreas Rumpf2017-09-302-9/+9
| * | | the parser finally parses 'echo {1,2}' as it shouldAndreas Rumpf2017-09-3018-38/+26
| * | | the 'using construct is not .experimental anymoreAraq2017-09-302-6/+0
| * | | 'with' and 'without' are not keywords anymoreAraq2017-09-307-15/+26
| * | | Improved unittest check macro, fixes #5784 (#6446)GULPF2017-09-302-47/+63
| * | | finish.nim tool: make path environment creation more robustAraq2017-09-301-6/+15
| * | | fixes #6452Araq2017-09-301-2/+3
| * | | osproc: fixes a memory leak affecting WindowsAraq2017-09-301-7/+7
| * | | revert the 'wasMoved' logic until the write barrier has been adaptedAndreas Rumpf2017-09-291-1/+2
| * | | GCs: use add instead of &Andreas Rumpf2017-09-292-6/+6
| * | | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-09-281-1/+1
| |\ \ \
| | * | | Add default value for filename in parseJson proc (#6441)konqoro2017-09-281-1/+1
| * | | | added missing test for methodsAndreas Rumpf2017-09-281-0/+21
| * | | | 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