summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* better typeToString; fixes #340Araq2013-02-202-15/+16
|
* small cleanupsAraq2013-02-192-5/+3
|
* mark and sweep GC without bitvectors worksAraq2013-02-193-5/+8
|
* mark and sweep without bitvectorsAraq2013-02-192-29/+77
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-192-20/+30
|\
| * fixes #286Araq2013-02-191-1/+1
| |
| * fixes #331, fixes #314Araq2013-02-181-19/+29
| |
* | todo.txt changesAraq2013-02-191-8/+16
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-181-1/+1
|\
| * enable 'cast' in interactive mode (beware)Araq2013-02-171-1/+1
| |
* | typo in news.txtAraq2013-02-181-1/+1
| |
* | system.fields|fieldPairs for objectsAraq2013-02-185-37/+170
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-1627-141/+163
|\
| * Merge pull request #336 from Tass/unittestAraq2013-02-164-15/+36
| |\ | | | | | | Unittest
| | * WA for #329, caused by #335Simon Hafner2013-02-152-1/+6
| | |
| | * on the path to get unittest running from JSSimon Hafner2013-02-152-13/+28
| | |
| | * elif on JS instead of generic elseSimon Hafner2013-02-151-1/+1
| | |
| | * UTC weekday in JSSimon Hafner2013-02-151-1/+2
| | |
| * | Merge pull request #333 from Tass/masterAraq2013-02-1525-126/+127
| |\| | | | | | | EcmaScript => Js
| | * EcmaScript => JS. Fixes #330Simon Hafner2013-02-1525-126/+127
| |/ | | | | | | No one calls it EcmaScript anymore.
* | preparations for a generational GCAraq2013-02-166-6/+13
| |
* | micro optimizations for the evaluation engineAraq2013-02-144-43/+64
|/
* added GC_addCycleRootAraq2013-02-123-4/+16
|
* GC: incRef needs to add cyclerootsAraq2013-02-122-6/+5
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-1124-201/+832
|\ | | | | | | | | Conflicts: lib/system/gc.nim
| * updated news.txtAraq2013-02-101-2/+8
| |
| * Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-103-16/+28
| |\
| | * Merge pull request #327 from Tass/masterAraq2013-02-093-16/+28
| | |\ | | | | | | | | KWin echo hack and string literal fix.
| | | * hack for long string literals in C bugs in JS. Fixed.Simon Hafner2013-02-091-14/+16
| | | |
| | | * fix for exit code of compiler (JS bug?)Simon Hafner2013-02-091-1/+1
| | | |
| | | * rawEcho hack for kwin targetSimon Hafner2013-02-081-1/+11
| | |/
| * | open arrays documented in the manualAraq2013-02-105-6/+38
| | |
| * | working cycle collector for old GCAraq2013-02-101-253/+133
| |/
| * made some tests greenAraq2013-02-083-2/+4
| |
| * code cleanup for mark&sweep GCAraq2013-02-077-88/+43
| |
| * first version of a simple mark&sweep GC; activate with --gc:markAndSweepAraq2013-02-0712-87/+832
| |
* | fixed embarrassing memory leak in 'collectCycles'Araq2013-01-311-0/+1
|/
* rebuilt C sources for bootstrappingAraq2013-01-313-40/+480
|
* revert to old GC; use --gc:v2 to activate the new GCAraq2013-01-316-1149/+1047
|
* cleaner GC switchingAraq2013-01-317-25/+32
|
* Fixed osproc.execCmdEx; tester should now succeed.Dominik Picheta2013-01-281-16/+15
|
* Fixes #317Dominik Picheta2013-01-271-12/+29
|
* Merge remote-tracking branch 'upstream/master' into upstreamZahary Karadjov2013-01-284-10/+25
|\
| * bugfix: overlap checking for 'case'Araq2013-01-274-10/+25
| |
* | fixes nimrtl compilationZahary Karadjov2013-01-283-4/+4
| |
* | the `mainmodule` option has effect only when no explicit module is givenZahary Karadjov2013-01-285-12/+11
| |
* | merged upstream masterZahary Karadjov2013-01-27127-1499/+4443
|\|
| * bugfix: typeinfo.extendSeqAraq2013-01-275-27/+40
| |
| * implemented $/repr for enums for the JS targetAraq2013-01-271-16/+18
| |
| * Merge pull request #320 from Tass/masterAraq2013-01-261-1/+1
| |\ | | | | | | Fix for the import bug in JS