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
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+3
*
Use openarray of bytes in md5 (#19307)
hlaaftana
2022-01-15
1
-1
/
+1
*
improvements to hint:processing: show import stack, distinguish nims, show in...
Timothee Cour
2021-06-30
1
-0
/
+12
*
ORC: improvements (#17993)
Andreas Rumpf
2021-05-12
1
-1
/
+1
*
CIs: attempt to use csources_v1 (#16282)
Andreas Rumpf
2021-04-21
1
-1
/
+1
*
`import foo {.all.}` reboot (#17706)
Timothee Cour
2021-04-16
1
-23
/
+41
*
IC: added converter test case (#17688)
Andreas Rumpf
2021-04-09
1
-0
/
+4
*
makes DrNim compile again (#17584)
Andreas Rumpf
2021-03-30
1
-1
/
+2
*
added a 'koch ic' command for easier adhoc testing of IC (#17508)
Andreas Rumpf
2021-03-26
1
-0
/
+16
*
IC: backend: remember produced type information (#17440)
Andreas Rumpf
2021-03-23
1
-4
/
+25
*
IC: green tests (#17311)
Andreas Rumpf
2021-03-19
1
-6
/
+23
*
IC: compilerprocs are handled correctly (#17265)
Andreas Rumpf
2021-03-09
1
-9
/
+22
*
IC: bugfixes (WIP) (#16836)
Andreas Rumpf
2021-02-02
1
-12
/
+23
*
IC: final implementation steps (#16801)
Andreas Rumpf
2021-01-25
1
-71
/
+111
*
IC: next steps (#16729)
Andreas Rumpf
2021-01-23
1
-0
/
+90
*
IC: next steps (#16705)
Andreas Rumpf
2021-01-14
1
-7
/
+5
*
IC: next steps (#16632)
Andreas Rumpf
2021-01-12
1
-6
/
+13
*
IC: next steps (#16550)
Andreas Rumpf
2021-01-07
1
-19
/
+85
*
big steps torwards an efficient, simple IC implementation (#16543)
Andreas Rumpf
2021-01-02
1
-8
/
+4
*
misc cleanups (#16383)
Timothee Cour
2020-12-18
1
-1
/
+1
*
refactorings to prepare the compiler for IC (#15935)
Andreas Rumpf
2020-12-17
1
-9
/
+26
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-2
/
+5
*
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
[next]