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
*
new gensym handling (#11985)
Andreas Rumpf
2019-08-23
1
-1
/
+1
*
fixes 'e' command handling; now only does what advopt.txt claims it does (#11...
Andreas Rumpf
2019-08-16
1
-10
/
+5
*
removed unused imports [refactoring]
Andreas Rumpf
2019-08-08
1
-2
/
+0
*
IC: some progress
Andreas Rumpf
2019-07-27
1
-3
/
+1
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-5
/
+5
*
times: use posix constant instead of import (#11692)
Jacek Sieka
2019-07-13
1
-3
/
+0
*
koch/nim: completion of the 'better run' feature
Araq
2019-07-12
1
-1
/
+1
*
better run [feature] (#11709)
Andreas Rumpf
2019-07-11
1
-0
/
+9
*
make fullpaths the default in error messages and stack traces for mor… (#11...
Andreas Rumpf
2019-06-05
1
-1
/
+2
*
Don't include the nimhcr dev docs in the system module documentation (#10759)
zah
2019-03-08
1
-3
/
+1
*
compiler/[main,docgen]: don't put generated doc in subfolder (#10754)
alaviss
2019-02-28
1
-1
/
+3
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-8
/
+34
*
FFI at CT (#10150)
Timothee Cour
2019-02-23
1
-0
/
+1
*
Added support for --genDeps on JS backend (#10320)
nepeckman
2019-01-15
1
-0
/
+3
*
nim dump: add nimcache entry (#10122)
Timothee Cour
2018-12-30
1
-0
/
+1
*
`nim c` now allows: when defined(c) (#10130)
Timothee Cour
2018-12-30
1
-0
/
+1
*
fix #9933 (#10067)
Timothee Cour
2018-12-21
1
-0
/
+2
*
cleanup main.nim's code style
Andreas Rumpf
2018-12-11
1
-14
/
+10
*
enhance `dump --dump.format:json`
Timothee Cour
2018-12-09
1
-1
/
+17
*
make Nim take roughly 100MB less RAM for bootstrapping via a new compiler swi...
Andreas Rumpf
2018-11-07
1
-54
/
+86
*
Nimscript: fixes #9246 [backport]
Andreas Rumpf
2018-11-06
1
-0
/
+1
*
compiler refactoring; use typesafe path handing; docgen: render symbols betwe...
Andreas Rumpf
2018-09-07
1
-10
/
+11
*
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
[next]