Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | astToStr is now immediate | Araq | 2013-06-02 | 1 | -0/+4 |
| | |||||
* | fixes #458 | Araq | 2013-05-31 | 1 | -1/+2 |
| | |||||
* | Revert "fix threading tests" | Araq | 2013-05-27 | 1 | -1/+1 |
| | | | | This reverts commit d5fffc032f2b390abd7b4c4fea2e49b1a0ef9736. | ||||
* | Revert "test cases for the new features" | Araq | 2013-05-27 | 1 | -11/+4 |
| | | | | This reverts commit 66653e8f144f2e67a6e48158f9298d9f41b16b09. | ||||
* | test cases for the new features | Zahary Karadjov | 2013-05-26 | 1 | -4/+11 |
| | |||||
* | fix threading tests | Zahary Karadjov | 2013-05-26 | 1 | -1/+1 |
| | | | | | * more type names are valid expressions now * void is properly stripped off during generic instantiation | ||||
* | made some tests green; implemented 'from module import nil' | Araq | 2013-05-19 | 1 | -1/+1 |
| | |||||
* | made some tests green | Araq | 2013-05-19 | 1 | -1/+2 |
| | |||||
* | updated docs | Araq | 2013-05-19 | 1 | -1/+1 |
| | |||||
* | fixes #433 | Araq | 2013-05-18 | 1 | -15/+15 |
| | |||||
* | fixes #429 and tstmtexpr | Zahary Karadjov | 2013-05-12 | 1 | -1/+7 |
| | |||||
* | merged the persistent scopes work with the delayed proc compilation strategy | Zahary Karadjov | 2013-05-12 | 1 | -2/+2 |
|\ | |||||
* | | final fixes giving us a working compiler | Zahary Karadjov | 2013-05-12 | 1 | -2/+2 |
| | | |||||
* | | get rid of ImportTablePos and ModuleTablePos | Zahary Karadjov | 2013-05-12 | 1 | -1/+1 |
| | | |||||
* | | get rid of the SymTab* procs in astalgo | Zahary Karadjov | 2013-05-12 | 1 | -5/+5 |
| | | |||||
* | | switch to a linked list of scopes | Zahary Karadjov | 2013-05-11 | 1 | -6/+6 |
|/ | |||||
* | more intuitive behaviour for 'discardable' in expression bodies | Araq | 2013-05-04 | 1 | -4/+3 |
| | |||||
* | fixes #117 | Araq | 2013-05-04 | 1 | -6/+11 |
| | |||||
* | bugfixes | Araq | 2013-05-04 | 1 | -0/+6 |
| | |||||
* | completed expr/stmt unification | Araq | 2013-05-03 | 1 | -151/+26 |
| | |||||
* | revert new scope for 'if' | Araq | 2013-05-02 | 1 | -1/+2 |
| | |||||
* | proper scoping for 'if' | Araq | 2013-04-30 | 1 | -1/+1 |
| | |||||
* | first steps to the expr/stmt unification | Araq | 2013-04-30 | 1 | -17/+62 |
| | |||||
* | fixes #244 | Araq | 2013-04-13 | 1 | -0/+4 |
| | |||||
* | fixes #287; bugfix: subrange checking is performed again | Araq | 2013-04-12 | 1 | -9/+16 |
| | |||||
* | fixes #321 | Araq | 2013-04-08 | 1 | -1/+2 |
| | |||||
* | improvements for destructors | Araq | 2013-04-08 | 1 | -24/+34 |
| | |||||
* | fixes a long-standing bug about procvar checking | Araq | 2013-03-25 | 1 | -13/+35 |
| | |||||
* | added system.locals | Araq | 2013-03-21 | 1 | -1/+2 |
| | |||||
* | bugfix: subtle bug about 'var' parameters in templates | Araq | 2013-03-17 | 1 | -4/+7 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | object constructors work now | Araq | 2013-03-08 | 1 | -0/+1 |
| | |||||
* | next steps for object construction expressions | Araq | 2013-03-07 | 1 | -6/+22 |
| | |||||
* | first steps to implement object construction expressions | Araq | 2013-03-07 | 1 | -0/+31 |
| | |||||
* | fixed some typos | Araq | 2013-03-05 | 1 | -2/+2 |
| | |||||
* | bugfix: tvtable works again | Araq | 2013-03-05 | 1 | -3/+4 |
| | |||||
* | fixes for the new overloading resolution | Araq | 2013-03-03 | 1 | -12/+0 |
| | |||||
* | make some tests green | Araq | 2013-03-03 | 1 | -22/+24 |
| | |||||
* | lazy operand sem'checking (beware) | Araq | 2013-03-02 | 1 | -12/+10 |
| | |||||
* | fixes #286 | Araq | 2013-02-19 | 1 | -1/+1 |
| | |||||
* | merged upstream master | Zahary Karadjov | 2013-01-27 | 1 | -6/+34 |
|\ | |||||
| * | fixed some closure related bugs | Araq | 2013-01-22 | 1 | -2/+2 |
| | | |||||
| * | fixes #271 | Araq | 2012-12-15 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-12-02 | 1 | -0/+23 |
| |\ | |||||
| | * | implements 'export' feature | Araq | 2012-12-01 | 1 | -0/+23 |
| | | | |||||
| * | | resolved conflicts | Araq | 2012-11-30 | 1 | -1/+4 |
| |\| | |||||
| | * | implemented 'import except' | Araq | 2012-11-28 | 1 | -0/+3 |
| | | | |||||
| | * | bugfix: better implict 'items' support | Araq | 2012-11-28 | 1 | -4/+3 |
| | | | |||||
| * | | bugfix: implicit items/pairs work better | Araq | 2012-11-28 | 1 | -3/+4 |
| |/ | |||||
* / | remove any traces of the old global generics cache | Zahary Karadjov | 2013-01-27 | 1 | -1/+1 |
|/ |