summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Updated events.nim to use TEventEmitter instead of PEventEmitter.Amrykid2011-07-272-19/+19
|
* 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
* implemented write access to s[i] for macrosAraq2011-06-214-25/+51
|
* zipfiles compiles again; added system.shallowCopyAraq2011-06-207-142/+158
|
* bugfix: invoking a generic iterator twice triggers a code gen bug (titer2)Araq2011-06-205-19/+24
|
* case branches support constant sets for convenienceAraq2011-06-195-17/+92
|
* nicer error messages for used keywords as identifiersAraq2011-06-193-4/+7
|
* bugfix: empty object case branches produce an errorAraq2011-06-192-2/+5
|
* tests/reject/temptycaseobj.nimAraq2011-06-192-45/+5
|
* bugfix: typeinfo generation for tuplesAraq2011-06-197-41/+82
|
* got rid of unsound co/contravariance in procvarsAraq2011-06-176-56/+122
|
* pegs module: bugfixes for the anchor ^; pegs.replace now does what the docs sayAraq2011-06-162-32/+61
|
* readFile raises EIO instead of returning nil; added system.writeFileAraq2011-06-166-48/+40
|
* added encodings stdlibAraq2011-06-165-4/+453
|
* rebuilt csources; bootstrap should work againAraq2011-06-154-20/+68
|
* bugfix: proper return types for templatesAraq2011-06-156-26/+35
|
* tuple unpacking is not enforced in for loops anymoreAraq2011-06-156-4/+40
|
* compiler can emulate thread local variablesAraq2011-06-1510-254/+259
|
* bugfix: endless loop in parser; added sphinx wrapperAraq2011-06-147-4/+270
|
* intsets are now a proper module and part of the stdlibAraq2011-06-1425-286/+297
|
* further improvements for thread analysisAraq2011-06-137-17/+36
|
* basic thread analysis workingAraq2011-06-1311-44/+179
|