Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | first batch of rope code converted to `rfmt` | Zahary Karadjov | 2012-11-28 | 5 | -95/+91 |
| | | | | | | The results so far are inconclusive: The rope cache tries have been reduced by more than 125K (nearly 20%), but the bootstrap time seems to be ever slightly increasing (0.01s). | ||||
* | experimental compile-time rope formatting code | Zahary Karadjov | 2012-11-28 | 3 | -4/+102 |
| | |||||
* | store the instantiation cache in the generic symbol | Zahary Karadjov | 2012-11-28 | 6 | -70/+80 |
| | |||||
* | [caas] first version that actually works (still has a lot of logical memory ↵ | Zahary Karadjov | 2012-11-28 | 9 | -63/+260 |
| | | | | leaks on recompilation) | ||||
* | CaaS in-memory caching | Zahary Karadjov | 2012-11-28 | 23 | -215/+299 |
| | | | | | removed some redundant filepath params and variables and switched to canonical paths in most places | ||||
* | caas is now drivable through stdin | Zahary Karadjov | 2012-11-28 | 16 | -135/+169 |
| | | | | | * added idetools --eval * streams.readLine recognises and applies the backspace character | ||||
* | fixed recently introduced parser bugs | Araq | 2012-11-26 | 1 | -2/+2 |
| | |||||
* | 'return' for first class iterators | Araq | 2012-11-26 | 3 | -18/+30 |
| | |||||
* | next steps for first class iterators | Araq | 2012-11-26 | 5 | -3/+14 |
| | |||||
* | parser support for 'not nil' annotation | Araq | 2012-11-25 | 1 | -52/+48 |
| | |||||
* | first steps for 'not nil' annotation | Araq | 2012-11-25 | 5 | -67/+120 |
| | |||||
* | added missing type flags | Araq | 2012-11-23 | 3 | -11/+21 |
| | |||||
* | 'iterator' as type description | Araq | 2012-11-22 | 1 | -1/+5 |
| | |||||
* | made 'shared' a keyword | Araq | 2012-11-22 | 3 | -5/+22 |
| | |||||
* | bugfixes for thread analysis | Araq | 2012-11-22 | 1 | -5/+9 |
| | |||||
* | fixes #261 | Araq | 2012-11-21 | 1 | -1/+1 |
| | |||||
* | fixes 259 | Araq | 2012-11-21 | 1 | -2/+2 |
| | |||||
* | added 2 necessary node kinds | Araq | 2012-11-21 | 1 | -0/+3 |
| | |||||
* | almost every pragma is allowed in a 'push' pragma | Araq | 2012-11-20 | 4 | -227/+254 |
| | |||||
* | doc2 improvements; small lexer bugfix: backslashes in comments | Araq | 2012-11-20 | 8 | -38/+70 |
| | |||||
* | fixes #250 | Araq | 2012-11-19 | 3 | -6/+9 |
| | |||||
* | 'assert' hides EAssertionFailsure; stdlib makes use of 'tags' | Araq | 2012-11-18 | 3 | -7/+17 |
| | |||||
* | added system.finished for first class iterators | Araq | 2012-11-17 | 5 | -10/+5 |
| | |||||
* | next steps for first class iterators | Araq | 2012-11-15 | 4 | -10/+39 |
| | |||||
* | improvements for first class iterators | Araq | 2012-11-15 | 2 | -5/+16 |
| | |||||
* | bugfix: stack traces; first class iterators almost working | Araq | 2012-11-15 | 8 | -34/+124 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-11-11 | 5 | -14/+95 |
|\ | |||||
| * | AST quasi-quoting for macros | Zahary Karadjov | 2012-11-11 | 5 | -14/+95 |
| | | |||||
* | | implemented 'tags' pragma | Araq | 2012-11-11 | 4 | -81/+137 |
|/ | |||||
* | fixed the bugfix of #247 | Araq | 2012-11-09 | 1 | -1/+1 |
| | |||||
* | fixes #247 | Araq | 2012-11-08 | 1 | -4/+1 |
| | |||||
* | documented 'mixin' declaration | Araq | 2012-11-08 | 1 | -0/+3 |
| | |||||
* | added system.onRaise to support a condition system | Araq | 2012-11-05 | 1 | -3/+1 |
| | |||||
* | bugfixes for exception tracking | Araq | 2012-11-04 | 1 | -3/+8 |
| | |||||
* | exception tracking should work | Araq | 2012-11-04 | 3 | -16/+62 |
| | |||||
* | next steps for exception tracking | Araq | 2012-11-03 | 7 | -34/+73 |
| | |||||
* | bugfix: exception tracking (still disabled) | Araq | 2012-11-01 | 3 | -3/+3 |
| | |||||
* | doc2 support for nimweb; fixed graphics.withEvents | Araq | 2012-11-01 | 1 | -2/+2 |
| | |||||
* | nimbuild should work again | Araq | 2012-11-01 | 6 | -24/+100 |
| | |||||
* | exception tracking barely works; but disabled | Araq | 2012-10-31 | 3 | -26/+36 |
| | |||||
* | bugfix: wrong assertions for C++ code generation; some solaris support; ↵ | Araq | 2012-10-30 | 7 | -20/+185 |
| | | | | first steps to an effect system | ||||
* | fixes #235 | Araq | 2012-10-24 | 1 | -0/+4 |
| | |||||
* | cas improvements | Araq | 2012-10-24 | 3 | -5/+11 |
| | |||||
* | caas barely works now | Araq | 2012-10-24 | 3 | -7/+16 |
| | |||||
* | fixes #226 | Araq | 2012-10-19 | 1 | -2/+2 |
| | |||||
* | bugfix: tcan_inherit_generic works again | Araq | 2012-10-19 | 1 | -1/+1 |
| | |||||
* | fixes #230; fixes #227 | Araq | 2012-10-19 | 1 | -2/+3 |
| | |||||
* | fixes #232 | Araq | 2012-10-19 | 2 | -3/+9 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-10-19 | 6 | -54/+76 |
|\ | |||||
| * | fixes #106 | Zahary Karadjov | 2012-10-16 | 2 | -3/+3 |
| | |