| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | json code generation works again | Araq | 2011-08-07 | 6 | -14/+17 |
* | support for C++ code generation; importcpp and importobjc pragmas | Araq | 2011-08-07 | 29 | -177/+500 |
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2011-08-04 | 4 | -14/+23 |
|\ |
|
| * | Fixed osproc.terminate for posix and improved some other osproc posix functions. | dom96 | 2011-08-03 | 1 | -10/+19 |
| * | Merge pull request #46 from keitahaga/examples | Araq | 2011-08-02 | 3 | -4/+4 |
| |\ |
|
| | * | examples/keyval2.nim: the indices of the elements of a sequence are numbered ... | Keita Haga | 2011-08-02 | 3 | -4/+4 |
| |/ |
|
* / | fixes #42 | Araq | 2011-08-04 | 5 | -118/+127 |
|/ |
|
* | anonymous procs implemented; however no closure support yet | Araq | 2011-08-01 | 5 | -6/+27 |
* | clean exit codes for all the tools | Araq | 2011-08-01 | 6 | -14/+30 |
* | documentation for 'var T' as return type | Araq | 2011-08-01 | 5 | -23/+52 |
* | 'var T' for iterators | Araq | 2011-07-31 | 7 | -11/+79 |
* | void type improvements; documentation improvements | Araq | 2011-07-31 | 5 | -17/+162 |
* | void type for generics | Araq | 2011-07-31 | 5 | -13/+27 |
* | 'is' operator for generic code | Araq | 2011-07-31 | 4 | -22/+25 |
* | preparation for new 'is' operator; breaks bootstrapping again, sorry (use gen... | Araq | 2011-07-31 | 19 | -202/+85 |
* | 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 | 3 | -41/+41 |
|\ |
|
| * | Merge pull request #45 from keitahaga/tester | Araq | 2011-07-29 | 1 | -28/+28 |
| |\ |
|
| | * | tests/tester.nim: HTML-encode the expected results and actual results before ... | Keita Haga | 2011-07-30 | 1 | -28/+28 |
| * | | Merge pull request #44 from keitahaga/compiler | Araq | 2011-07-29 | 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 | 8 | -43/+70 |
|/ |
|
* | bugfix: 'final' not passed to generic | Araq | 2011-07-29 | 10 | -80/+68 |
* | fixed typo in events.nim; last commit fixed #39 | Araq | 2011-07-28 | 1 | -2/+2 |
* | Merge pull request #41 from Amrykid/master | Araq | 2011-07-27 | 2 | -26/+39 |
|\ |
|
| * | Removed 'unnecessary' whitespace. | Amrykid | 2011-07-27 | 1 | -4/+4 |
| * | Renamed new* to init*. | Amrykid | 2011-07-27 | 2 | -11/+26 |
| * | Small edit to documentation. | Amrykid | 2011-07-27 | 1 | -4/+2 |
| * | Updated events.nim to use TEventEmitter instead of PEventEmitter. | Amrykid | 2011-07-27 | 2 | -19/+19 |
* | | bugfixes; step one for 'var T' as return type support | Araq | 2011-07-28 | 27 | -68/+234 |
|/ |
|
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2011-07-26 | 2 | -183/+183 |
|\ |
|
| * | Merge pull request #38 from keitahaga/pas2nim | Araq | 2011-07-25 | 1 | -181/+181 |
| |\ |
|
| | * | pas2nim: nhashes library doesn't exist | Keita Haga | 2011-07-25 | 1 | -181/+181 |
| * | | Merge pull request #37 from keitahaga/typo-fix | Araq | 2011-07-25 | 1 | -2/+2 |
| |\ \
| | |/
| |/| |
|
| | * | fix a few typos in doc/intern.txt | Keita Haga | 2011-07-25 | 1 | -2/+2 |
| |/ |
|
* | | bugfixes; added events module, sequtils module | Araq | 2011-07-26 | 13 | -15/+292 |
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2011-07-24 | 2 | -17/+17 |
|\| |
|
| * | Merge pull request #36 from keitahaga/tools | Araq | 2011-07-24 | 2 | -17/+17 |
| |\ |
|
| | * | tools/{niminst,nimweb}.nim: switch from write and writeln to quit | Keita Haga | 2011-07-25 | 2 | -17/+17 |
| |/ |
|
* / | doc improvements; added lazarus example | Araq | 2011-07-24 | 12 | -58/+5556 |
|/ |
|
* | old pointer deref operator completely removed | Araq | 2011-07-23 | 12 | -20/+83 |
* | tests repaired; serious typo in the allocator fixed; fixes #32 | Araq | 2011-07-22 | 9 | -322/+378 |
* | bugfix: proper cache for generic instantiations | Araq | 2011-07-21 | 24 | -625/+441 |
* | shared untraced heap; bugfix: mem corruptions in message passing code | Araq | 2011-07-18 | 8 | -87/+151 |
* | first steps to explicit channels for thread communication; added mainThreadId | Araq | 2011-07-16 | 16 | -71/+155 |
* | 0.8.12 bugfix: some files not in download package | Araq | 2011-07-11 | 7 | -27/+75 |
* | version 0.8.12 | Araq | 2011-07-10 | 6 | -116/+275 |
* | preparations for 0.8.12 | Araq | 2011-07-10 | 81 | -801/+2330 |
* | basic message passing working | Araq | 2011-07-09 | 4 | -17/+56 |