summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
...
* | marked markAndSweep GC thread safeAraq2014-04-201-8/+8
* | New concurrency model: next stepsAraq2014-04-197-27/+200
* | first version of 'spawn'Araq2014-04-161-2/+5
|/
* Fixes problems with JS code gen.Dominik Picheta2014-04-111-20/+34
* Merge pull request #902 from reactormonk/float_toStringAndreas Rumpf2014-04-091-2/+4
|\
| * add a trailing zero to $floatSimon Hafner2014-02-111-0/+2
| * use `.f` instead of `.16e` for floatsSimon Hafner2014-02-111-2/+2
* | preparations for easier debuggingAraq2014-04-075-27/+41
* | doc generation for asyncdispatch worksAraq2014-04-061-2/+3
* | ENDB: got rid of deprecated 'nil' stmtAraq2014-03-271-3/+3
* | bugfix: reprEnum for enums with negative valuesAraq2014-03-221-1/+5
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-02-251-25/+24
|\ \
| * | fix some trivial errors in the test suite and some more regressions caused by...Zahary Karadjov2014-02-181-29/+28
| |/
* / renamed noStackFrame to asmNoStackFrameAraq2014-02-182-40/+40
|/
* compiles on sparc againAraq2014-02-091-1/+1
* mark and sweep GC compiles with --cs:partialAraq2014-02-021-14/+14
* case consistency for excpt.nimAraq2014-02-021-1/+1
* nativeStackTrace might work againAraq2014-01-251-3/+3
* fix the error "only proc headers can feature pragmas" when compiling in JS modeZahary Karadjov2014-01-231-3/+3
* compiler warns when you use GC'ed memory and '--gc:none'Araq2014-01-191-48/+48
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-5/+1
* case consistency improvementsAraq2014-01-114-51/+54
* case consistency for linuxAraq2013-12-291-2/+2
* case consistency: cs:partial bootstraps on windowsAraq2013-12-291-4/+4
* case consistency: next stepsAraq2013-12-294-14/+14
* improvements for 'pretty'Araq2013-12-287-32/+32
* case consistency part 4Araq2013-12-2713-243/+243
* case consistency part 1Araq2013-12-279-156/+148
* templates can access hidden fieldsAraq2013-12-251-4/+4
* bootstraps with new template symbol binding rulesAraq2013-12-242-12/+12
* attempt to merge newtemplAraq2013-12-241-1/+1
* Merge branch 'vm2' of github.com:Araq/Nimrod into vm2Araq2013-12-243-27/+68
|\
| * NoFakeVars progressAraq2013-12-242-3/+16
| * vm: FFI improvementsAraq2013-12-232-21/+45
| * tcnstseq works againAraq2013-12-231-0/+3
| * Merge branch 'master' of https://github.com/Araq/Nimrod into vm2Araq2013-12-234-28/+34
| |\
| * | new VM: some progress for the FFI supportAraq2013-12-232-3/+4
* | | Correct the spelling of the word 'implicitly'Satish BD2013-12-231-1/+1
| |/ |/|
* | Merge pull request #759 from zielmicha/stdmsgAndreas Rumpf2013-12-201-21/+23
|\ \
| * | Rework CGI error reporting.Michał Zieliński2013-12-181-20/+22
| * | write exception tracebacks to stdmsg, instead of stdoutMichał Zieliński2013-12-171-1/+1
| |/
* / implemented 'injectStmt'; more debug supportAraq2013-12-163-7/+11
|/
* fixes a regression where memset was used without including <string.h>Araq2013-12-031-2/+1
* better error message for implicitly available modulesAraq2013-12-012-0/+6
* support for multiple test variables and var qualifiers in user-defined type c...Zahary Karadjov2013-11-131-2/+1
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-10-311-50/+189
|\
| * Merge pull request #631 from mflamer/masterAndreas Rumpf2013-10-311-50/+189
| |\
| | * LockFree Hash Table 0.1Mark Flamer2013-10-221-50/+189
* | | GC: even more stress testingAraq2013-10-313-8/+29
|/ /
* | debug GC works nowAraq2013-10-011-2/+2