index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
suggest.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
sigmatch compiles again
Andreas Rumpf
2018-05-11
1
-18
/
+18
*
refactoring: make FileIndex a distinct type; make line information an uint16;...
Andreas Rumpf
2018-04-21
1
-2
/
+2
*
the .deprecated pragma for procs now supports a user-definable deprecation me...
Andreas Rumpf
2018-02-02
1
-1
/
+13
*
preparations for language extensions: 'sink' and 'lent' types
Andreas Rumpf
2018-01-07
1
-4
/
+4
*
nimsuggest: suggest types in a type section
Andreas Rumpf
2017-03-14
1
-2
/
+2
*
nimsuggest: special rule for 'of' completion in case statements
Andreas Rumpf
2017-03-10
1
-0
/
+6
*
nimsuggest: maxresults limit; fixed local symbol usages priorizations
Andreas Rumpf
2017-03-10
1
-47
/
+42
*
nimsuggest: more things work
Araq
2017-03-09
1
-8
/
+20
*
nimsuggest: more precise cursor tracking
Araq
2017-03-09
1
-47
/
+8
*
nimsuggest: revert cpFuzzy bailouts
Andreas Rumpf
2017-03-09
1
-21
/
+21
*
bugfix: consider type contexts properly
Araq
2017-03-08
1
-33
/
+41
*
nimsuggest: chk checks the full project lazily; much better suggestions order...
Andreas Rumpf
2017-03-08
1
-47
/
+94
*
make some tests green
Andreas Rumpf
2017-03-07
1
-2
/
+3
*
nimsuggest: better ordering of symbols (part 1)
Andreas Rumpf
2017-03-07
1
-35
/
+59
*
nimsuggest: minor doc addition
Andreas Rumpf
2017-03-03
1
-0
/
+2
*
nimsuggest: structured error reporting; EPC mode still fails
Andreas Rumpf
2017-03-03
1
-4
/
+3
*
make tests green again
Andreas Rumpf
2017-03-02
1
-1
/
+6
*
nimsuggest: track type contexts
Araq
2017-03-01
1
-2
/
+7
*
nimsuggest supports prefix matching (first version)
Araq
2017-02-28
1
-33
/
+76
*
big compiler refactoring; avoid globals for multi method dispatcher generation
Andreas Rumpf
2017-02-22
1
-9
/
+9
*
nimsuggest uses multithreading and full project recompiles
Andreas Rumpf
2017-02-13
1
-3
/
+3
*
disable transitive closure computations; only semcheck procs that have the cu...
Andreas Rumpf
2017-02-09
1
-2
/
+2
*
nimsuggest: bugfix: also output documentation comments
Andreas Rumpf
2017-02-03
1
-0
/
+14
*
fixes nimsuggest issue #44
Andreas Rumpf
2017-01-26
1
-3
/
+5
*
Merge branch 'devel' into sighashes
Araq
2016-12-19
1
-2
/
+3
|
\
|
*
fixes nimsuggest bug #43
Andreas Rumpf
2016-12-18
1
-2
/
+3
*
|
removed tyArrayConstr completely from the compiler; introduced tyAlias instea...
Araq
2016-11-14
1
-2
/
+2
|
/
*
new dependency tracking for nimsuggest
Araq
2016-11-05
1
-1
/
+1
*
nimsuggest is now part of Nim
Araq
2016-10-31
1
-1
/
+1
*
C++ backend: use .noInit pragma for non-public default constructors; refs #4687
Andreas Rumpf
2016-09-04
1
-6
/
+5
*
fixes #4673
Andreas Rumpf
2016-09-01
1
-1
/
+1
*
stdlib and compiler don't use .immediate anymore
Andreas Rumpf
2016-07-29
1
-1
/
+1
*
fixes #4510
Andreas Rumpf
2016-07-29
1
-0
/
+2
*
nimsuggest: added 'chk', 'outline' and 'highlight' features
Araq
2015-11-01
1
-50
/
+129
*
nimsuggest: added 'dus' command that combines 'def' and 'use'
Araq
2015-10-12
1
-1
/
+5
*
renamed inCompilesContext to compilesContextId; added test case for #3313
Araq
2015-09-18
1
-3
/
+3
*
compiler: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
1
-37
/
+37
*
changed from parseEnum to direct copy
Simon Hafner
2015-05-13
1
-5
/
+1
*
removed unnecessary deps
Simon Hafner
2015-05-08
1
-2
/
+1
*
removed a few consts and rewired to IdeCmd
Simon Hafner
2015-04-26
1
-16
/
+11
*
barebones in nimsuggest for EPC
Simon Hafner
2015-04-22
1
-11
/
+12
*
parseEnum ftw
Simon Hafner
2015-04-22
1
-40
/
+4
*
rewrite suggest.nim for suggestionResultHook
Simon Hafner
2015-04-22
1
-39
/
+106
*
removed dead code
Araq
2015-01-30
1
-9
/
+2
*
nimsuggest improvements
Araq
2015-01-30
1
-13
/
+17
*
nimsuggest: sane dirty buffer handling
Araq
2015-01-29
1
-5
/
+1
*
nimsuggest: first version
Araq
2015-01-27
1
-111
/
+86
*
fixes #1774
Araq
2014-12-31
1
-3
/
+0
*
improvements for nimfix
Araq
2014-09-10
1
-2
/
+1
*
'pretty' command does not exist anymore; improvements for nimfix
Araq
2014-09-10
1
-1
/
+1
[next]