| Commit message (Expand) | Author | Age | Files | Lines |
* | more occurences of 'pure' proc pragma fixed | Araq | 2011-08-20 | 1 | -1/+1 |
* | locks now in their own core module | Araq | 2011-08-20 | 1 | -2/+2 |
* | small bugfix for eval | Araq | 2011-08-19 | 1 | -0/+27 |
* | inlining of 'var openarray' iterators now work | Araq | 2011-08-18 | 1 | -0/+16 |
* | further tests for var T result type; ttables test now fails :-( | Araq | 2011-08-10 | 1 | -0/+3 |
* | added system.slurp for easy embedding of resources | Araq | 2011-08-10 | 1 | -0/+6 |
* | modifyable results for generics; teventemitter works | Araq | 2011-08-09 | 1 | -7/+10 |
* | fixes #35, fixes #43 | Araq | 2011-08-08 | 1 | -3/+5 |
* | support for C++ code generation; importcpp and importobjc pragmas | Araq | 2011-08-07 | 1 | -0/+4 |
* | fixes #42 | Araq | 2011-08-04 | 1 | -0/+35 |
* | anonymous procs implemented; however no closure support yet | Araq | 2011-08-01 | 1 | -0/+12 |
* | documentation for 'var T' as return type | Araq | 2011-08-01 | 1 | -4/+6 |
* | 'var T' for iterators | Araq | 2011-07-31 | 1 | -0/+29 |
* | void type improvements; documentation improvements | Araq | 2011-07-31 | 2 | -8/+25 |
* | void type for generics | Araq | 2011-07-31 | 1 | -0/+13 |
* | 'is' operator for generic code | Araq | 2011-07-31 | 1 | -0/+13 |
* | preparation for new 'is' operator; breaks bootstrapping again, sorry (use gen... | Araq | 2011-07-31 | 2 | -3/+3 |
* | bugfix: forwarding of generic procs now works | Araq | 2011-07-30 | 1 | -0/+11 |
* | bugfix: 'final' not passed to generic | Araq | 2011-07-29 | 2 | -16/+17 |
* | Merge pull request #41 from Amrykid/master | Araq | 2011-07-27 | 1 | -3/+3 |
|\ |
|
| * | Renamed new* to init*. | Amrykid | 2011-07-27 | 1 | -2/+2 |
| * | Updated events.nim to use TEventEmitter instead of PEventEmitter. | Amrykid | 2011-07-27 | 1 | -1/+1 |
* | | bugfixes; step one for 'var T' as return type support | Araq | 2011-07-28 | 3 | -0/+58 |
|/ |
|
* | bugfixes; added events module, sequtils module | Araq | 2011-07-26 | 2 | -0/+103 |
* | old pointer deref operator completely removed | Araq | 2011-07-23 | 2 | -0/+68 |
* | tests repaired; serious typo in the allocator fixed; fixes #32 | Araq | 2011-07-22 | 4 | -5/+5 |
* | bugfix: proper cache for generic instantiations | Araq | 2011-07-21 | 1 | -0/+19 |
* | preparations for 0.8.12 | Araq | 2011-07-10 | 36 | -54/+3 |
* | 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 |