summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* 'var T' for iteratorsAraq2011-07-317-11/+79
|
* void type improvements; documentation improvementsAraq2011-07-315-17/+162
|
* void type for genericsAraq2011-07-315-13/+27
|
* 'is' operator for generic codeAraq2011-07-314-22/+25
|
* preparation for new 'is' operator; breaks bootstrapping again, sorry (use ↵Araq2011-07-3119-202/+85
| | | | generated C code)
* attempt to improve 'suggest' featureAraq2011-07-302-8/+11
|
* Merge branch 'master' of git@github.com:Araq/NimrodAraq2011-07-303-41/+41
|\
| * Merge pull request #45 from keitahaga/testerAraq2011-07-291-28/+28
| |\ | | | | | | Changed tests/tester.nim
| | * tests/tester.nim: HTML-encode the expected results and actual results before ↵Keita Haga2011-07-301-28/+28
| | | | | | | | | | | | writing them out
| * | Merge pull request #44 from keitahaga/compilerAraq2011-07-292-13/+13
| |\ \ | | |/ | |/| c2nim, c2pas: fix '--out' option
| | * c2nim,pas2nim: use the stdout.writeln to display the "unknown option" messageKeita Haga2011-07-292-2/+2
| | |
| | * c2nim,pas2nim: bugfix: --out:FILE option does not work as documentedKeita Haga2011-07-292-11/+11
| |/
* / bugfix: forwarding of generic procs now worksAraq2011-07-308-43/+70
|/
* bugfix: 'final' not passed to genericAraq2011-07-2910-80/+68
|
* fixed typo in events.nim; last commit fixed #39Araq2011-07-281-2/+2
|
* Merge pull request #41 from Amrykid/masterAraq2011-07-272-26/+39
|\ | | | | Updated events.nim
| * Removed 'unnecessary' whitespace.Amrykid2011-07-271-4/+4
| |
| * Renamed new* to init*.Amrykid2011-07-272-11/+26
| | | | | | | | | | | | | | Added example code for documentation. Fixed a small documentation issue. Rewrote newEventEmitter... Updated test.
| * Small edit to documentation.Amrykid2011-07-271-4/+2
| |
| * Updated events.nim to use TEventEmitter instead of PEventEmitter.Amrykid2011-07-272-19/+19
| |
* | bugfixes; step one for 'var T' as return type supportAraq2011-07-2827-68/+234
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-07-262-183/+183
|\
| * Merge pull request #38 from keitahaga/pas2nimAraq2011-07-251-181/+181
| |\ | | | | | | pas2nim: nhashes library doesn't exist
| | * pas2nim: nhashes library doesn't existKeita Haga2011-07-251-181/+181
| | |
| * | Merge pull request #37 from keitahaga/typo-fixAraq2011-07-251-2/+2
| |\ \ | | |/ | |/| doc/intern.txt: Typo fix
| | * fix a few typos in doc/intern.txtKeita Haga2011-07-251-2/+2
| |/
* | bugfixes; added events module, sequtils moduleAraq2011-07-2613-15/+292
| |
* | Merge branch 'master' of github.com:Araq/NimrodAraq2011-07-242-17/+17
|\|
| * Merge pull request #36 from keitahaga/toolsAraq2011-07-242-17/+17
| |\ | | | | | | niminst, nimweb: switch to quit
| | * tools/{niminst,nimweb}.nim: switch from write and writeln to quitKeita Haga2011-07-252-17/+17
| |/
* / doc improvements; added lazarus exampleAraq2011-07-2412-58/+5556
|/
* old pointer deref operator completely removedAraq2011-07-2312-20/+83
|
* tests repaired; serious typo in the allocator fixed; fixes #32Araq2011-07-229-322/+378
|
* bugfix: proper cache for generic instantiationsAraq2011-07-2124-625/+441
|
* shared untraced heap; bugfix: mem corruptions in message passing codeAraq2011-07-188-87/+151
|
* first steps to explicit channels for thread communication; added mainThreadIdAraq2011-07-1616-71/+155
|
* 0.8.12 bugfix: some files not in download packageAraq2011-07-117-27/+75
|
* version 0.8.12Araq2011-07-106-116/+275
|
* preparations for 0.8.12Araq2011-07-1081-801/+2330
|
* basic message passing workingAraq2011-07-094-17/+56
|
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-0834-459/+934
|
* bugfix: subranges in generics properly detectedAraq2011-06-291-2/+4
|
* tests are green againAraq2011-06-2811-558/+23
|
* importCompilerProc pragma introduced because the hacks for typeinfo.nim did ↵Araq2011-06-279-38/+96
| | | | not suffice
* second attempt to fix code gen for pegs.nimAraq2011-06-262-5/+1
|
* bugfix: pegs.nim compiles againAraq2011-06-264-6/+7
|
* improvements to get code size down for programs that don't use GCAraq2011-06-2618-182/+643
|
* regenerated C sources for bootstrappingAraq2011-06-260-0/+0
|
* code gen bugfixes; marshal.nim implementedAraq2011-06-2621-422/+725
|
* bugfix: shallowCopy should not break bootstrapping anymore; encodings.nim ↵Araq2011-06-213-8/+22
| | | | for windows improved