| Commit message (Expand) | Author | Age | Files | Lines |
* | made 2 tests green | Araq | 2011-11-30 | 2 | -2/+2 |
* | cleaned up configuration file handling and documented the new behaviour | Araq | 2011-11-30 | 1 | -0/+3 |
* | implemented 'let' statement | Araq | 2011-11-29 | 4 | -9/+55 |
* | old 'readline' and 'endOfFile' not deprecated anymore; too convenient for 1 l... | Araq | 2011-11-29 | 1 | -1/+1 |
* | further steps to get rid of deprecated endOfFile and readLine | Araq | 2011-11-29 | 2 | -3/+3 |
* | fixes #31 | Araq | 2011-11-27 | 1 | -0/+4 |
* | deprecated endOfFile and readLine | Araq | 2011-11-25 | 1 | -4/+4 |
* | fixed bug that kept tls emulation from working | Araq | 2011-11-25 | 2 | -17/+16 |
* | attempt to fix tunidecode test; GC cares for seq->openArray conversions | Araq | 2011-11-21 | 2 | -4/+2 |
* | bugfix: 'when' sections in generic objects now work, so TThread[void] compiles | Araq | 2011-11-20 | 1 | -1/+1 |
* | got rid of 'accept' dir in the tests | Araq | 2011-11-19 | 263 | -6/+4 |
* | fixed some tests | Araq | 2011-11-19 | 12 | -70/+77 |
* | tester: threading tests added | Araq | 2011-11-19 | 5 | -12/+77 |
* | bugfix: fixed memory leaks in osproc module | Araq | 2011-11-18 | 5 | -109/+165 |
* | macros and templates can be expanded anywhere where a type is expected. | Zahary Karadjov | 2011-11-18 | 1 | -0/+39 |
* | bugfixes: objects still invalid for constants; fixed a typo concerning 'high'... | Araq | 2011-11-15 | 2 | -1/+29 |
* | tester uses same layout as nimbuild | Araq | 2011-11-12 | 3 | -5/+273 |
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2011-11-12 | 2 | -47/+3 |
|\ |
|
| * | when running unit tests, the tester will print only failures using colorless ... | Zahary Karadjov | 2011-11-10 | 2 | -47/+3 |
* | | added another test case | Araq | 2011-11-12 | 1 | -0/+10 |
|/ |
|
* | GC tests now finally part of testsuite | Araq | 2011-11-10 | 9 | -669/+73 |
* | operator precedence changed: assignment like operators are supported; escapin... | Araq | 2011-11-09 | 2 | -0/+15 |
* | bugfixes for the testsuite | Araq | 2011-11-08 | 1 | -14/+17 |
* | bugfixes for the tester; the tester now supports running of single tests | Araq | 2011-11-08 | 9 | -49/+71 |
* | tester checks exitcode; osproc additions; DLL fixes; taint mode fixes | Araq | 2011-11-07 | 4 | -28/+114 |
* | better exception behavior for os.removeFile and os.removeDir | Araq | 2011-11-06 | 1 | -6/+1 |
* | compilation cache: fixed recently introduced bug (lazy loading of bodies) | Araq | 2011-11-06 | 3 | -0/+30 |
* | Added ftpclient module. Fixed docs in sockets module. Added dll tests to test... | dom96 | 2011-11-04 | 2 | -0/+15 |
* | fixes #2 | Araq | 2011-11-02 | 1 | -3/+0 |
* | fixes #59 | Araq | 2011-11-02 | 1 | -0/+9 |
* | small bugfixes to make more tests green | Araq | 2011-11-02 | 5 | -4/+18 |
* | DLL generation may work again | Araq | 2011-11-02 | 2 | -0/+19 |
* | Fixed the tester. Some fixes and additions for the JS backend. | dom96 | 2011-10-31 | 1 | -9/+9 |
* | lazy loading of body ast implemented | Araq | 2011-10-30 | 1 | -12/+23 |
* | splicing tested and documented | Araq | 2011-10-28 | 5 | -8/+20 |
* | eval context for macros lives as long as the current module is compiled | Araq | 2011-10-28 | 1 | -0/+19 |
* | compilation cache: tests now part of test suite | Araq | 2011-10-27 | 16 | -30/+241 |
* | compilation cache: mostly working; generics not yet | Araq | 2011-10-25 | 2 | -0/+22 |
* | rod files: next trivial examples working | Araq | 2011-10-22 | 2 | -1/+36 |
* | 'bind' as a declarative statement | Araq | 2011-10-10 | 2 | -0/+15 |
* | new syntactic construct: a{i} | Araq | 2011-10-08 | 1 | -1/+2 |
* | slurp uses path; unidecode is improved and threadsafe | Araq | 2011-10-08 | 1 | -0/+9 |
* | Basic unit testing facilities (suites, fixtures, cases) | Zahary Karadjov | 2011-10-07 | 1 | -0/+47 |
* | code generator supports constant sequences; more consistent compile time eval... | Araq | 2011-10-07 | 1 | -1/+0 |
* | bugfix: overloading resolution for typeof | Araq | 2011-09-27 | 1 | -0/+7 |
* | bugfix: $ escaping in interpolatedFragments | Araq | 2011-09-26 | 1 | -6/+10 |
* | bugfix: internal error in evalFieldAccess; parseutils.interpolatedFragments o... | Araq | 2011-09-26 | 1 | -10/+7 |
* | renamed optional to discardable | Araq | 2011-09-24 | 1 | -3/+3 |
* | implemented optional pragma for implicit discard | Araq | 2011-09-24 | 1 | -0/+13 |
* | more fixes to get rid of tyPureObject | Araq | 2011-09-24 | 1 | -4/+4 |