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
/
semstmts.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed proto options
Yuriy Glukhov
2018-06-15
1
-0
/
+1
*
Fixed stacktrace/linetrace proc pragmas when appended by macro pragma
Yuriy Glukhov
2018-06-14
1
-3
/
+2
*
implements a --nep1:on switch to make the compiler enforce the naming convent...
Andreas Rumpf
2018-06-13
1
-2
/
+2
*
Allow stacktrace and linetrace pragmas on procs
Yuriy Glukhov
2018-06-12
1
-0
/
+3
*
make tests green properly
Andreas Rumpf
2018-06-11
1
-2
/
+2
*
fixes merge conflict
Andreas Rumpf
2018-06-11
1
-1
/
+1
|
\
|
*
Fix type inference with static literals.
LemonBoy
2018-06-10
1
-1
/
+1
*
|
make tests green again
Andreas Rumpf
2018-06-11
1
-6
/
+8
*
|
AST change: keep nkStaticStmt in the AST for incremental compilation support
Andreas Rumpf
2018-06-03
1
-3
/
+6
*
|
incremental compilation: implemented basic replay logic
Andreas Rumpf
2018-06-02
1
-4
/
+5
*
|
refactoring: remove idents.legacy global variable and pass the IdentCache aro...
Andreas Rumpf
2018-05-27
1
-10
/
+10
*
|
implements --hint[globalvar]:on switch for quickly finding global variables
Andreas Rumpf
2018-05-27
1
-0
/
+2
*
|
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-9
/
+9
*
|
make tests green again
Andreas Rumpf
2018-05-18
1
-4
/
+5
*
|
make semantic checking free of globals
Andreas Rumpf
2018-05-18
1
-13
/
+11
*
|
<