| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | c2nim,pas2nim: use the stdout.writeln to display the "unknown option" message | Keita Haga | 2011-07-29 | 2 | -2/+2 |
| * | c2nim,pas2nim: bugfix: --out:FILE option does not work as documented | Keita Haga | 2011-07-29 | 2 | -11/+11 |
* | | bugfix: forwarding of generic procs now works | Araq | 2011-07-30 | 4 | -42/+55 |
|/ |
|
* | bugfix: 'final' not passed to generic | Araq | 2011-07-29 | 6 | -62/+50 |
* | bugfixes; step one for 'var T' as return type support | Araq | 2011-07-28 | 17 | -58/+119 |
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2011-07-26 | 1 | -181/+181 |
|\ |
|
| * | pas2nim: nhashes library doesn't exist | Keita Haga | 2011-07-25 | 1 | -181/+181 |
* | | bugfixes; added events module, sequtils module | Araq | 2011-07-26 | 2 | -5/+7 |
* | | doc improvements; added lazarus example | Araq | 2011-07-24 | 2 | -17/+17 |
|/ |
|
* | old pointer deref operator completely removed | Araq | 2011-07-23 | 7 | -18/+13 |
* | bugfix: proper cache for generic instantiations | Araq | 2011-07-21 | 7 | -79/+53 |
* | first steps to explicit channels for thread communication; added mainThreadId | Araq | 2011-07-16 | 5 | -41/+41 |
* | 0.8.12 bugfix: some files not in download package | Araq | 2011-07-11 | 2 | -1/+2 |
* | preparations for 0.8.12 | Araq | 2011-07-10 | 7 | -16/+38 |
* | bugfix: 'set' overloadable; further steps for multi threading support | Araq | 2011-07-08 | 13 | -88/+117 |
* | bugfix: subranges in generics properly detected | Araq | 2011-06-29 | 1 | -2/+4 |
* | tests are green again | Araq | 2011-06-28 | 1 | -4/+5 |
* | importCompilerProc pragma introduced because the hacks for typeinfo.nim did n... | Araq | 2011-06-27 | 5 | -11/+26 |
* | second attempt to fix code gen for pegs.nim | Araq | 2011-06-26 | 2 | -5/+1 |
* | bugfix: pegs.nim compiles again | Araq | 2011-06-26 | 2 | -3/+5 |
* | improvements to get code size down for programs that don't use GC | Araq | 2011-06-26 | 1 | -0/+3 |
* | code gen bugfixes; marshal.nim implemented | Araq | 2011-06-26 | 3 | -14/+32 |
* | bugfix: shallowCopy should not break bootstrapping anymore; encodings.nim for... | Araq | 2011-06-21 | 1 | -5/+9 |
* | implemented write access to s[i] for macros | Araq | 2011-06-21 | 1 | -19/+34 |
* | zipfiles compiles again; added system.shallowCopy | Araq | 2011-06-20 | 3 | -134/+140 |
* | bugfix: invoking a generic iterator twice triggers a code gen bug (titer2) | Araq | 2011-06-20 | 3 | -7/+12 |
* | case branches support constant sets for convenience | Araq | 2011-06-19 | 1 | -15/+53 |
* | nicer error messages for used keywords as identifiers | Araq | 2011-06-19 | 2 | -3/+7 |
* | bugfix: empty object case branches produce an error | Araq | 2011-06-19 | 1 | -1/+5 |
* | bugfix: typeinfo generation for tuples | Araq | 2011-06-19 | 4 | -31/+24 |
* | got rid of unsound co/contravariance in procvars | Araq | 2011-06-17 | 1 | -33/+34 |
* | bugfix: proper return types for templates | Araq | 2011-06-15 | 1 | -15/+18 |
* | tuple unpacking is not enforced in for loops anymore | Araq | 2011-06-15 | 2 | -3/+8 |
* | compiler can emulate thread local variables | Araq | 2011-06-15 | 5 | -89/+112 |
* | bugfix: endless loop in parser; added sphinx wrapper | Araq | 2011-06-14 | 1 | -0/+1 |
* | intsets are now a proper module and part of the stdlib | Araq | 2011-06-14 | 19 | -271/+110 |
* | further improvements for thread analysis | Araq | 2011-06-13 | 5 | -14/+34 |
* | basic thread analysis working | Araq | 2011-06-13 | 7 | -42/+67 |
* | first (non working) implementation of global thread analysis | Araq | 2011-06-13 | 5 | -6/+335 |
* | implemented tables.add | Araq | 2011-06-11 | 1 | -8/+0 |
* | got rid of nstrtabs and nhashes modules | Araq | 2011-06-10 | 19 | -350/+41 |
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2011-06-10 | 2 | -1/+6 |
|\ |
|
| * | Added typeinfo module | dom96 | 2011-06-09 | 2 | -1/+6 |
* | | Bugfix: no #line dir with 0 generated | Araq | 2011-06-10 | 3 | -10/+5 |
|/ |
|
* | basic generic collections implemented and tested | Araq | 2011-06-07 | 1 | -4/+4 |
* | bugfix: generic instantiation across module boundaries | Araq | 2011-06-06 | 3 | -27/+31 |
* | overloading of [] for derefence operation should be possible now | Araq | 2011-06-05 | 2 | -5/+7 |
* | threads clean up their heap | Araq | 2011-06-04 | 2 | -3/+9 |
* | bugfixes for semantic checking; thread implementation pushed the compiler | Araq | 2011-06-04 | 2 | -42/+54 |
* | first steps to thread local heaps | Araq | 2011-06-02 | 3 | -10/+21 |