Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #1595 | Araq | 2014-10-31 | 1 | -5/+16 |
| | |||||
* | nicer error messages (untested) | Araq | 2014-10-26 | 1 | -3/+2 |
| | |||||
* | Merge branch 'devel' into bigbreak | Araq | 2014-10-23 | 1 | -4/+6 |
|\ | | | | | | | | | Conflicts: web/news.txt | ||||
| * | fixes #1029 | Araq | 2014-10-22 | 1 | -4/+6 |
| | | |||||
| * | fixes #1551 | Araq | 2014-10-11 | 1 | -0/+5 |
| | | |||||
| * | minor bugfix for void .compileTime procs | Araq | 2014-09-11 | 1 | -1/+1 |
| | | |||||
* | | fixes #1551 | Araq | 2014-10-05 | 1 | -2/+3 |
| | | |||||
* | | bugfix: 'T = ref T' is an illegal recursive type | Araq | 2014-10-02 | 1 | -0/+1 |
| | | |||||
* | | implemented 'guard' annotation | Araq | 2014-09-21 | 1 | -0/+4 |
| | | |||||
* | | nimfix improvements | Araq | 2014-09-10 | 1 | -1/+1 |
| | | |||||
* | | improvements for nimfix | Araq | 2014-09-10 | 1 | -2/+14 |
| | | |||||
* | | 'pretty' command does not exist anymore; improvements for nimfix | Araq | 2014-09-10 | 1 | -0/+1 |
| | | |||||
* | | some improvements for nimfix | Araq | 2014-09-09 | 1 | -3/+3 |
| | | |||||
* | | minor bugfix for void .compileTime procs | Araq | 2014-08-31 | 1 | -1/+1 |
| | | |||||
* | | updated the compiler to use the new symbol names | Araq | 2014-08-28 | 1 | -1/+1 |
| | | |||||
* | | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
|/ | |||||
* | fixes #1380 | Araq | 2014-08-19 | 1 | -9/+8 |
| | |||||
* | fixes #1431 | Araq | 2014-08-12 | 1 | -2/+3 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-11 | 1 | -1/+3 |
|\ | |||||
| * | Merge pull request #1467 from Varriount/fix-1424 | Andreas Rumpf | 2014-08-10 | 1 | -1/+3 |
| |\ | | | | | | | Fix #1424 | ||||
| | * | Update semexprs.nim | Varriount | 2014-08-10 | 1 | -5/+1 |
| | | | |||||
| | * | Fix #1424 some more | Clay Sweetser | 2014-08-08 | 1 | -1/+5 |
| | | | |||||
| | * | Fix #1424 | Clay Sweetser | 2014-08-07 | 1 | -0/+2 |
| | | | |||||
* | | | distinguish between 'defined' and 'declared' | Araq | 2014-08-11 | 1 | -4/+10 |
|/ / | |||||
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-10 | 1 | -0/+2 |
|\ \ | |||||
| * | | Fixes #1435 | Clay Sweetser | 2014-08-09 | 1 | -0/+2 |
| | | | |||||
* | | | progress on 'spawn' | Araq | 2014-08-10 | 1 | -3/+3 |
|/ / | |||||
* / | 'parallel' statement works again | Araq | 2014-08-08 | 1 | -1/+1 |
|/ | |||||
* | fixes #1355 | Araq | 2014-07-15 | 1 | -1/+2 |
| | |||||
* | fixes #904 | Araq | 2014-07-01 | 1 | -0/+4 |
| | |||||
* | fixes #1285 | Araq | 2014-06-30 | 1 | -13/+13 |
| | |||||
* | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawn | Araq | 2014-06-06 | 1 | -3/+14 |
|\ | |||||
| * | big rename: Promise -> FlowVar | Araq | 2014-06-06 | 1 | -7/+7 |
| | | |||||
| * | Promises are now refs | Araq | 2014-06-05 | 1 | -0/+11 |
| | | |||||
* | | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawn | Araq | 2014-06-01 | 1 | -5/+26 |
|\| | |||||
| * | pi test compiles, but crashes randomly | Araq | 2014-06-01 | 1 | -2/+6 |
| | | |||||
| * | bugfix: regionized pointers in a generic context; renamed 'Future' to 'Promise' | Araq | 2014-05-25 | 1 | -4/+4 |
| | | |||||
| * | progress with futures | Araq | 2014-05-23 | 1 | -0/+12 |
| | | |||||
| * | progress for the 'parallel' statement | Araq | 2014-05-14 | 1 | -5/+10 |
| | | |||||
* | | Merge pull request #1229 from Varriount/fix-1203 | Andreas Rumpf | 2014-05-31 | 1 | -8/+14 |
|\ \ | | | | | | | Fix issue #1203 | ||||
| * | | Rename some variables in the isCastable code | Clay Sweetser | 2014-05-26 | 1 | -6/+6 |
| | | | |||||
| * | | Fix issue #1203 | Clay Sweetser | 2014-05-26 | 1 | -0/+2 |
| | | | |||||
| * | | Update 'isCastable' and 'semCast' doc-comments | Clay Sweetser | 2014-05-26 | 1 | -2/+6 |
| |/ | |||||
* | | Renamed considerAccents to considerQuotedIdent | Clay Sweetser | 2014-05-26 | 1 | -5/+5 |
| | | |||||
* | | Renamed 'considerAcc' to 'considerAccents' for clarity | Clay Sweetser | 2014-05-24 | 1 | -5/+5 |
|/ | | | | | Added documentation string to 'considerAccents' Modified renderParamType's assertion to allow nkAcc nodes. | ||||
* | compiler prepared for the new comment handling | Araq | 2014-04-30 | 1 | -0/+2 |
| | |||||
* | first version of 'spawn' | Araq | 2014-04-16 | 1 | -0/+2 |
| | |||||
* | implemented region pointers | Araq | 2014-04-09 | 1 | -4/+4 |
| | |||||
* | propagate semExpr flags in macro/template expansion | Zahary Karadjov | 2014-04-06 | 1 | -8/+9 |
| | |||||
* | tsymchoicefield compiles | Araq | 2014-04-01 | 1 | -2/+4 |
| |