summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* cleanups for underscores in tuple unpackingAraq2015-04-242-10/+15
* finishes #2566Araq2015-04-241-2/+2
* fixes #2533Araq2015-04-241-1/+1
* fixes #2335Araq2015-04-241-2/+9
* fixes #2524Araq2015-04-241-1/+1
* Merge pull request #2566 from nanoant/parser-diagnostic-locationAndreas Rumpf2015-04-243-4/+11
|\
| * Parser: Fix location (line, col) for diagnosticsAdam Strzelecki2015-04-212-3/+7
| * msg: Output column numbers starting from 1Adam Strzelecki2015-04-211-1/+4
* | Merge pull request #2437 from Araq/underscore-tuple-unpackAndreas Rumpf2015-04-242-2/+13
|\ \
| * | Add sfGenSym for (_).Dominik Picheta2015-04-231-0/+2
| * | Merge branch 'devel' into underscore-tuple-unpackDominik Picheta2015-04-2353-2448/+2853
| |\ \
| * | | Get rid of tkUnderscore. Map _ to tkSymbol.Dominik Picheta2015-04-083-13/+6
| * | | Rewrite in order to not introduce a new node kind.Dominik Picheta2015-04-055-8/+9
| * | | Implements #2154.Dominik Picheta2015-03-317-6/+21
* | | | system.locals is now a plugin for educationAraq2015-04-247-35/+61
* | | | fixes #2569Araq2015-04-233-155/+96
* | | | fixes #2589Araq2015-04-231-1/+1
| |/ / |/| |
* | | fix #2585 properlyAraq2015-04-221-1/+3
* | | fixes #2585Araq2015-04-222-5/+7
* | | fixes #2447Araq2015-04-222-2/+3
* | | fixed nil.add for JSAraq2015-04-221-1/+1
* | | added '..^' and '..<' operators; 'nil' is allowed for 'len'; added plugin sys...Araq2015-04-228-16/+75
* | | fixes #2581Araq2015-04-221-9/+16
* | | cleaned up some magics to make room for new magics; added '..<' and '..^' tem...Araq2015-04-225-18/+9
* | | fixes #2550Araq2015-04-221-9/+13
* | | Merge pull request #2565 from nanoant/parser-consistencyAndreas Rumpf2015-04-221-22/+11
|\ \ \ | |_|/ |/| |
| * | Parser: Make exprList() not comsume endTokenAdam Strzelecki2015-04-201-14/+7
| * | Parser: Use colcom(...) when possibleAdam Strzelecki2015-04-201-8/+4
* | | fixes #2520Araq2015-04-211-0/+3
* | | attempt to fix JS codegen regressionAraq2015-04-201-1/+1
* | | fixes #2505, fixes #1853, fixes #2522Araq2015-04-206-6/+15
* | | fixes serious codegen regression; C++ target works againAraq2015-04-201-1/+7
|/ /
* | Merge branch 'devel' of https://github.com/Araq/Nim into develAraq2015-04-206-18/+66
|\ \
| * \ Merge pull request #2503 from ReneSac/arrowLikeAndreas Rumpf2015-04-151-1/+2
| |\ \
| | * | Minor fixes for arrow like change patchReneSac2015-04-111-2/+2
| | * | Changing the rule for arrow like operators again.ReneSac2015-04-101-1/+1
| | * | Restrict arrow-like operators to start with - or =ReneSac2015-04-091-1/+2
| * | | Merge pull request #2549 from fowlmouth/patch-2Andreas Rumpf2015-04-151-1/+3
| |\ \ \
| | * | | concept types are represented with getType()fowlmouth2015-04-131-1/+3
| * | | | importing of C++ nested generics like std::vector<T>::iterator, using the apo...Zahary Karadjov2015-04-134-16/+61
* | | | | VM: minor fixes to make lexim workAraq2015-04-204-67/+75
* | | | | parse 'of' branches for macros properlyAraq2015-04-191-2/+9
* | | | | fixes a serious codegen bug that caused to emit wrong barriers in rare casesAraq2015-04-191-13/+17
* | | | | fixes #2476Araq2015-04-191-13/+22
* | | | | implements .goto support for variablesAraq2015-04-193-4/+37
|/ / / /
* | | | fixes #2498Araq2015-04-111-2/+0
* | | | fixes #1658Araq2015-04-111-1/+1
* | | | fixes #1691Araq2015-04-112-7/+17
* | | | fixes #2509Araq2015-04-114-2/+14
* | | | fixes #2508Araq2015-04-111-10/+10