summary refs log tree commit diff stats
path: root/compiler
Commit message (Collapse)AuthorAgeFilesLines
* Fix generic forward declarations; fixes #4104; fixes #4908 (#5566)zah2017-03-233-5/+12
|
* make semObjConstr robust for nimsuggestAraq2017-03-211-3/+3
|
* mark symbols in getAst context as usedAndreas Rumpf2017-03-201-1/+5
|
* revert getAst handling to not use overloading resolutionAndreas Rumpf2017-03-201-1/+18
|
* fixes a potential endless loopAndreas Rumpf2017-03-201-1/+1
|
* nimsuggest: prefixes of abbreviations don't countAndreas Rumpf2017-03-201-1/+5
|
* fix getTypeImpl for tyEnum (#5568)jcosborn2017-03-191-1/+3
| | | | | * fixed getTypeImpl for tyEnum * fixed getType for enum and updated release notes about change
* fix #5296 (#5565)zah2017-03-191-0/+3
|
* overloading resolution for getAst; breaking changeAraq2017-03-182-10/+17
|
* fixes #5228Andreas Rumpf2017-03-181-4/+17
|
* fixes #4756 (#5557)zah2017-03-171-2/+6
|
* Make DragonFlyBSD a first class BSD-like OS (#5548)Eugene Kabanov2017-03-163-5/+14
|
* fixes #5360, fixes #5238 (#5539); fixes type alias inequality for types ↵andri lim2017-03-161-4/+19
| | | | coming from templates/macros
* Fixes #5062 (#5527); JS: holes in enumsSilvio2017-03-152-11/+3
|
* fixes #5231 inheriting from partial specialized generic object (#5538)andri lim2017-03-151-9/+16
|
* fixes #5264 (#5520); inheriting from generic objectandri lim2017-03-141-2/+33
|
* Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-03-1416-156/+291
|\
| * nimsuggest: when invoked with a directory, detect the main nim file on its ownAndreas Rumpf2017-03-141-0/+17
| |
| * nimsuggest: suggest types in a type sectionAndreas Rumpf2017-03-143-3/+8
| |
| * nimsuggest: make tdot1 test case green againAndreas Rumpf2017-03-141-1/+1
| |
| * Merge branch 'devel' into faster-nimsuggestAndreas Rumpf2017-03-1413-15/+64
| |\
| | * fix varargs forwarding for templates; fixes #5455 (#5505)zah2017-03-131-2/+2
| | | | | | | | | | | | | | | * fix varargs forwarding for templates; fixes #5455 * document the macros' varargs change in the news for 0.16.2
| | * Fixes #5167 and related problems (#5475)zah2017-03-1210-2/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | This commit returns to a bit less strict checking of the number of macro arguments, because some old immediate macros rely on a behavior where even the arity of the macro is not being checked. It may be better if such macros are just declared to use varargs[expr], but this remains for another day.
| | * don't allow casting to non-concrete types; fixes #5428 (#5502)zah2017-03-123-5/+11
| | |
| | * new debugging helper to replace and friendsZahary Karadjov2017-03-102-5/+17
| | |
| * | nimsuggest: special rule for 'of' completion in case statementsAndreas Rumpf2017-03-102-1/+11
| | |
| * | nimsuggest: make 'con' work againAndreas Rumpf2017-03-101-0/+4
| | |
| * | nimsuggest: maxresults limit; fixed local symbol usages priorizationsAndreas Rumpf2017-03-101-47/+42
| | |
| * | nimsuggest: make tests green againAndreas Rumpf2017-03-101-2/+3
| | |
| * | nimsuggest: make tests green againAraq2017-03-102-4/+4
| | |
| * | 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
| | |
* | | fixes #5529; don't merge type visibility flagsAraq2017-03-142-4/+4
| |/ |/|
* | fixes nimsuggest bug #45Araq2017-03-081-1/+1
|/
* nimsuggest: fixes nimsuggest bug #45; do not show suggestions in string ↵Araq2017-03-083-7/+89
| | | | literals or comments
* 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 ↵Andreas Rumpf2017-03-082-49/+96
| | | | | | | | orderings
* | 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
| | | | | | avoid sigsegv in getTypeImpl for unnamed tuple; fixes #4862
| * 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
| |