| Commit message (Expand) | Author | Age | Files | Lines |
* | small bugfixes to make more tests green | Araq | 2011-11-02 | 2 | -4/+7 |
* | DLL generation may work again | Araq | 2011-11-02 | 2 | -8/+10 |
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2011-11-02 | 2 | -3/+4 |
|\ |
|
| * | Fixed the tester. Some fixes and additions for the JS backend. | dom96 | 2011-10-31 | 2 | -3/+4 |
* | | better code generation for constant aggregates | Araq | 2011-11-02 | 1 | -3/+4 |
|/ |
|
* | Fixed issue with some functions in the sockets module not reporting the corre... | dom96 | 2011-10-30 | 2 | -31/+85 |
* | splicing tested and documented | Araq | 2011-10-28 | 1 | -21/+22 |
* | compilation cache: tests now part of test suite | Araq | 2011-10-27 | 1 | -0/+4 |
* | new compiler option tlsEmulation | Araq | 2011-10-27 | 1 | -1/+1 |
* | compilation cache: mostly working; generics not yet | Araq | 2011-10-25 | 1 | -28/+28 |
* | compilation cache: methods have a chance to work | Araq | 2011-10-23 | 1 | -10/+14 |
* | thread local vs. global system.raiseHook | Araq | 2011-10-23 | 2 | -4/+15 |
* | rod files: next trivial examples working | Araq | 2011-10-22 | 1 | -1/+1 |
* | preparations for proper memmap'ed files | Araq | 2011-10-22 | 1 | -0/+51 |
* | much more efficient rod file generation | Araq | 2011-10-18 | 1 | -2/+1 |
* | libuv working on windows too | Zahary Karadjov | 2011-10-12 | 4 | -29/+28 |
* | Added wrappers for joyent's libuv and http_parser librarier | Zahary Karadjov | 2011-10-12 | 3 | -0/+783 |
* | 'bind' as a declarative statement | Araq | 2011-10-10 | 1 | -1/+3 |
* | new syntactic construct: a{i} | Araq | 2011-10-08 | 2 | -2/+2 |
* | slurp uses path; unidecode is improved and threadsafe | Araq | 2011-10-08 | 3 | -23/+31 |
* | *Pimped up* the test runner with colorful output | Zahary Karadjov | 2011-10-07 | 2 | -7/+39 |
* | Cleaned up the circular dependecies and remaining issues | Zahary Karadjov | 2011-10-07 | 3 | -41/+28 |
* | Basic unit testing facilities (suites, fixtures, cases) | Zahary Karadjov | 2011-10-07 | 3 | -7/+187 |
* | code generator supports constant sequences; more consistent compile time eval... | Araq | 2011-10-07 | 3 | -12/+25 |
* | bugfix: $ escaping in interpolatedFragments | Araq | 2011-09-26 | 1 | -6/+12 |
* | bugfix: internal error in evalFieldAccess; parseutils.interpolatedFragments o... | Araq | 2011-09-26 | 4 | -100/+80 |
* | sockets.recv optimizations; stdlib now supports taint mode | Araq | 2011-09-24 | 11 | -73/+86 |
* | renamed optional to discardable | Araq | 2011-09-24 | 6 | -39/+49 |
* | more fixes to get rid of tyPureObject | Araq | 2011-09-24 | 2 | -3/+3 |
* | got rid of akPureObject | Araq | 2011-09-24 | 2 | -7/+6 |
* | got rid of tyPureObject; broke bootstrapping; use generated C code | Araq | 2011-09-24 | 4 | -9/+8 |
* | Merge branch 'master' of git@github.com:Araq/Nimrod | Araq | 2011-09-24 | 6 | -5/+40 |
|\ |
|
| * | Fixed string concatenation and other bugs in the JS backend. Fixed a small bu... | dom96 | 2011-09-23 | 6 | -5/+40 |
* | | beginning of a taint mode; type system enhancements | Araq | 2011-09-24 | 6 | -81/+97 |
|/ |
|
* | fixed some newly introduced bugs | Araq | 2011-09-21 | 3 | -17/+19 |
* | using statement (ala C#) implemented as macro (added as test). | Zahary Karadjov | 2011-09-20 | 1 | -29/+40 |
* | Moved the parseAST magics to evals.nim | Zahary Karadjov | 2011-09-20 | 2 | -2/+98 |
* | Some very small steps towards an uuid generation module. | Zahary Karadjov | 2011-09-20 | 1 | -0/+30 |
* | Initial implementation of the parseExpr, parseStmt, getAst macro routines: | Zahary Karadjov | 2011-09-20 | 1 | -2/+16 |
* | Added AST introspection routines as a part of the standard library | Zahary Karadjov | 2011-09-20 | 1 | -0/+33 |
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2011-09-20 | 2 | -63/+319 |
|\ |
|
| * | lib/wrappers/sphinx.nim: fix typo, use 'shpinx' instead of 'sphinx' | Keita Haga | 2011-09-09 | 1 | -63/+63 |
| * | Some improvements relating to the IRC module. | dom96 | 2011-09-04 | 1 | -14/+16 |
| * | Added IRC module. | dom96 | 2011-09-04 | 1 | -0/+254 |
* | | bugfixes for generics; new threads implementation still broken | Araq | 2011-09-20 | 4 | -31/+39 |
|/ |
|
* | Merge branch 'master' of git@github.com:Araq/Nimrod | Araq | 2011-08-29 | 1 | -53/+53 |
|\ |
|
| * | lib/pure/strutils.nim: fix doc comment for splitLines | Keita Haga | 2011-08-25 | 1 | -53/+53 |
* | | added actors.nim file; compiler not up for this task | Araq | 2011-08-29 | 1 | -0/+184 |
* | | new actors implementation for nimrod; compiler's generics still not up for th... | Araq | 2011-08-29 | 5 | -169/+85 |
* | | attempt to fix tester.nim file handle leak | Araq | 2011-08-29 | 1 | -0/+0 |
|/ |
|