summary refs log tree commit diff stats
path: root/lib/system
Commit message (Collapse)AuthorAgeFilesLines
* debug GC works nowAraq2013-10-011-2/+2
|
* first version of the debug GC; doesn't work yetAraq2013-10-012-20/+118
|
* fixes #575Araq2013-09-102-1/+5
|
* bugfix: --gc:none -d:useMalloc works againAraq2013-09-062-54/+55
|
* fixes #569; C++ codegen works againAraq2013-08-313-3/+3
|
* float64 is now an alias to 'float'; fixes #545Araq2013-08-301-1/+1
|
* GC: added static cycleGC checksAraq2013-08-221-4/+6
|
* fixes a long standing channels bugAraq2013-08-092-1/+3
|
* fixes #532Araq2013-08-011-1/+1
|
* refactorings for the eval engine; bugfix: clean templates as accessorsAraq2013-07-191-1/+3
|
* fixes --os:standaloneAraq2013-06-301-5/+6
|
* made some tests greenAraq2013-06-301-2/+2
|
* --os:standalone works againAraq2013-06-308-195/+168
|
* fixed a long standing xml parser bug; html parser bugfixes + speed improvementsAraq2013-06-271-1/+1
|
* better error message for subtle nil errorsAraq2013-05-311-2/+4
|
* GC'ed wide strings for windowsAraq2013-05-202-243/+128
|
* Adds link to manual thread memory section from threads module.Grzegorz Adam Hankiewicz2013-05-101-2/+2
|
* bugfixes mostly JS relatedAraq2013-05-011-0/+5
|
* bugfix: mark&sweep GCAraq2013-03-291-14/+16
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-1623-0/+0
|
* Merge pull request #359 from Tass/masterAraq2013-03-161-0/+1
|\ | | | | JS unwinding
| * hack to include hti correctlySimon Hafner2013-03-161-0/+1
| |
* | fixes #358Araq2013-03-161-0/+538
| |
* | debugger improvementsAraq2013-03-161-575/+104
|/
* use a bloom filter to speed up the debuggerAraq2013-03-091-11/+8
|
* documented object constrs; endb works againAraq2013-03-091-5/+6
|
* made some tests greenAraq2013-03-041-0/+2
|
* some bugfixes; no system.$ for object as it breaks codeAraq2013-02-241-6/+7
|
* mark and sweep GC without bitvectors worksAraq2013-02-192-2/+5
|
* mark and sweep without bitvectorsAraq2013-02-192-29/+77
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-161-5/+5
|\
| * on the path to get unittest running from JSSimon Hafner2013-02-151-1/+1
| |
| * EcmaScript => JS. Fixes #330Simon Hafner2013-02-151-4/+4
| | | | | | | | No one calls it EcmaScript anymore.
* | preparations for a generational GCAraq2013-02-161-1/+3
|/
* added GC_addCycleRootAraq2013-02-121-0/+6
|
* GC: incRef needs to add cyclerootsAraq2013-02-121-6/+4
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-101-1/+11
|\
| * rawEcho hack for kwin targetSimon Hafner2013-02-081-1/+11
| |
* | open arrays documented in the manualAraq2013-02-101-1/+3
| |
* | working cycle collector for old GCAraq2013-02-101-253/+133
|/
* code cleanup for mark&sweep GCAraq2013-02-072-84/+32
|
* first version of a simple mark&sweep GC; activate with --gc:markAndSweepAraq2013-02-075-69/+781
|
* revert to old GC; use --gc:v2 to activate the new GCAraq2013-01-314-1138/+1034
|
* fixes nimrtl compilationZahary Karadjov2013-01-282-2/+2
|
* the `mainmodule` option has effect only when no explicit module is givenZahary Karadjov2013-01-281-1/+1
|
* merged upstream masterZahary Karadjov2013-01-273-19/+29
|\
| * bugfix: typeinfo.extendSeqAraq2013-01-271-14/+25
| |
| * incompleteStruct pragma for C's FILEAraq2013-01-271-3/+2
| |
| * fixes #293Araq2013-01-081-1/+1
| |
| * Copyright 2012 -> 2013Araq2013-01-081-1/+1
| |