summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* nimsuggest: more things workAraq2017-03-094-10/+31
* nimsuggest: more precise cursor trackingAraq2017-03-093-77/+99
* nimsuggest: revert cpFuzzy bailoutsAndreas Rumpf2017-03-093-23/+25
* bugfix: consider type contexts properlyAraq2017-03-082-33/+42
* nimsuggest: fixes nimsuggest bug #45; do not show suggestions in string liter...Araq2017-03-083-7/+89
* Merge branch 'devel' into faster-nimsuggestAndreas Rumpf2017-03-084-5/+16
|\
| * fixes #5467Araq2017-03-072-1/+9
| * fixes #5478Araq2017-03-061-4/+4
| * fixes #5481Araq2017-03-061-0/+3
* | nimsuggest: chk checks the full project lazily; much better suggestions order...Andreas Rumpf2017-03-082-49/+96
* | make some tests greenAndreas Rumpf2017-03-071-2/+3
* | nimsuggest: better ordering of symbols (part 1)Andreas Rumpf2017-03-072-35/+145
|/
* Merge branch 'devel' into faster-nimsuggestAndreas Rumpf2017-03-032-3/+8
|\
| * Fix sigsegv in getTypeImpl for unnamed tuple (#5440)Fabian Keller2017-03-021-2/+7
| * Fixes #5452Yuriy Glukhov2017-02-281-1/+1
* | nimsuggest: minor doc additionAndreas Rumpf2017-03-031-0/+2
* | nimsuggest chk works for EPCAndreas Rumpf2017-03-031-6/+6
* | nimsuggest: structured error reporting; EPC mode still failsAndreas Rumpf2017-03-035-36/+53
* | make tests green againAndreas Rumpf2017-03-023-1/+18
* | nimsuggest: track type contextsAraq2017-03-013-2/+12
* | fixes 'nim check' crashAraq2017-03-011-3/+2
* | nimsuggest supports prefix matching (first version)Araq2017-02-283-35/+84
* | C codegen: escape '?' because C has trigraphsAraq2017-02-271-1/+1
|/
* finish tool can use 'nimgrab' tool to download the mingw versionAraq2017-02-261-1/+2
* Merge pull request #5317 from rokups/feature/coroutinesAndreas Rumpf2017-02-263-55/+2
|\
| * Removed fasm support.Rokas Kupstys2017-02-203-55/+2
* | minor codegen bugfix: don't use names for closures that are also mangled Nim ...Araq2017-02-266-17/+17
* | fixes a minor codegen issue where name mangling could produce an identifier u...Araq2017-02-264-10/+10
* | fixes #5439Araq2017-02-261-4/+5
* | fixes #5430Araq2017-02-2610-41/+42
* | fixes #5432Araq2017-02-261-1/+2
* | another attempt to make test green againAraq2017-02-241-2/+10
* | make tests green againAndreas Rumpf2017-02-241-0/+1
* | fixes a multimethod regressionAndreas Rumpf2017-02-242-6/+22
* | Merge branch 'devel' into faster-nimsuggestAndreas Rumpf2017-02-2428-230/+136
|\ \
| * | fixes #5417Andreas Rumpf2017-02-244-7/+10
| * | fixes #5419Andreas Rumpf2017-02-241-1/+5
| * | removed compiler internal list implementation (#5371)Arne Döring2017-02-2224-222/+122
| |/
* | Merge branch 'devel' into faster-nimsuggestAndreas Rumpf2017-02-224-13/+29
|\|
| * Enabled explicitly unknown lock levels (#5409)Fabian Keller2017-02-201-1/+7
| * new feature: .used pragma to suppress declared-but-not-used warningAraq2017-02-172-10/+14
| * fixes #5404Araq2017-02-171-1/+7
| * update code from a time when unsigned didn't existAraq2017-02-161-1/+1
* | big compiler refactoring; avoid globals for multi method dispatcher generationAndreas Rumpf2017-02-2228-210/+220
* | nimsuggest: added --refresh command line option; added 'known' command; fixes...Andreas Rumpf2017-02-221-1/+3
* | Merge branch 'devel' into faster-nimsuggestAndreas Rumpf2017-02-1718-38/+98
|\|
| * fixes #5391Araq2017-02-161-1/+1
| * fixes #5400Araq2017-02-161-2/+5
| * fixes #5405Araq2017-02-163-10/+22
| * fixes #5399Araq2017-02-161-1/+1