| Commit message (Expand) | Author | Age | Files | Lines |
* | further steps to closure support | Araq | 2012-02-06 | 1 | -4/+10 |
* | closure implementation: first steps | Araq | 2012-02-04 | 1 | -2/+8 |
* | bugfix: reprEnum | Araq | 2012-02-02 | 1 | -2/+1 |
* | fixes #98 | Araq | 2012-01-29 | 1 | -2/+2 |
* | bugfix tests/tzeroarray | Araq | 2012-01-29 | 1 | -0/+1 |
* | pragma on/off improvements; endb rewritten | Araq | 2012-01-28 | 1 | -0/+2 |
* | pragma blocks; fixed line information issue with user defined assertions | Araq | 2012-01-17 | 1 | -1/+0 |
* | niminst: bugfixes; documentation changes | Araq | 2012-01-15 | 1 | -2/+1 |
* | niminst: diverse improvements; fixes #80 | Araq | 2012-01-13 | 1 | -0/+1 |
* | bugfix: invalid indentation for 'else' is detected; optional indentation for ... | Araq | 2012-01-13 | 1 | -1/+2 |
* | bugfix: tests/reject/tnoinst.nim is now rejected properly | Araq | 2012-01-13 | 1 | -1/+1 |
* | even more sys assertions | Araq | 2012-01-13 | 1 | -1/+1 |
* | more sysasserts for allocator/gc | Araq | 2012-01-12 | 1 | -6/+2 |
* | further steps to eliminate generics bugs | Araq | 2012-01-11 | 1 | -1/+5 |
* | unsuccessful phantom bug hunting | Araq | 2012-01-08 | 1 | -1/+1 |
* | implicit invokation of items/pairs iterators | Araq | 2012-01-08 | 1 | -3/+1 |
* | bugfix: removed newSons legacy | Araq | 2012-01-07 | 1 | -2/+2 |
* | test t99bott.nim works now | Araq | 2012-01-06 | 1 | -0/+1 |
* | implemented incompleteStruct pragma; embedded debugger works with posix module | Araq | 2012-01-05 | 1 | -2/+1 |
* | C sources regenerated for new len(openarray) header that catches more bugs; s... | Araq | 2012-01-03 | 1 | -5/+5 |
* | bugfix: +1 unnecessary in resizeString; caused annoying reallocations for str... | Araq | 2012-01-02 | 1 | -1/+0 |
* | serious allocator bugfixes | Araq | 2012-01-02 | 1 | -1/+1 |
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -0/+4 |
* | critbits added to stdlib | Araq | 2011-12-30 | 1 | -1/+0 |
* | c2nim: bugfix: 'type x[10];' was not parsed properly | Araq | 2011-12-30 | 1 | -1/+0 |
* | GC stack scanning cares about interior pointers | Araq | 2011-12-30 | 1 | -1/+3 |
* | fixed small typos for subexes docs | Araq | 2011-12-27 | 1 | -3/+1 |
* | added support for advanced substitution expressions | Araq | 2011-12-27 | 1 | -0/+1 |
* | generated scripts do no contain paths anymore; regenerated C sources | Araq | 2011-12-23 | 1 | -1/+0 |
* | bugfix: the code gen can now handle alias TLock = TSysLock; this fixes thread... | Araq | 2011-12-23 | 1 | -0/+1 |
* | code gen can generate code to keep alive stack roots | Araq | 2011-12-22 | 1 | -5/+4 |
* | C code gen: generate even better code for the GC | Araq | 2011-12-12 | 1 | -6/+5 |
* | c2nim compiles again | Araq | 2011-12-12 | 1 | -0/+1 |
* | compiler takes advantage of 'new(Obj|New)RC1 | Araq | 2011-12-12 | 1 | -0/+4 |
* | compiler generates volatile temps to keep C compiler from optimizing away sta... | Araq | 2011-12-12 | 1 | -3/+0 |
* | codegen uses alias analysis to generate better code | Araq | 2011-12-10 | 1 | -4/+2 |
* | alias analysis as required for the code gen and the HLO | Araq | 2011-12-08 | 1 | -1/+1 |
* | 'assert' is now implemented without compiler magic | Araq | 2011-12-04 | 1 | -1/+2 |
* | cleaned up configuration file handling and documented the new behaviour | Araq | 2011-11-30 | 1 | -2/+1 |
* | implemented 'let' statement | Araq | 2011-11-29 | 1 | -7/+4 |
* | further steps to get rid of deprecated endOfFile and readLine | Araq | 2011-11-29 | 1 | -0/+1 |
* | argument passing with --run option works again | Araq | 2011-11-27 | 1 | -1/+0 |
* | fixes #31 | Araq | 2011-11-27 | 1 | -0/+1 |
* | todo changes | Araq | 2011-11-26 | 1 | -0/+5 |
* | deprecated endOfFile and readLine | Araq | 2011-11-25 | 1 | -1/+1 |
* | fixed bug that kept tls emulation from working | Araq | 2011-11-25 | 1 | -1/+1 |
* | todo changes | Araq | 2011-11-25 | 1 | -1/+3 |
* | C codegen: generate nimKeepAlive calls at strategic places to keep the C comp... | Araq | 2011-11-24 | 1 | -2/+3 |
* | unused constants are optimized away | Araq | 2011-11-22 | 1 | -3/+2 |
* | proper error message when attempting to eval C'imported procs | Araq | 2011-11-20 | 1 | -2/+1 |