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
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-30
/
+28
*
compiler/suggest: add variable support to `con` (#12569)
alaviss
2019-11-04
1
-1
/
+9
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-5
/
+5
*
fixes nimsuggest/#108: RangeError with d:release
narimiran
2019-09-04
1
-1
/
+1
*
new gensym handling (#11985)
Andreas Rumpf
2019-08-23
1
-3
/
+3
*
fixes 'unused module' feature for 32 bit builds of Nim for good [nobackport]
Araq
2019-08-09
1
-2
/
+2
*
[refactoring] compiler: simplified markUsed
Andreas Rumpf
2019-08-08
1
-2
/
+2
*
fixes #11809
Andreas Rumpf
2019-08-08
1
-1
/
+2
*
Merge branch 'devel' into araq-detect-unused-imports
Andreas Rumpf
2019-07-18
1
-2
/
+2
|
\
|
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-2
/
+2
*
|
[feature] detect unused imports
Araq
2019-07-17
1
-1
/
+16
|
/
*
minor style changes
Araq
2019-07-11
1
-1
/
+1
*
nim styleChecker: implemented all the missing features (bugfix)
Araq
2019-07-10
1
-1
/
+3
*
rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227)
Arne Döring
2019-05-11
1
-3
/
+3
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-3
/
+3
*
Less warnings in macros (#10799)
Arne Döring
2019-03-11
1
-4
/
+0
*
make nimsuggest aware of tyOwned
Andreas Rumpf
2019-02-25
1
-1
/
+1
*
32 bit fixes (#10608)
Arne Döring
2019-02-13
1
-1
/
+1
*
compiler/[msgs, suggest]: improve highlighter accuracy (#10496)
alaviss
2019-02-07
1
-2
/
+37
*
suggest: quote operators and keywords on suggestion (#10460)
alaviss
2019-01-28
1
-2
/
+6
*
{.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
[next]