| Commit message (Expand) | Author | Age | Files | Lines |
* | tcnstseq works again | Araq | 2013-11-07 | 1 | -1/+0 |
* | VM now supports lambda lifting | Araq | 2013-11-06 | 1 | -1/+0 |
* | jump optimizer works | Araq | 2013-10-29 | 1 | -3/+1 |
* | new VM is getting stable | Araq | 2013-10-29 | 1 | -2/+2 |
* | computed goto now works; some progress on the new VM | Araq | 2013-10-25 | 1 | -2/+5 |
* | compiler bootstraps with new VM | Araq | 2013-10-15 | 1 | -2/+3 |
* | fixes for niminst | Araq | 2013-09-28 | 1 | -5/+0 |
* | examples from the talk part of test suite | Araq | 2013-09-27 | 1 | -2/+6 |
* | the compiler can now deal with multiple modules of the same name | Araq | 2013-09-26 | 1 | -1/+1 |
* | JS codegen: supports more builtins | Araq | 2013-09-24 | 1 | -1/+0 |
* | support for multiple modules of the same name; niminst supports 'platforms'; ... | Araq | 2013-09-24 | 1 | -2/+4 |
* | improvements for TR macros | Araq | 2013-09-17 | 1 | -2/+0 |
* | disabled M&S GC again | Araq | 2013-09-10 | 1 | -0/+1 |
* | fixes #582 | Araq | 2013-09-01 | 1 | -0/+1 |
* | new VM: preparations for evalMacroCall | Araq | 2013-08-11 | 1 | -1/+2 |
* | new VM: register allocator bugfix; implemented more magics | Araq | 2013-08-08 | 1 | -1/+0 |
* | new VM: implemented constructors and jump optimizer | Araq | 2013-08-07 | 1 | -2/+2 |
* | new VM: next steps | Araq | 2013-08-03 | 1 | -0/+8 |
* | added macros.genSym | Araq | 2013-07-24 | 1 | -1/+0 |
* | small REPL improvements | Araq | 2013-06-28 | 1 | -1/+0 |
* | var tuple unpacking works at compile time | Araq | 2013-06-28 | 1 | -0/+1 |
* | bugfix: rendering of typ|typ2 | Araq | 2013-06-27 | 1 | -1/+0 |
* | bugfix: marshal supports unsigned numbers | Araq | 2013-06-27 | 1 | -1/+0 |
* | fixed a long standing xml parser bug; html parser bugfixes + speed improvements | Araq | 2013-06-27 | 1 | -2/+5 |
* | improvements for 'not nil' checking | Araq | 2013-06-13 | 1 | -1/+0 |
* | bugfixes for the guarded data flow analysis | Araq | 2013-06-12 | 1 | -1/+0 |
* | next steps for guarded data flow analysis | Araq | 2013-06-11 | 1 | -3/+4 |
* | resolved conflict; added missing files | Araq | 2013-06-09 | 1 | -1/+0 |
|\ |
|
| * | fixes #466 | Araq | 2013-06-06 | 1 | -1/+0 |
* | | implemented large parts of the 'not nil' checking | Araq | 2013-06-09 | 1 | -1/+2 |
|/ |
|
* | implemented dataflow analysis; activate via --warning[Uninit]:on | Araq | 2013-06-04 | 1 | -1/+1 |
* | new scoping rules for 'if' now active | Araq | 2013-06-04 | 1 | -1/+1 |
* | tiny doc improvement | Araq | 2013-06-03 | 1 | -1/+0 |
* | better error message for subtle nil errors | Araq | 2013-05-31 | 1 | -0/+1 |
* | 'from' statement documented | Araq | 2013-05-19 | 1 | -2/+2 |
* | fixes #433 | Araq | 2013-05-18 | 1 | -0/+1 |
* | todo.txt changes | Araq | 2013-05-11 | 1 | -39/+51 |
* | better effects handling for callbacks | Araq | 2013-05-09 | 1 | -1/+0 |
* | more intuitive behaviour for 'discardable' in expression bodies | Araq | 2013-05-04 | 1 | -1/+1 |
* | fixes #117 | Araq | 2013-05-04 | 1 | -1/+0 |
* | completed expr/stmt unification | Araq | 2013-05-03 | 1 | -5/+0 |
* | new parser works with docgen | Araq | 2013-05-02 | 1 | -1/+0 |
* | bugfixes mostly JS related | Araq | 2013-05-01 | 1 | -0/+2 |
* | tester should work again; documented (;) | Araq | 2013-04-30 | 1 | -2/+1 |
* | proper scoping for 'if' | Araq | 2013-04-30 | 1 | -2/+0 |
* | first steps to the expr/stmt unification | Araq | 2013-04-30 | 1 | -6/+4 |
* | first version of commonType | Araq | 2013-04-22 | 1 | -0/+6 |
* | bugfix: 'import x var y' without newline doesn't parse anymore | Araq | 2013-04-21 | 1 | -10/+10 |
* | new parsing scheme is documented | Araq | 2013-04-21 | 1 | -9/+6 |
* | next steps for the new parser/grammar | Araq | 2013-04-20 | 1 | -0/+12 |