Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new VM: globals kinda work | Araq | 2013-12-13 | 1 | -1/+1 |
| | |||||
* | makes 'reject' tests green | Araq | 2013-12-05 | 7 | -9/+11 |
| | |||||
* | fixes a regression where memset was used without including <string.h> | Araq | 2013-12-03 | 1 | -0/+13 |
| | |||||
* | Merge branch 'type-classes' into upstream | Zahary Karadjov | 2013-09-03 | 3 | -21/+18 |
|\ | |||||
| * | proper discrimination between csEmpty and csNoMatch | Zahary Karadjov | 2013-08-27 | 1 | -3/+1 |
| | | | | | | | | fixes twrongtupleaccess and topaque | ||||
| * | fix tnoop | Zahary Karadjov | 2013-08-26 | 1 | -6/+5 |
| | | | | | | | | | | | | | | | | This commit requires further investigation. Fixing semExpr(nkCall) once and for all to work with sym-choices and to allow overloading with immediate templates and macros will probably set this straight too. | ||||
| * | implemented delegators and improved the error messages of unmatched type classes | Zahary Karadjov | 2013-08-26 | 1 | -12/+12 |
| | | |||||
* | | fixes #516 | Araq | 2013-08-31 | 1 | -0/+17 |
| | | |||||
* | | fixes #578 | Araq | 2013-08-30 | 1 | -0/+12 |
|/ | |||||
* | hacky fix for generic constraints matching | Zahary Karadjov | 2013-08-19 | 1 | -0/+30 |
| | |||||
* | fixes #503 | Araq | 2013-07-02 | 1 | -0/+10 |
| | |||||
* | made some tests green | Araq | 2013-06-30 | 1 | -2/+2 |
| | |||||
* | fixes #442 | Araq | 2013-06-27 | 1 | -0/+18 |
| | |||||
* | fixes #481 | Araq | 2013-06-13 | 1 | -1/+14 |
| | |||||
* | bugfixes for the guarded data flow analysis | Araq | 2013-06-12 | 1 | -2/+2 |
| | |||||
* | next steps for guarded data flow analysis | Araq | 2013-06-11 | 2 | -1/+64 |
| | |||||
* | made tests green | Araq | 2013-06-10 | 3 | -3/+3 |
| | |||||
* | resolved conflict; added missing files | Araq | 2013-06-09 | 2 | -0/+48 |
|\ | |||||
* | | implemented large parts of the 'not nil' checking | Araq | 2013-06-09 | 1 | -0/+36 |
|/ | |||||
* | fixes #451 | Araq | 2013-06-04 | 1 | -0/+12 |
| | |||||
* | made some tests green; implemented 'from module import nil' | Araq | 2013-05-19 | 2 | -1/+2 |
| | |||||
* | made some tests green | Araq | 2013-05-19 | 1 | -1/+1 |
| | |||||
* | fixes #433 | Araq | 2013-05-18 | 1 | -0/+10 |
| | |||||
* | fixes #430 | Zahary Karadjov | 2013-05-12 | 1 | -0/+12 |
| | |||||
* | fixes #429 and tstmtexpr | Zahary Karadjov | 2013-05-12 | 1 | -1/+1 |
| | |||||
* | fixing the dos line endings in a broken test | Zahary Karadjov | 2013-05-12 | 1 | -4/+3 |
| | |||||
* | new effect system should be sound now | Araq | 2013-05-11 | 1 | -0/+14 |
| | |||||
* | made some tests green | Araq | 2013-04-22 | 3 | -3/+3 |
| | |||||
* | fixes #287; bugfix: subrange checking is performed again | Araq | 2013-04-12 | 1 | -0/+21 |
| | |||||
* | cleanup of tests; use 'koch install' instead of 'install.sh' for a ↵ | Araq | 2013-04-11 | 1 | -1/+1 |
| | | | | bootstrapping build | ||||
* | improvements for destructors | Araq | 2013-04-08 | 1 | -0/+21 |
| | |||||
* | rod file viewer for easier debugging of rod files | Araq | 2013-04-04 | 1 | -1/+1 |
| | |||||
* | fixes a long-standing bug about procvar checking | Araq | 2013-03-25 | 1 | -0/+2 |
| | |||||
* | bugfix: case exhaustiveness checking | Araq | 2013-03-21 | 1 | -0/+18 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 53 | -0/+0 |
| | |||||
* | some bugfixes; no system.$ for object as it breaks code | Araq | 2013-02-24 | 1 | -1/+1 |
| | |||||
* | preparations for a generational GC | Araq | 2013-02-16 | 1 | -1/+1 |
| | |||||
* | made some tests green | Araq | 2013-02-08 | 2 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into upstream | Zahary Karadjov | 2013-01-28 | 1 | -0/+15 |
|\ | |||||
| * | bugfix: overlap checking for 'case' | Araq | 2013-01-27 | 1 | -0/+15 |
| | | |||||
* | | the `mainmodule` option has effect only when no explicit module is given | Zahary Karadjov | 2013-01-28 | 1 | -1/+1 |
|/ | |||||
* | made some tests green; some small bugfixes | Araq | 2012-12-09 | 1 | -1/+1 |
| | |||||
* | bugfix: 'not nil' and 'shared' types | Araq | 2012-12-02 | 1 | -2/+10 |
| | |||||
* | implemented 'import except' | Araq | 2012-11-28 | 1 | -0/+10 |
| | |||||
* | parser support for 'not nil' annotation | Araq | 2012-11-25 | 1 | -0/+15 |
| | |||||
* | annotated effects of modules: os, sockets, times | Araq | 2012-11-18 | 2 | -2/+2 |
| | |||||
* | made some tests green | Araq | 2012-11-11 | 3 | -3/+4 |
| | |||||
* | implemented 'tags' pragma | Araq | 2012-11-11 | 2 | -0/+43 |
| | |||||
* | made some tests green | Araq | 2012-11-07 | 2 | -2/+2 |
| | |||||
* | bugfixes for exception tracking | Araq | 2012-11-04 | 1 | -1/+1 |
| |