| Commit message (Expand) | Author | Age | Files | Lines |
* | further steps to closure support | Araq | 2012-02-06 | 2 | -7/+60 |
* | closure implementation: first steps | Araq | 2012-02-04 | 2 | -209/+71 |
* | pragma on/off improvements; endb rewritten | Araq | 2012-01-28 | 1 | -6/+29 |
* | pragma blocks; fixed line information issue with user defined assertions | Araq | 2012-01-17 | 2 | -7/+28 |
* | project wide configuration file now with suffix '.nimrod.cfg' | Araq | 2012-01-15 | 1 | -3/+4 |
* | niminst: bugfixes; documentation changes | Araq | 2012-01-15 | 3 | -77/+50 |
* | implicit invokation of items/pairs iterators | Araq | 2012-01-08 | 1 | -1/+20 |
* | implemented incompleteStruct pragma; embedded debugger works with posix module | Araq | 2012-01-05 | 1 | -0/+11 |
* | GC: use simple balanced tree instead of AVL tree | Araq | 2011-12-30 | 1 | -0/+3 |
* | fixed small typos for subexes docs | Araq | 2011-12-27 | 1 | -2/+2 |
* | added support for advanced substitution expressions | Araq | 2011-12-27 | 2 | -0/+61 |
* | codegen uses alias analysis to generate better code | Araq | 2011-12-10 | 1 | -0/+6 |
* | bugfix: don't process arguments that are to be passed to the produced exe | Araq | 2011-11-30 | 1 | -2/+7 |
* | cleaned up configuration file handling and documented the new behaviour | Araq | 2011-11-30 | 2 | -16/+13 |
* | implemented 'let' statement | Araq | 2011-11-29 | 3 | -13/+36 |
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2011-11-26 | 2 | -2/+11 |
|\ |
|
| * | New algorithm for locating and loading nimrod config files. | Zahary Karadjov | 2011-11-25 | 2 | -2/+11 |
* | | manual: cstring finally properly documented | Araq | 2011-11-25 | 1 | -0/+52 |
* | | new pragma: 'noinit' | Araq | 2011-11-25 | 1 | -0/+9 |
|/ |
|
* | 'export' is now a keyword | Araq | 2011-11-24 | 1 | -1/+1 |
* | operator precedence changed: assignment like operators are supported; escapin... | Araq | 2011-11-09 | 2 | -8/+22 |
* | memfiles now uses winlean; changed the interface to raise EOS | Araq | 2011-11-05 | 1 | -0/+4 |
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2011-11-04 | 1 | -0/+3 |
|\ |
|
| * | Added ftpclient module. Fixed docs in sockets module. Added dll tests to test... | dom96 | 2011-11-04 | 1 | -0/+3 |
* | | documented --recursivePath | Araq | 2011-11-04 | 1 | -0/+1 |
|/ |
|
* | better code generation for constant aggregates | Araq | 2011-11-02 | 1 | -3/+3 |
* | new compiler option tlsEmulation | Araq | 2011-10-27 | 1 | -0/+1 |
* | compilation cache: mostly working; generics not yet | Araq | 2011-10-25 | 1 | -0/+14 |
* | documentation for the compilation cache | Araq | 2011-10-23 | 2 | -3/+108 |
* | bugfixes for ROD file generation; nimcache dir is now flat | Araq | 2011-10-20 | 1 | -0/+1 |
* | libuv working on windows too | Zahary Karadjov | 2011-10-12 | 1 | -3/+9 |
* | 'bind' as a declarative statement | Araq | 2011-10-10 | 2 | -14/+24 |
* | new syntactic construct: a{i} | Araq | 2011-10-08 | 1 | -1/+2 |
* | slurp uses path; unidecode is improved and threadsafe | Araq | 2011-10-08 | 1 | -4/+7 |
* | code generator supports constant sequences; more consistent compile time eval... | Araq | 2011-10-07 | 1 | -40/+30 |
* | bugfix: overloading resolution for typeof | Araq | 2011-09-27 | 1 | -61/+75 |
* | bugfix: internal error in evalFieldAccess; parseutils.interpolatedFragments o... | Araq | 2011-09-26 | 2 | -4/+13 |
* | sockets.recv optimizations; stdlib now supports taint mode | Araq | 2011-09-24 | 1 | -0/+22 |
* | renamed optional to discardable | Araq | 2011-09-24 | 1 | -2/+2 |
* | implemented optional pragma for implicit discard | Araq | 2011-09-24 | 1 | -5/+17 |
* | Merge branch 'master' of git@github.com:Araq/Nimrod | Araq | 2011-09-24 | 1 | -0/+6 |
|\ |
|
| * | Fixed string concatenation and other bugs in the JS backend. Fixed a small bu... | dom96 | 2011-09-23 | 1 | -0/+6 |
* | | beginning of a taint mode; type system enhancements | Araq | 2011-09-24 | 2 | -19/+66 |
|/ |
|
* | fixed some newly introduced bugs | Araq | 2011-09-21 | 2 | -1/+9 |
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2011-09-20 | 1 | -1/+3 |
|\ |
|
| * | Some improvements relating to the IRC module. | dom96 | 2011-09-04 | 1 | -1/+3 |
* | | bugfixes for generics; new threads implementation still broken | Araq | 2011-09-20 | 1 | -9/+18 |
|/ |
|
* | new actors implementation for nimrod; compiler's generics still not up for th... | Araq | 2011-08-29 | 1 | -1/+1 |
* | bugfix: fixed built-in 'reset' | Araq | 2011-08-20 | 1 | -2/+4 |
* | more occurences of 'pure' proc pragma fixed | Araq | 2011-08-20 | 1 | -1/+1 |