| Commit message (Expand) | Author | Age | Files | Lines |
* | bugfix: debugger works again | Araq | 2012-01-08 | 1 | -1/+1 |
* | implicit invokation of items/pairs iterators | Araq | 2012-01-08 | 1 | -1/+3 |
* | implemented incompleteStruct pragma; embedded debugger works with posix module | Araq | 2012-01-05 | 1 | -0/+2 |
* | C sources regenerated for new len(openarray) header that catches more bugs; s... | Araq | 2012-01-03 | 1 | -1/+1 |
* | GC: use simple balanced tree instead of AVL tree | Araq | 2011-12-30 | 2 | -4/+5 |
* | added support for advanced substitution expressions | Araq | 2011-12-27 | 2 | -1/+2 |
* | generated scripts do no contain paths anymore; regenerated C sources | Araq | 2011-12-23 | 1 | -0/+2 |
* | codegen uses alias analysis to generate better code | Araq | 2011-12-10 | 1 | -5/+6 |
* | 'assert' is now implemented without compiler magic | Araq | 2011-12-04 | 1 | -0/+3 |
* | cleaned up configuration file handling and documented the new behaviour | Araq | 2011-11-30 | 2 | -7/+9 |
* | implemented 'let' statement | Araq | 2011-11-29 | 1 | -1/+1 |
* | old 'readline' and 'endOfFile' not deprecated anymore; too convenient for 1 l... | Araq | 2011-11-29 | 1 | -2/+0 |
* | further steps to get rid of deprecated endOfFile and readLine | Araq | 2011-11-29 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2011-11-26 | 1 | -1/+15 |
|\ |
|
| * | New algorithm for locating and loading nimrod config files. | Zahary Karadjov | 2011-11-25 | 1 | -1/+15 |
* | | deprecated endOfFile and readLine | Araq | 2011-11-25 | 1 | -0/+2 |
* | | new pragma: 'noinit' | Araq | 2011-11-25 | 1 | -0/+2 |
|/ |
|
* | 'export' is now a keyword | Araq | 2011-11-24 | 1 | -0/+1 |
* | C codegen: generate nimKeepAlive calls at strategic places to keep the C comp... | Araq | 2011-11-24 | 1 | -0/+2 |
* | bugfix: 'when' sections in generic objects now work, so TThread[void] compiles | Araq | 2011-11-20 | 1 | -0/+1 |
* | cgen: no type canon for integral types; osproc use posix_spawn instead of for... | Araq | 2011-11-18 | 1 | -0/+3 |
* | better streams implemenation; fixes #63 | Araq | 2011-11-12 | 1 | -0/+3 |
* | Added system.program_results for controlling the exit code of the program und... | Zahary Karadjov | 2011-11-10 | 1 | -0/+1 |
* | GC tests now finally part of testsuite | Araq | 2011-11-10 | 1 | -1/+2 |
* | operator precedence changed: assignment like operators are supported; escapin... | Araq | 2011-11-09 | 1 | -0/+2 |
* | tester checks exitcode; osproc additions; DLL fixes; taint mode fixes | Araq | 2011-11-07 | 1 | -1/+2 |
* | better exception behavior for os.removeFile and os.removeDir | Araq | 2011-11-06 | 1 | -0/+2 |
* | memfiles now uses winlean; changed the interface to raise EOS | Araq | 2011-11-05 | 2 | -1/+2 |
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2011-11-05 | 1 | -2/+2 |
|\ |
|
| * | new kind of AST printer that prints indented trees | Zahary Karadjov | 2011-11-04 | 1 | -2/+2 |
* | | todo.txt changes | Araq | 2011-11-05 | 1 | -0/+1 |
|/ |
|
* | Added ftpclient module. Fixed docs in sockets module. Added dll tests to test... | dom96 | 2011-11-04 | 1 | -0/+1 |
* | compilation cache: tests now part of test suite | Araq | 2011-10-27 | 1 | -6/+0 |
* | new compiler option tlsEmulation | Araq | 2011-10-27 | 1 | -0/+2 |
* | compilation cache: methods have a chance to work | Araq | 2011-10-23 | 1 | -0/+2 |
* | thread local vs. global system.raiseHook | Araq | 2011-10-23 | 1 | -0/+3 |
* | documentation for the compilation cache | Araq | 2011-10-23 | 1 | -0/+3 |
* | libuv working on windows too | Zahary Karadjov | 2011-10-12 | 1 | -0/+1 |
* | 'bind' as a declarative statement | Araq | 2011-10-10 | 2 | -0/+10 |
* | new syntactic construct: a{i} | Araq | 2011-10-08 | 1 | -1/+4 |
* | slurp uses path; unidecode is improved and threadsafe | Araq | 2011-10-08 | 1 | -0/+3 |
* | code generator supports constant sequences; more consistent compile time eval... | Araq | 2011-10-07 | 1 | -1/+1 |
* | bugfix: internal error in evalFieldAccess; parseutils.interpolatedFragments o... | Araq | 2011-09-26 | 1 | -0/+4 |
* | sockets.recv optimizations; stdlib now supports taint mode | Araq | 2011-09-24 | 1 | -0/+4 |
* | renamed optional to discardable | Araq | 2011-09-24 | 1 | -2/+2 |
* | implemented optional pragma for implicit discard | Araq | 2011-09-24 | 1 | -0/+2 |
* | Merge branch 'master' of git@github.com:Araq/Nimrod | Araq | 2011-09-24 | 1 | -1/+1 |
|\ |
|
| * | Fixed string concatenation and other bugs in the JS backend. Fixed a small bu... | dom96 | 2011-09-23 | 1 | -1/+1 |
* | | beginning of a taint mode; type system enhancements | Araq | 2011-09-24 | 1 | -0/+2 |
|/ |
|
* | Some improvements relating to the IRC module. | dom96 | 2011-09-04 | 2 | -1/+2 |