Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed some typos | Araq | 2013-03-05 | 1 | -4/+4 |
| | |||||
* | make some tests green | Araq | 2013-03-03 | 1 | -5/+5 |
| | |||||
* | lazy operand sem'checking (beware) | Araq | 2013-03-02 | 1 | -5/+11 |
| | |||||
* | better typeToString; fixes #340 | Araq | 2013-02-20 | 1 | -0/+3 |
| | |||||
* | system.fields|fieldPairs for objects | Araq | 2013-02-18 | 1 | -32/+97 |
| | |||||
* | merged upstream master | Zahary Karadjov | 2013-01-27 | 1 | -46/+71 |
|\ | |||||
| * | bootstrapping works again | Araq | 2013-01-22 | 1 | -1/+1 |
| | | |||||
| * | fixed some closure related bugs | Araq | 2013-01-22 | 1 | -17/+21 |
| | | |||||
| * | implemented generic multi methods | Araq | 2013-01-16 | 1 | -14/+15 |
| | | |||||
| * | fixes #293 | Araq | 2013-01-08 | 1 | -4/+21 |
| | | |||||
| * | implements #295 | Araq | 2013-01-08 | 1 | -4/+4 |
| | | |||||
| * | don't invoke destructors for .global. variables | Araq | 2012-12-16 | 1 | -1/+2 |
| | | |||||
| * | some fixes for generic first class iterators | Araq | 2012-12-15 | 1 | -5/+7 |
| | | |||||
| * | fixes #269 | Araq | 2012-12-05 | 1 | -0/+2 |
| | | |||||
| * | fixes #266 | Araq | 2012-12-05 | 1 | -2/+0 |
| | | |||||
| * | implemented generic converters | Araq | 2012-12-05 | 1 | -2/+2 |
| | | |||||
* | | temporary debugging code for the memory leak investigation | Zahary Karadjov | 2012-11-28 | 1 | -1/+1 |
| | | |||||
* | | CaaS in-memory caching | Zahary Karadjov | 2012-11-28 | 1 | -6/+5 |
|/ | | | | | removed some redundant filepath params and variables and switched to canonical paths in most places | ||||
* | 'return' for first class iterators | Araq | 2012-11-26 | 1 | -1/+2 |
| | |||||
* | next steps for first class iterators | Araq | 2012-11-26 | 1 | -1/+2 |
| | |||||
* | almost every pragma is allowed in a 'push' pragma | Araq | 2012-11-20 | 1 | -0/+2 |
| | |||||
* | doc2 improvements; small lexer bugfix: backslashes in comments | Araq | 2012-11-20 | 1 | -0/+4 |
| | |||||
* | fixes #250 | Araq | 2012-11-19 | 1 | -1/+3 |
| | |||||
* | added system.finished for first class iterators | Araq | 2012-11-17 | 1 | -1/+1 |
| | |||||
* | next steps for first class iterators | Araq | 2012-11-15 | 1 | -1/+4 |
| | |||||
* | bugfix: stack traces; first class iterators almost working | Araq | 2012-11-15 | 1 | -4/+9 |
| | |||||
* | nimbuild should work again | Araq | 2012-11-01 | 1 | -0/+1 |
| | |||||
* | fixes #226 | Araq | 2012-10-19 | 1 | -2/+2 |
| | |||||
* | fixes #217 | Araq | 2012-10-13 | 1 | -1/+1 |
| | |||||
* | bugfix: tests should be green again | Araq | 2012-10-13 | 1 | -1/+10 |
| | |||||
* | bugfix: fixed broken expr proc bodies | Araq | 2012-10-12 | 1 | -2/+6 |
| | |||||
* | syntax compatibility between do blocks and stmt blocks | Zahary Karadjov | 2012-10-04 | 1 | -14/+30 |
| | | | | | | | | | | | | See the section `do notation` in the manual for more info. * nkMacroStmt has been removed Macro statements are now mapped to regular nkCall nodes. The support for additional clauses (such as else, except, of, etc) have been restored - they will now appear as additional arguments for the nkCall node (as nkElse, nkExcept, etc nodes) * fixed some regressions in the `is` operator and semCompiles | ||||
* | fixes #73 | Araq | 2012-09-23 | 1 | -1/+1 |
| | |||||
* | bugfix: 'result' cannot be captured in a closure | Araq | 2012-09-23 | 1 | -2/+3 |
| | |||||
* | proc bodies can be expressions with a type | Araq | 2012-09-22 | 1 | -1/+1 |
| | |||||
* | semExpr/semStmt merged | Araq | 2012-09-13 | 1 | -157/+45 |
| | |||||
* | small bugfixes; reactivated tests/compile | Araq | 2012-09-11 | 1 | -0/+2 |
| | |||||
* | first steps to deprecate 'nil' statement | Araq | 2012-09-09 | 1 | -4/+9 |
| | |||||
* | term rewriting improvements | Araq | 2012-09-08 | 1 | -4/+4 |
| | |||||
* | term rewriting macros fully implemented; still buggy | Araq | 2012-09-03 | 1 | -0/+2 |
| | |||||
* | next steps towards term rewriting macros; simple examples work | Araq | 2012-08-30 | 1 | -11/+5 |
| | |||||
* | first steps towards term rewriting macros | Araq | 2012-08-30 | 1 | -2/+13 |
| | |||||
* | parameter passing works the same for macros and templates; use callsite ↵ | Araq | 2012-08-28 | 1 | -3/+0 |
| | | | | magic to access the invokation AST | ||||
* | implemented generic templates | Araq | 2012-08-27 | 1 | -6/+5 |
| | |||||
* | bindSym suffices; no 'bind' for macros anymore | Araq | 2012-08-25 | 1 | -18/+0 |
| | |||||
* | implemented 'bind' for macros | Araq | 2012-08-24 | 1 | -0/+18 |
| | |||||
* | next steps to hygienic templates | Araq | 2012-08-20 | 1 | -10/+6 |
| | |||||
* | first steps to make templates hygienic | Araq | 2012-08-20 | 1 | -12/+14 |
| | |||||
* | next steps for tyVarargs/tyOpenArray split | Araq | 2012-08-14 | 1 | -1/+1 |
| | |||||
* | made tests green again | Araq | 2012-08-14 | 1 | -1/+3 |
| |