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
*
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
*
refactoring complete: explicit ident cache
Araq
2016-10-31
1
-9
/
+11
*
big refactoring: step 1
Araq
2016-10-31
1
-5
/
+5
*
nimsuggest improvements
Andreas Rumpf
2016-08-29
1
-5
/
+2
*
remove unused stuff
Jacek Sieka
2016-08-09
1
-9
/
+0
*
tiny style changes
Andreas Rumpf
2016-08-09
1
-1
/
+1
*
compiler almost free of deprecated expr/stmt names
Andreas Rumpf
2016-07-30
1
-1
/
+1
*
fixes #4485; package handling works better; docgen works with --project on Ni...
Andreas Rumpf
2016-07-19
1
-2
/
+20
*
added gFuzzyGraphChecking for nimsuggest timeout problems
Andreas Rumpf
2016-07-17
1
-2
/
+2
*
nimsuggest improvements
Andreas Rumpf
2016-07-16
1
-1
/
+1
*
rollback of nimsuggest improvement until we figured out the reasons
Andreas Rumpf
2016-07-15
1
-4
/
+8
*
nimsuggest: dependencies are recalculated properly
Andreas Rumpf
2016-07-13
1
-6
/
+7
*
new language feature: explicit 'import system' statements are allowed
Andreas Rumpf
2016-07-07
1
-2
/
+2
*
fixes #2159
Andreas Rumpf
2016-05-28
1
-0
/
+6
[next]