summary refs log tree commit diff stats
path: root/compiler/prefixmatches.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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
f489fcb3056e86319ebba4218156'>e087f6d4
08fc6e5c ^
e087f6d4



af9be28b ^
e087f6d4
ab8b1f12 ^

e087f6d4









08fc6e5c ^

e087f6d4

08fc6e5c ^
e087f6d4









08fc6e5c ^
e087f6d4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44