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
/
modulegraphs.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
drnim: tiny progress (#13882)
Andreas Rumpf
2020-04-15
1
-3
/
+1
*
DrNim (Nim compiler with Z3 integration) (#13743)
Andreas Rumpf
2020-03-31
1
-0
/
+4
*
rename sfAlwaysReturn to sfNeverRaises
Araq
2020-03-16
1
-1
/
+1
*
catchable defects (#13626)
Andreas Rumpf
2020-03-12
1
-0
/
+1
*
make case-object transitions explicit, make unknownLineInfo a const, replace ...
Jasper Jenkins
2020-01-17
1
-1
/
+1
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-2
/
+2
*
Make name mangling reversable unambiguously (#11939) [bugfix]
Clyybber
2019-08-14
1
-1
/
+1
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-1
/
+1
*
Fix destructor injections for global variables (#11230)
Clyybber
2019-05-13
1
-0
/
+1
*
Compiler plugin for implementing incremental computation in user space (#10819)
cooldome
2019-04-11
1
-1
/
+51
*
newruntime: progress
Araq
2019-04-01
1
-1
/
+3
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-0
/
+2
*
compiler refactoring: TSymSeq is gone for good
Araq
2018-12-11
1
-1
/
+1
*
added first version of a nimfind tool for the poor souls that don't have a go...
Andreas Rumpf
2018-11-14
1
-0
/
+29
*
Make the registered passes local to the ModuleGraph (#9259)
LemonBoy
2018-10-09
1
-0
/
+13
*
deprecate the .this pragma
Araq
2018-08-09
1
-28
/
+26
*
completed VM support for incremental compilations
Andreas Rumpf
2018-06-04
1
-1
/
+7
*
incremental compilation: implemented basic replay logic
Andreas Rumpf
2018-06-02
1
-0
/
+5
*
document how the incremental compilation scheme could work
Andreas Rumpf
2018-06-01
1
-1
/
+1
*
refactoring: move DB model to incremental.nim
Andreas Rumpf
2018-05-30
1
-4
/
+7
*
vm now free of global variables
Andreas Rumpf
2018-05-28
1
-0
/
+2
*
refactoring: remove idents.legacy global variable and pass the IdentCache aro...
Andreas Rumpf
2018-05-27
1
-7
/
+6
*
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-1
/
+1
*
remove ast.emptyNode global; cleanup configuration.nim
Araq
2018-05-16
1
-0
/
+2
*
options.nim: no global variables anymore
Andreas Rumpf
2018-05-13
1
-1
/
+1
*
sem pass compiles again
Andreas Rumpf
2018-05-12
1
-1
/
+8
*
big refactoring: magicsys compiles again
Andreas Rumpf
2018-05-10
1
-0
/
+9
*
refactoring: make FileIndex a distinct type; make line information an uint16;...
Andreas Rumpf
2018-04-21
1
-19
/
+21
*
symbol files: implemented accurate module dependency tracking
Araq
2018-02-21
1
-1
/
+4
*
big compiler refactoring; avoid globals for multi method dispatcher generation
Andreas Rumpf
2017-02-22
1
-0
/
+8
*
nimsuggest uses multithreading and full project recompiles
Andreas Rumpf
2017-02-13
1
-0
/
+4
*
disable transitive closure computations; only semcheck procs that have the cu...
Andreas Rumpf
2017-02-09
1
-1
/
+1
*
attempt to make nimble work again
Andreas Rumpf
2017-02-02
1
-1
/
+4
*
refactoring: explict config state instead of globals
Andreas Rumpf
2017-02-01
1
-2
/
+4
*
happy new year
Araq
2017-01-07
1
-1
/
+1
*
refactoring: C codegen with fewer global variables
Araq
2016-12-05
1
-0
/
+1
*
disallow recursive module dependencies
Araq
2016-11-23
1
-0
/
+4
*
nimsuggest supports include files properly; added the compiler itself as a te...
Andreas Rumpf
2016-11-06
1
-1
/
+17
*
added missing module
Araq
2016-11-05
1
-0
/
+92