summary refs log tree commit diff stats
path: root/compiler/prefixmatches.nim
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-4/+3
| | | | | | | | | | | | | | | | | | * Cleanup compiler code base * Unify add calls * Unify len invocations * Unify range operators * Fix oversight * Remove {.procvar.} pragma * initCandidate -> newCandidate where reasonable * Unify safeLen calls
* remove more global variables in the Nim compilerAndreas Rumpf2018-05-271-3/+3
|
* nimsuggest: prefixes of abbreviations don't countAndreas Rumpf2017-03-201-1/+5
|
* nimsuggest: chk checks the full project lazily; much better suggestions ↵Andreas Rumpf2017-03-081-2/+2
| | | | orderings
* nimsuggest: better ordering of symbols (part 1)Andreas Rumpf2017-03-071-0/+86