| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | bugfix: 'set' overloadable; further steps for multi threading support | Araq | 2011-07-08 | 1 | -1/+1 |
* | tests are green again | Araq | 2011-06-28 | 4 | -40/+7 |
* | improvements to get code size down for programs that don't use GC | Araq | 2011-06-26 | 4 | -0/+430 |
* | code gen bugfixes; marshal.nim implemented | Araq | 2011-06-26 | 1 | -0/+65 |
* | bugfix: invoking a generic iterator twice triggers a code gen bug (titer2) | Araq | 2011-06-20 | 1 | -9/+9 |
* | case branches support constant sets for convenience | Araq | 2011-06-19 | 1 | -0/+15 |
* | bugfix: typeinfo generation for tuples | Araq | 2011-06-19 | 1 | -4/+15 |
* | rebuilt csources; bootstrap should work again | Araq | 2011-06-15 | 2 | -2/+40 |
* | bugfix: proper return types for templates | Araq | 2011-06-15 | 2 | -1/+7 |
* | tuple unpacking is not enforced in for loops anymore | Araq | 2011-06-15 | 2 | -0/+31 |
* | basic thread analysis working | Araq | 2011-06-13 | 1 | -0/+54 |
* | basic generic collections implemented and tested | Araq | 2011-06-07 | 3 | -8/+202 |
* | bugfix: generic instantiation across module boundaries | Araq | 2011-06-06 | 2 | -0/+18 |
* | overloading of [] for derefence operation should be possible now | Araq | 2011-06-05 | 1 | -0/+24 |
* | bugfixes for semantic checking; thread implementation pushed the compiler | Araq | 2011-06-04 | 1 | -20/+21 |
* | first steps to thread local heaps | Araq | 2011-06-02 | 1 | -0/+69 |
* | thread support: next iteration | Araq | 2011-05-17 | 1 | -0/+4 |
* | further steps for thread support; bootstrapping should require unzip C source... | Araq | 2011-05-16 | 1 | -1/+0 |
* | deprecated system.copy: use system.substr instead | Araq | 2011-05-14 | 1 | -1/+1 |
* | loop unrolled for stack marking | Araq | 2011-05-13 | 1 | -0/+19 |
* | fixes #12 | Araq | 2011-05-02 | 1 | -0/+10 |
* | cleaned up the tests; fixes #30; fixes #26 | Araq | 2011-05-01 | 26 | -49/+84 |
* | slice support in system.nim; syntactic sugar for tables; cleanup of grammar/p... | Araq | 2011-04-23 | 1 | -0/+43 |
* | slices are first class citizens | Araq | 2011-04-22 | 1 | -0/+16 |
* | hashtables: 1st version; parseutils additions | Araq | 2011-04-18 | 1 | -2/+2 |
* | := templatable; lexer improvements | Araq | 2011-04-17 | 1 | -0/+8 |
* | p[] instead of p^ | Araq | 2011-04-11 | 4 | -10/+21 |
* | p[] instead of p^ | Araq | 2011-04-11 | 1 | -16/+0 |
* | some tests cleaned up; some bugfixes | Araq | 2011-04-11 | 5 | -2/+34 |
* | some tests cleaned up | Araq | 2011-04-05 | 2 | -186/+1 |
* | bugfix: tmacros1.nim works | Araq | 2011-04-05 | 1 | -1/+1 |
* | fixes #25 | Araq | 2011-04-05 | 1 | -0/+14 |
* | fixes #27 | dom96 | 2011-04-04 | 1 | -0/+17 |
* | Koenig's lookup implementation | Araq | 2011-04-03 | 1 | -2/+2 |
* | ugh, maybe broke git | Araq | 2011-04-01 | 5 | -0/+121 |
* | some little bugfixes | Araq | 2011-03-27 | 1 | -0/+7 |
* | added 'reset' magic proc | Araq | 2011-03-25 | 4 | -0/+55 |
* | bugfix: type converter that converts to bool in 'if' context | Araq | 2011-03-25 | 3 | -2/+26 |
* | bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmas | Araq | 2011-03-23 | 11 | -0/+1799 |
* | linearScanEnd pragma; string case statement optimization | Araq | 2011-03-14 | 3 | -0/+208 |
* | fixes #13; fixes #18 | Araq | 2011-03-08 | 2 | -0/+58 |
* | bugfix: tuple access in macros (issue #17) | Araq | 2011-03-07 | 1 | -0/+21 |
* | distinction between re.replace and re.replacef; speed improvements for re module | Araq | 2011-03-06 | 1 | -1/+1 |
* | various bugfixes for generics; added generic sort proc | Araq | 2011-03-03 | 2 | -40/+105 |
* | refactoring: suggest can import sigmatch for type matching | Araq | 2011-02-21 | 2 | -0/+89 |
* | tests themselves contain the expected result | Araq | 2011-02-20 | 91 | -90/+538 |
* | non-nil AST; continue after errors for IDE support | Araq | 2011-02-12 | 15 | -3/+3 |
* | changed handling of generalized string literals | Araq | 2011-02-07 | 1 | -1/+2 |
* | unary <; countup two type parameters; --recursivePath should work now | Araq | 2011-01-29 | 2 | -0/+9 |
* | explicit indices in array literals | Araq | 2011-01-16 | 2 | -0/+18 |