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
/
dfa.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
don't require an implementation for procs marked with .error; activate the mo...
Araq
2018-09-29
1
-0
/
+1
*
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
-1
/
+2
*
preparations of making compiler/msgs.nim free of global variables
Andreas Rumpf
2018-05-17
1
-1
/
+1
*
transf and vmgen compile again
Andreas Rumpf
2018-05-12
1
-7
/
+7
*
lambda lifting compiles again
Andreas Rumpf
2018-05-12
1
-2
/
+2
*
introduce nkTupleConstr AST node for unary tuple construction; breaking change
Andreas Rumpf
2018-04-13
1
-1
/
+1
*
DFA: code cleanups and some support for consuming operations
Andreas Rumpf
2017-12-27
1
-109
/
+9
*
DFA attempt to capture the essence of linear types
Andreas Rumpf
2017-12-23
1
-2
/
+21
*
DFA works for simple examples
Andreas Rumpf
2017-12-21
1
-9
/
+17
*
next steps in giving Nim a decent DFA infrastructure
Araq
2017-12-18
1
-5
/
+83
*
Fixed koch warning when installing Nim. (#6898)
Gerke Max Preussner
2017-12-12
1
-3
/
+3
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-2
/
+2
*
initial version of the new untested destructor pass
Andreas Rumpf
2017-10-12
1
-4
/
+4
*
preparations for a new AST transformation pass with the aim of giving us reli...
Andreas Rumpf
2017-10-09
1
-22
/
+40
*
disable the new DFA
Andreas Rumpf
2017-10-09
1
-24
/
+33
*
work in progress: a dataflow architecture for Nim
Andreas Rumpf
2017-10-09
1
-0
/
+412