| Commit message (Expand) | Author | Age | Files | Lines |
* | modifyable results for generics; teventemitter works | Araq | 2011-08-09 | 2 | -10/+14 |
* | fixes #35, fixes #43 | Araq | 2011-08-08 | 2 | -2/+4 |
* | json code generation works again | Araq | 2011-08-07 | 2 | -4/+4 |
* | support for C++ code generation; importcpp and importobjc pragmas | Araq | 2011-08-07 | 20 | -171/+247 |
* | fixes #42 | Araq | 2011-08-04 | 3 | -117/+91 |
* | anonymous procs implemented; however no closure support yet | Araq | 2011-08-01 | 3 | -5/+14 |
* | documentation for 'var T' as return type | Araq | 2011-08-01 | 1 | -14/+11 |
* | 'var T' for iterators | Araq | 2011-07-31 | 4 | -5/+41 |
* | void type improvements; documentation improvements | Araq | 2011-07-31 | 1 | -0/+1 |
* | void type for generics | Araq | 2011-07-31 | 2 | -12/+6 |
* | 'is' operator for generic code | Araq | 2011-07-31 | 2 | -21/+12 |
* | preparation for new 'is' operator; breaks bootstrapping again, sorry (use gen... | Araq | 2011-07-31 | 9 | -21/+44 |
* | attempt to improve 'suggest' feature | Araq | 2011-07-30 | 2 | -8/+11 |
* | Merge branch 'master' of git@github.com:Araq/Nimrod | Araq | 2011-07-30 | 2 | -13/+13 |
|\ |
|
| * | 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 |