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
/
main.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
incremental compilation: implemented basic replay logic
Andreas Rumpf
2018-06-02
1
-37
/
+38
*
baby steps for incremental compilation
Andreas Rumpf
2018-05-30
1
-10
/
+1
*
refactoring: move DB model to incremental.nim
Andreas Rumpf
2018-05-30
1
-1
/
+1
*
compiler API: final cleanups; improve security by diabling 'gorge' and friends
Andreas Rumpf
2018-05-29
1
-0
/
+3
*
more compiler API cleanups
Andreas Rumpf
2018-05-28
1
-22
/
+20
*
rename 'nimrodVM' to 'nimVM'
Andreas Rumpf
2018-05-28
1
-2
/
+0
*
make dependency analyser free of global variables
Andreas Rumpf
2018-05-28
1
-1
/
+1
*
refactoring: make projectMainIdx typesafe
Andreas Rumpf
2018-05-27
1
-1
/
+1
*
refactoring: remove idents.legacy global variable and pass the IdentCache aro...
Andreas Rumpf
2018-05-27
1
-6
/
+6
*
more refactoring
Andreas Rumpf
2018-05-27
1
-1
/
+1
*
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-1
/
+1
*
platform.nim doesn't use globals anymore; prepare msgs.nim for not using globals
Andreas Rumpf
2018-05-18
1
-1
/
+1
*
preparations of making compiler/msgs.nim free of global variables
Andreas Rumpf
2018-05-17
1
-2
/
+2
*
documentation generator works again
Andreas Rumpf
2018-05-15
1
-8
/
+8
*
options.nim: no global variables anymore
Andreas Rumpf
2018-05-13
1
-37
/
+37
*
compiler compiles again; simple programs do work
Andreas Rumpf
2018-05-13
1
-78
/
+70
*
compiler refactoring, pass config around explicitly
Andreas Rumpf
2018-05-05
1
-6
/
+7
*
refactoring: make FileIndex a distinct type; make line information an uint16;...
Andreas Rumpf
2018-04-21
1
-2
/
+2
*
Remove PHP backend. (#7606)
treeform
2018-04-18
1
-4
/
+0
*
Renamed jsondoc2 to jsondoc, similar to doc2 (#7279)
PMunch
2018-03-08
1
-2
/
+2
*
new .rod file implementation; part 1: writing of the file
Araq
2018-02-17
1
-1
/
+2
*
symbol files: introduce more switches for debugging
Andreas Rumpf
2018-01-07
1
-1
/
+1
*
make the new --genDeps feature optional since it makes compilations slower
Andreas Rumpf
2017-12-21
1
-1
/
+2
*
Merge branch 'compile-deps' of https://github.com/pyokagan/Nim into pyokagan-...
Andreas Rumpf
2017-12-21
1
-1
/
+5
|
\
|
*
writeDepsFile: write included files as well
Paul Tan
2017-08-25
1
-1
/
+4
|
*
Generate deps file during C compilation
Paul Tan
2017-08-25
1
-0
/
+1
*
|
'nim doc' is now using version 2 of the documentation generator
Andreas Rumpf
2017-11-16
1
-2
/
+2
*
|
WIP: Add a advanced compiler command 'ctags' (#6654)
Dmitry Atamanov
2017-11-15
1
-0
/
+7
*
|
added 'nim jsonscript' feature
Andreas Rumpf
2017-09-23
1
-0
/
+7
|
/
*
Fix typo
def
2017-03-23
1
-1
/
+1
*
removed compiler internal list implementation (#5371)
Arne Döring
2017-02-22
1
-4
/
+4
*
refactoring: explict config state instead of globals
Andreas Rumpf
2017-02-01
1
-2
/
+2
*
memory allocator hotfix: do not allocate tremendous amounts of memory
Andreas Rumpf
2017-01-13
1
-1
/
+5
*
gendepend improvements; refs #5144
Araq
2017-01-06
1
-0
/
+8
*
make gendepend work again
Araq
2016-12-29
1
-1
/
+1
*
Merge branch 'devel' into sighashes
Araq
2016-12-14
1
-1
/
+3
|
\
|
*
Nim compiler generates nimcache/proj.json for easier interop with external bu...
Araq
2016-12-14
1
-1
/
+3
*
|
refactoring: C codegen with fewer global variables
Araq
2016-12-05
1
-1
/
+1
|
/
*
new dependency tracking for nimsuggest
Araq
2016-11-05
1
-153
/
+40
*
refactoring complete: explicit ident cache
Araq
2016-10-31
1
-46
/
+46
*
big refactoring: step 1
Araq
2016-10-31
1
-11
/
+11
*
the Nim compiler supports the jsondoc2 command
Andreas Rumpf
2016-07-13
1
-4
/
+11
*
changed the compiler's path handling; fixes #546
Andreas Rumpf
2016-05-31
1
-1
/
+1
*
Nim check defines 'nimcheck' conditional symbol
Andreas Rumpf
2016-05-24
1
-0
/
+1
*
first version of an PHP codegen
Andreas Rumpf
2016-02-06
1
-0
/
+4
*
msgs: One msgWriteln with optional flags
Adam Strzelecki
2015-10-22
1
-4
/
+5
*
added getOrDefault; bootstrapping works again
Araq
2015-10-13
1
-1
/
+1
*
split os into os and ospaths parts; ospaths is available for NimScript; bette...
Araq
2015-09-04
1
-1
/
+3
*
simplify nimscript.nim
Araq
2015-08-21
1
-1
/
+1
*
cleanup destructor building for arrays; still doesn't work
Araq
2015-08-18
1
-2
/
+1
[next]