| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of git@github.com:Araq/Nimrod | Araq | 2011-09-24 | 2 | -1/+24 |
|\ |
|
| * | Fixed string concatenation and other bugs in the JS backend. Fixed a small bu... | dom96 | 2011-09-23 | 2 | -1/+24 |
* | | beginning of a taint mode; type system enhancements | Araq | 2011-09-24 | 1 | -3/+3 |
|/ |
|
* | bugfixes for generics; new threads implementation still broken | Araq | 2011-09-20 | 1 | -3/+5 |
* | new actors implementation for nimrod; compiler's generics still not up for th... | Araq | 2011-08-29 | 2 | -166/+79 |
* | attempt to fix tester.nim file handle leak | Araq | 2011-08-29 | 1 | -0/+0 |
* | bugfix: fixed built-in 'reset' | Araq | 2011-08-20 | 1 | -2/+2 |
* | more occurences of 'pure' proc pragma fixed | Araq | 2011-08-20 | 1 | -25/+26 |
* | locks now in their own core module | Araq | 2011-08-20 | 1 | -117/+3 |
* | 'pure' is now 'noStackFrame' for procs | Araq | 2011-08-19 | 1 | -6/+6 |
* | bugfix: running for threads | Araq | 2011-08-12 | 1 | -1/+1 |
* | added system.running for threads | Araq | 2011-08-11 | 1 | -0/+8 |
* | json code generation works again | Araq | 2011-08-07 | 1 | -1/+1 |
* | preparation for new 'is' operator; breaks bootstrapping again, sorry (use gen... | Araq | 2011-07-31 | 1 | -1/+1 |
* | bugfixes; added events module, sequtils module | Araq | 2011-07-26 | 1 | -5/+9 |
* | tests repaired; serious typo in the allocator fixed; fixes #32 | Araq | 2011-07-22 | 1 | -1/+1 |
* | bugfix: proper cache for generic instantiations | Araq | 2011-07-21 | 1 | -1/+1 |
* | shared untraced heap; bugfix: mem corruptions in message passing code | Araq | 2011-07-18 | 5 | -81/+103 |
* | first steps to explicit channels for thread communication; added mainThreadId | Araq | 2011-07-16 | 3 | -5/+86 |
* | version 0.8.12 | Araq | 2011-07-10 | 1 | -1/+1 |
* | preparations for 0.8.12 | Araq | 2011-07-10 | 5 | -82/+129 |
* | basic message passing working | Araq | 2011-07-09 | 2 | -14/+50 |
* | bugfix: 'set' overloadable; further steps for multi threading support | Araq | 2011-07-08 | 11 | -354/+642 |
* | tests are green again | Araq | 2011-06-28 | 1 | -5/+2 |
* | bugfix: pegs.nim compiles again | Araq | 2011-06-26 | 1 | -2/+0 |
* | improvements to get code size down for programs that don't use GC | Araq | 2011-06-26 | 6 | -143/+132 |
* | code gen bugfixes; marshal.nim implemented | Araq | 2011-06-26 | 5 | -41/+36 |
* | tests/reject/temptycaseobj.nim | Araq | 2011-06-19 | 1 | -41/+4 |
* | bugfix: typeinfo generation for tuples | Araq | 2011-06-19 | 1 | -0/+37 |
* | readFile raises EIO instead of returning nil; added system.writeFile | Araq | 2011-06-16 | 1 | -13/+19 |
* | compiler can emulate thread local variables | Araq | 2011-06-15 | 3 | -129/+125 |
* | intsets are now a proper module and part of the stdlib | Araq | 2011-06-14 | 1 | -12/+0 |
* | first (non working) implementation of global thread analysis | Araq | 2011-06-13 | 1 | -1/+2 |
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2011-06-10 | 1 | -2/+8 |
|\ |
|
| * | Added typeinfo module | dom96 | 2011-06-09 | 1 | -2/+8 |
* | | Bugfix: no #line dir with 0 generated | Araq | 2011-06-10 | 1 | -3/+6 |
|/ |
|
* | ugh cannot get rid of rawEcho yet because old compiler relies on it | Araq | 2011-06-05 | 1 | -0/+3 |
* | threads clean up their heap | Araq | 2011-06-04 | 4 | -27/+67 |
* | bugfixes for semantic checking; thread implementation pushed the compiler | Araq | 2011-06-04 | 4 | -64/+73 |
* | first steps to thread local heaps | Araq | 2011-06-02 | 7 | -261/+583 |
* | pthread_key_t is respected to be an opaque type ... | Araq | 2011-05-20 | 1 | -13/+12 |
* | further progress for multi-threading | Araq | 2011-05-19 | 7 | -69/+66 |
* | threads with --gc:boehm may work now :-) | Araq | 2011-05-17 | 1 | -5/+4 |
* | still playing with threads | Araq | 2011-05-17 | 2 | -14/+16 |
* | lexer, parser cleanup; boehm gc for mac os x | Araq | 2011-05-17 | 1 | -1/+6 |
* | thread support: next iteration | Araq | 2011-05-17 | 3 | -26/+107 |
* | store a pointer to thread local storage to make the GC happy | Araq | 2011-05-16 | 1 | -2/+3 |
* | further steps for thread support; bootstrapping should require unzip C source... | Araq | 2011-05-16 | 7 | -146/+216 |
* | mmdisp [] instead of ^ | Araq | 2011-05-14 | 1 | -6/+6 |
* | loop unrolled for stack marking | Araq | 2011-05-13 | 2 | -1/+14 |