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
/
passes.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-7
/
+7
*
Incremental compilation (IC): Improvements (#11881)
Andreas Rumpf
2019-08-08
1
-2
/
+4
*
IR: minor refactoring
Andreas Rumpf
2019-07-27
1
-1
/
+4
*
IC: some progress
Andreas Rumpf
2019-07-27
1
-0
/
+9
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-3
/
+3
*
better run [feature] (#11709)
Andreas Rumpf
2019-07-11
1
-1
/
+0
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-1
/
+1
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-3
/
+3
*
fixes 'nimble install nimble' problems
Andreas Rumpf
2019-03-26
1
-2
/
+3
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-2
/
+2
*
fixes #10606
Andreas Rumpf
2019-02-13
1
-2
/
+4
*
fixes #10024
Araq
2018-12-22
1
-1
/
+1
*
fixes #9991
Araq
2018-12-16
1
-1
/
+1
*
fixes #9994
Andreas Rumpf
2018-12-15
1
-2
/
+2
*
fixes #9978
Andreas Rumpf
2018-12-14
1
-1
/
+1
*
Make the registered passes local to the ModuleGraph (#9259)
LemonBoy
2018-10-09
1
-49
/
+32
*
make tests green again
Andreas Rumpf
2018-09-24
1
-1
/
+5
*
enable destructors for top level statements; needs to be documented
Andreas Rumpf
2018-09-24
1
-1
/
+20
*
compiler refactoring; use typesafe path handing; docgen: render symbols betwe...
Andreas Rumpf
2018-09-07
1
-3
/
+3
*
refactorings in preparations for the new runtime
Andreas Rumpf
2018-07-10
1
-6
/
+2
*
avoid AST streaming, experiment what it breaks
Araq
2018-07-09
1
-2
/
+6
*
incremental compilation: implemented basic replay logic
Andreas Rumpf
2018-06-02
1
-57
/
+15
*
baby steps for incremental compilation
Andreas Rumpf
2018-05-30
1
-12
/
+3
*
refactoring: move DB model to incremental.nim
Andreas Rumpf
2018-05-30
1
-1
/
+1
*
more compiler API cleanups
Andreas Rumpf
2018-05-28
1
-2
/
+2
*
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-1
/
+1
*
preparations of making compiler/msgs.nim free of global variables
Andreas Rumpf
2018-05-17
1
-2
/
+2
*
move more global variables into ConfigRef
Andreas Rumpf
2018-05-11
1
-2
/
+2
*
big refactoring: mores stuff compiles
Andreas Rumpf
2018-05-10
1
-11
/
+13
*
compiler refactoring, pass config around explicitly
Andreas Rumpf
2018-05-05
1
-1
/
+1
*
compiler: remove unnecessary FileIndex type conversions
Andreas Rumpf
2018-04-24
1
-1
/
+1
*
refactoring: make FileIndex a distinct type; make line information an uint16;...
Andreas Rumpf
2018-04-21
1
-19
/
+5
*
symbol files: implemented accurate module dependency tracking
Araq
2018-02-21
1
-0
/
+2
*
symbol files: more progress
Araq
2018-02-20
1
-6
/
+36
*
symbol files: fixes the logic for multi-methods
Araq
2018-01-03
1
-2
/
+2
*
Add sections (type, var, let, const, using) support for reorder pragma (#6326)
BigEpsilon
2017-10-28
1
-1
/
+2
*
first implementation of the 'func' keyword
Andreas Rumpf
2017-09-23
1
-1
/
+1
*
distinguish between 'reorder' and 'noforward'
Andreas Rumpf
2017-07-26
1
-2
/
+2
*
implemented reordering pass
Andreas Rumpf
2017-07-25
1
-1
/
+3
*
Merge branch 'devel' into faster-nimsuggest
Andreas Rumpf
2017-02-24
1
-1
/
+1
|
\
|
*
removed compiler internal list implementation (#5371)
Arne Döring
2017-02-22
1
-1
/
+1
*
|
big compiler refactoring; avoid globals for multi method dispatcher generation
Andreas Rumpf
2017-02-22
1
-8
/
+8
*
|
nimsuggest uses multithreading and full project recompiles
Andreas Rumpf
2017-02-13
1
-1
/
+5
|
/
*
make tests green again
Andreas Rumpf
2016-11-24
1
-8
/
+19
*
new dependency tracking for nimsuggest
Araq
2016-11-05
1
-16
/
+19
*
big refactoring: step 1
Araq
2016-10-31
1
-12
/
+13
*
nimsuggest improvements
Andreas Rumpf
2016-08-29
1
-9
/
+4
*
implemented {.noforward:on.} for type sections; useful for c2nim generated wr...
Araq
2015-07-08
1
-2
/
+11
*
Clean up stdin file reading of compiler.
def
2015-05-16
1
-5
/
+1
*
GC: get rid of pathological behaviour for stack marking
Araq
2015-03-08
1
-49
/
+49
[next]