summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* columns are 1 based for nimsuggestAraq2015-04-301-5/+6
* fixes regression caused by code cleanupsAraq2015-04-291-1/+1
* fixes #2470, fixes #1354Araq2015-04-288-53/+99
* sempass2: bugfixesAraq2015-04-282-9/+7
* fixes #1888Araq2015-04-271-15/+13
* fixes #2577Araq2015-04-271-0/+1
* fixes #2607Araq2015-04-261-1/+1
* fixes #2602Araq2015-04-261-0/+1
* fixes #2603Araq2015-04-261-4/+4
* Merge pull request #2605 from jyapayne/develAndreas Rumpf2015-04-262-2/+2
|\
| * Fixed the paths of nimfix and nimsuggest to be relative.Joey Payne2015-04-252-2/+2
* | fixes regression: overloading by 'var'Araq2015-04-251-2/+3
* | marshalling can be done at compile-timeAraq2015-04-254-13/+346
* | fixes #2600Araq2015-04-251-5/+5
* | fixes #2551; fixes #2212; breaks bootstrapping in debug mode; bootstrap with ...Araq2015-04-253-12/+13
* | fixes #2372Araq2015-04-251-1/+1
|/
* Merge pull request #2598 from jyapayne/develAndreas Rumpf2015-04-241-1/+1
|\
| * Removed explicit imports in compiler/nimfix/*.nim and added cfg path modifica...Joey Payne2015-04-244-10/+6
| * Added explicit imports for compiler modules to fix compiling nimsuggest.Joey Payne2015-04-243-5/+9
* | 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