summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-08-044-14/+23
|\
| * Fixed osproc.terminate for posix and improved some other osproc posix functions.dom962011-08-031-10/+19
| * Merge pull request #46 from keitahaga/examplesAraq2011-08-023-4/+4
| |\
| | * examples/keyval2.nim: the indices of the elements of a sequence are numbered ...Keita Haga2011-08-023-4/+4
| |/
* / fixes #42Araq2011-08-045-118/+127
|/
* anonymous procs implemented; however no closure support yetAraq2011-08-015-6/+27
* clean exit codes for all the toolsAraq2011-08-016-14/+30
* documentation for 'var T' as return typeAraq2011-08-015-23/+52
* '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 gen...Araq2011-07-3119-202/+85
* 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
| |\
| | * tests/tester.nim: HTML-encode the expected results and actual results before ...Keita Haga2011-07-301-28/+28
| * | Merge pull request #44 from keitahaga/compilerAraq2011-07-292-13/+13
| |\ \ | | |/ | |/|
| | * 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
|\
| * Removed 'unnecessary' whitespace.Amrykid2011-07-271-4/+4
| * Renamed new* to init*.Amrykid2011-07-272-11/+26
| * 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 existKeita Haga2011-07-251-181/+181
| * | Merge pull request #37 from keitahaga/typo-fixAraq2011-07-251-2/+2
| |\ \ | | |/ | |/|
| | * 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
| |\
| | * 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