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
/
lookups.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-32
/
+32
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-1
/
+1
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-1
/
+1
*
balance space around emdash --
Julian Fondren
2019-04-29
1
-1
/
+1
*
add indent to ambiguous-identifier output
Julian Fondren
2019-04-28
1
-1
/
+1
*
re-include ambiguous identifier in ambiguous identifier output
Julian Fondren
2019-04-28
1
-1
/
+2
*
re-include module in ambiguous identifier output
Julian Fondren
2019-04-28
1
-1
/
+1
*
provide more useful ambiguous-identifier error output
Julian Fondren
2019-04-28
1
-3
/
+3
*
fixes #10251 (#10255)
Arne Döring
2019-01-10
1
-1
/
+1
*
[error messages, stacktraces] fix #8794 #9270 #9767 #9768 (#9766)
Timothee Cour
2019-01-08
1
-1
/
+1
*
Deprecate gc v2 (#10151)
Neelesh Chandola
2019-01-01
1
-1
/
+1
*
fixes #10101 (#10103)
Timothee Cour
2018-12-27
1
-1
/
+1
*
change approach
Andrii Riabushenko
2018-12-09
1
-2
/
+1
*
Fix hintXDeclaredButNotUsed for enum fields marked as used
Andrii Riabushenko
2018-12-08
1
-1
/
+2
*
fixes #9764
Araq
2018-11-23
1
-1
/
+1
*
improve the error message for 'attempt to redefine X'; fixes #447
Andreas Rumpf
2018-09-17
1
-11
/
+17
*
fixes #8066
Araq
2018-08-31
1
-1
/
+1
*
better formatting for recursive module dependency (#8735)
Timothee Cour
2018-08-23
1
-1
/
+1
*
sfForward is also sfReorder for skModule symbols (#8692)
LemonBoy
2018-08-21
1
-1
/
+1
*
WIP: disallow 'nil' for strings and seqs
Andreas Rumpf
2018-08-13
1
-1
/
+1
*
use slashes instead of dots for paths
Andreas Rumpf
2018-08-06
1
-1
/
+1
*
baby steps for incremental compilation
Andreas Rumpf
2018-05-30
1
-5
/
+9
*
refactoring: remove idents.legacy global variable and pass the IdentCache aro...
Andreas Rumpf
2018-05-27
1
-13
/
+13
*
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-1
/
+1
*
make tests green again
Andreas Rumpf
2018-05-18
1
-13
/
+15
*
preparations of making compiler/msgs.nim free of global variables
Andreas Rumpf
2018-05-17
1
-1
/
+1
*
options.nim: no global variables anymore
Andreas Rumpf
2018-05-13
1
-4
/
+4
*
lookups compiles again
Andreas Rumpf
2018-05-10
1
-56
/
+53
*
Cpp codegen: handling of imported exceptions. Fixes #3571 (#7360)
cooldome
2018-04-10
1
-2
/
+0
*
Static[T] fixes (#7333)
zah
2018-03-24
1
-1
/
+2
*
fixes #6965
Araq
2017-12-28
1
-3
/
+4
*
fixes #1860; macro generating a wrong nkSymChoice node
Andreas Rumpf
2017-10-30
1
-2
/
+10
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-1
/
+1
*
first implementation of package level types that allow forwarding across modu...
Andreas Rumpf
2017-10-28
1
-1
/
+1
*
first implementation of the 'func' keyword
Andreas Rumpf
2017-09-23
1
-2
/
+4
*
.pure enums are much more convenient to use now
Andreas Rumpf
2017-09-17
1
-1
/
+3
*
compiler: better error messages (#5613)
Andreas Rumpf
2017-03-26
1
-13
/
+20
*
big compiler refactoring; avoid globals for multi method dispatcher generation
Andreas Rumpf
2017-02-22
1
-1
/
+1
*
More progress towards a working #3691.
Dominik Picheta
2017-02-03
1
-1
/
+1
*
WIP: `as` with generics.
Dominik Picheta
2017-02-02
1
-0
/
+3
*
implements module grouping for the import statement
Andreas Rumpf
2016-12-21
1
-2
/
+2
*
recursive modules are only detected to improve error messages
Andreas Rumpf
2016-11-24
1
-4
/
+13
*
fixes #4555
Andreas Rumpf
2016-08-02
1
-7
/
+14
*
compiler almost free of deprecated expr/stmt names
Andreas Rumpf
2016-07-30
1
-2
/
+2
*
Locate 'attempt to redefine' errors at the import statement rather than at th...
Kier Davis
2016-07-30
1
-0
/
+4
*
fixes an valid 'T' is not used hint
Andreas Rumpf
2016-07-20
1
-1
/
+2
*
fixes #177
Andreas Rumpf
2016-05-11
1
-3
/
+16
*
first implementation of the new lambda-lifting pass; barely anything works
Andreas Rumpf
2015-12-26
1
-1
/
+1
*
renamed inCompilesContext to compilesContextId; added test case for #3313
Araq
2015-09-18
1
-1
/
+1
[next]