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
/
modules.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
IC: final implementation steps (#16801)
Andreas Rumpf
2021-01-25
1
-0
/
+1
*
IC: next steps (#16632)
Andreas Rumpf
2021-01-12
1
-1
/
+3
*
IC: next steps (#16550)
Andreas Rumpf
2021-01-07
1
-31
/
+39
*
big steps torwards an efficient, simple IC implementation (#16543)
Andreas Rumpf
2021-01-02
1
-3
/
+5
*
refactorings to prepare the compiler for IC (#15935)
Andreas Rumpf
2020-12-17
1
-4
/
+6
*
new: `nim -e:cmd` to run a command directly; also fixes #15731 (#15687)
Timothee Cour
2020-11-09
1
-4
/
+9
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-12
/
+9
*
Big compiler Cleanup (#14777)
Clyybber
2020-08-28
1
-1
/
+1
*
bug fixes with sfMainModule, hints, mainPackageNotes, mainPackageId, hintSucc...
Timothee Cour
2020-06-04
1
-8
/
+25
*
no more code duplication bw liMessage and rawMessage + several bug fixes (#14...
Timothee Cour
2020-05-22
1
-1
/
+1
*
fix #13150 `nim doc --project` now works reliably (#13223)
Timothee Cour
2020-02-06
1
-1
/
+2
*
make case-object transitions explicit, make unknownLineInfo a const, replace ...
Jasper Jenkins
2020-01-17
1
-6
/
+4
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-2
/
+2
*
fixes #12029; finish the 'unused import' feature (#12064)
Andreas Rumpf
2019-08-27
1
-1
/
+0
*
Incremental compilation (IC): Improvements (#11881)
Andreas Rumpf
2019-08-08
1
-2
/
+0
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-2
/
+2
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-2
/
+2
*
fixes #11057 (#11345)
Andreas Rumpf
2019-05-28
1
-1
/
+1
*
remove the restriction that module names need to be unique per Nimbleā¦ (#11...
Andreas Rumpf
2019-04-20
1
-12
/
+22
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-1
/
+4
*
IC: more things work
Araq
2018-12-03
1
-21
/
+28
*
incremental compilation: simple recompilation works
Araq
2018-11-19
1
-0
/
+2
*
compiler: make symbolfiles feature compile again
Araq
2018-10-02
1
-1
/
+1
*
compiler refactoring; use typesafe path handing; docgen: render symbols betwe...
Andreas Rumpf
2018-09-07
1
-7
/
+12
*
toy program works with incremental compilation
Andreas Rumpf
2018-06-07
1
-4
/
+5
*
incremental compilation: implemented basic replay logic
Andreas Rumpf
2018-06-02
1
-40
/
+18
*
baby steps for incremental compilation
Andreas Rumpf
2018-05-30
1
-2
/
+4
*
refactoring: move DB model to incremental.nim
Andreas Rumpf
2018-05-30
1
-3
/
+3
*
refactoring: make projectMainIdx typesafe
Andreas Rumpf
2018-05-27
1
-2
/
+2
*
refactoring: remove idents.legacy global variable and pass the IdentCache aro...
Andreas Rumpf
2018-05-27
1
-3
/
+3
*
more refactoring
Andreas Rumpf
2018-05-27
1
-2
/
+2
*
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-3
/
+3
*
preparations of making compiler/msgs.nim free of global variables
Andreas Rumpf
2018-05-17
1
-3
/
+5
*
fixes testament compilation
Araq
2018-05-14
1
-0
/
+1
|
\
*
|
options.nim: no global variables anymore
Andreas Rumpf
2018-05-13
1
-1
/
+1
*
|
compiler compiles again; simple programs do work
Andreas Rumpf
2018-05-13
1
-7
/
+8
*
|
the remaining passes all compile again
Andreas Rumpf
2018-05-13
1
-17
/
+19
|
/
*
compiler refactoring, pass config around explicitly
Andreas Rumpf
2018-05-05
1
-1
/
+1
*
refactoring: remove dead code
Andreas Rumpf
2018-04-21
1
-105
/
+0
*
refactoring: make FileIndex a distinct type; make line information an uint16;...
Andreas Rumpf
2018-04-21
1
-10
/
+10
*
symbol files: implemented accurate module dependency tracking
Araq
2018-02-21
1
-1
/
+1
*
symbol files: more progress
Araq
2018-02-20
1
-7
/
+9
*
new .rod file implementation; part 1: writing of the file
Araq
2018-02-17
1
-3
/
+3
*
move new sha1 module into the new 'std' namespace
Andreas Rumpf
2018-02-06
1
-1
/
+1
*
fixes #6961
Andreas Rumpf
2018-02-02
1
-1
/
+1
*
Fixes #5112 (Fix error messages raised when multiple modules have the same or...
Lolo Iccl
2017-01-17
1
-3
/
+4
*
disallow recursive module dependencies
Araq
2016-11-23
1
-0
/
+1
*
make tests green again
Araq
2016-11-06
1
-0
/
+3
*
nimsuggest supports include files properly; added the compiler itself as a te...
Andreas Rumpf
2016-11-06
1
-0
/
+1
*
new dependency tracking for nimsuggest
Araq
2016-11-05
1
-157
/
+151
[next]