Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not warn about unknown conditional symbols anymore | Araq | 2015-01-27 | 1 | -4/+0 |
| | |||||
* | implements auto-deref for the first argument (requires .experimental) | Araq | 2015-01-27 | 1 | -3/+13 |
| | |||||
* | better error message for 'invalid type' | Araq | 2015-01-23 | 1 | -3/+3 |
| | |||||
* | get rid of debug output | Araq | 2015-01-18 | 1 | -1/+0 |
| | |||||
* | fixes #1944 | Araq | 2015-01-18 | 1 | -6/+12 |
| | |||||
* | revert to old behaviour: tuple field names are not ignored anymore; fixes #1920 | Araq | 2015-01-18 | 1 | -3/+15 |
| | |||||
* | fixes #1915 | Araq | 2015-01-12 | 1 | -3/+10 |
| | |||||
* | fixes #1838 | Araq | 2015-01-11 | 1 | -5/+7 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nim into devel | Araq | 2015-01-07 | 1 | -4/+3 |
|\ | | | | | | | | | Conflicts: compiler/semexprs.nim | ||||
| * | fix #1050 | Zahary Karadjov | 2015-01-02 | 1 | -3/+1 |
| | | |||||
* | | minor cleanups | Araq | 2015-01-07 | 1 | -4/+2 |
|/ | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nim into devel | Araq | 2014-12-31 | 1 | -1/+3 |
|\ | |||||
| * | fix #1056 | Zahary Karadjov | 2014-12-31 | 1 | -1/+3 |
| | | |||||
* | | fixes #1774 | Araq | 2014-12-31 | 1 | -1/+1 |
|/ | |||||
* | fix #1789 (binding to static params during generic proc sigmatch) | Zahary Karadjov | 2014-12-31 | 1 | -1/+1 |
| | |||||
* | release of 0.10.2 | Araq | 2014-12-29 | 1 | -3/+4 |
| | |||||
* | fixes #1708, fixes #871 | Araq | 2014-12-28 | 1 | -2/+3 |
| | |||||
* | fixes #1120 | Araq | 2014-12-25 | 1 | -20/+5 |
| | |||||
* | tuple field names are ignored | Araq | 2014-12-23 | 1 | -22/+10 |
| | |||||
* | fixed typos so docgen works again | Araq | 2014-12-20 | 1 | -1/+1 |
| | |||||
* | fixes #1655 | Araq | 2014-12-17 | 1 | -2/+2 |
| | |||||
* | implemented 'experimental' switch | Araq | 2014-12-05 | 1 | -0/+2 |
| | |||||
* | fixes regression that caused pegs to not compile | Araq | 2014-11-29 | 1 | -0/+1 |
| | |||||
* | implemented procCall builtin | Araq | 2014-11-28 | 1 | -0/+4 |
| | |||||
* | fixes #1657 | Araq | 2014-11-27 | 1 | -2/+6 |
| | |||||
* | fixes #1548 | Araq | 2014-11-17 | 1 | -34/+5 |
| | |||||
* | fixes a regression that made 'system.compiles' output the produced error ↵ | Araq | 2014-11-12 | 1 | -1/+1 |
| | | | | messages | ||||
* | fixes #1612 | Araq | 2014-11-06 | 1 | -2/+1 |
| | |||||
* | 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 |
| | | |