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
*
{.deprecated: msg.} now works for vars and lets (#10234)
Neelesh Chandola
2019-01-08
1
-2
/
+6
*
Deprecate gc v2 (#10151)
Neelesh Chandola
2019-01-01
1
-2
/
+2
*
Before showing deprecated warning, check whether enum field was marked deprec...
Neelesh Chandola
2018-12-30
1
-2
/
+2
*
Show deprecation warning for fields of a deprecated enum (#10112)
Neelesh Chandola
2018-12-30
1
-3
/
+8
*
make Nim take roughly 100MB less RAM for bootstrapping via a new compiler swi...
Andreas Rumpf
2018-11-07
1
-2
/
+2
*
.error for routines now can also have a custom error message; improve error m...
Araq
2018-09-25
1
-11
/
+20
*
compiler refactoring; use typesafe path handing; docgen: render symbols betwe...
Andreas Rumpf
2018-09-07
1
-2
/
+2
*
make nimsuggest compile again
Andreas Rumpf
2018-08-23
1
-1
/
+1
*
fixes merge conflict
Araq
2018-08-23
1
-7
/
+16
|
\
|
*
More robust handling of deprecated pragmas (#8696)
LemonBoy
2018-08-21
1
-7
/
+16
*
|
even more strict isNil handling for strings/seqs in order to detect bugs
Araq
2018-08-22
1
-1
/
+1
|
/
*
incremental compilation: implemented basic replay logic
Andreas Rumpf
2018-06-02
1
-1
/
+1
*
ensure compiler API doesn't import the RST engine
Andreas Rumpf
2018-05-29
1
-2
/
+2
*
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-77
/
+52
*
preparations of making compiler/msgs.nim free of global variables
Andreas Rumpf
2018-05-17
1
-2
/
+2
*
remove ast.emptyNode global; cleanup configuration.nim
Araq
2018-05-16
1
-1
/
+1
*
options.nim: no global variables anymore
Andreas Rumpf
2018-05-13
1
-24
/
+24
*
make nimsuggest compile again
Andreas Rumpf
2018-05-13
1
-9
/
+9
*
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
[next]