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
/
nim.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmdline: improve command processing (#16056)
Timothee Cour
2020-11-26
1
-4
/
+4
*
rename loadConfigsAndRunMainCommand => loadConfigsAndProcessCmdLine, reflect ...
Timothee Cour
2020-11-20
1
-1
/
+1
*
new: `nim -e:cmd` to run a command directly; also fixes #15731 (#15687)
Timothee Cour
2020-11-09
1
-1
/
+2
*
refactoring: removed cmdlinehelper.mainCommand callback
Andreas Rumpf
2020-10-11
1
-4
/
+5
*
properly fixes #13758 so that `import std/macros` stays legal (#14291)
Timothee Cour
2020-05-12
1
-1
/
+1
*
`nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d...
Timothee Cour
2020-05-11
1
-5
/
+7
*
`nim doc -r main` and `nim rst2html -r main` now call openDefaultBrowser (#14...
Timothee Cour
2020-05-10
1
-4
/
+15
*
`echo cmd | nim r - -arg1 -arg2` now works (#14210)
Timothee Cour
2020-05-04
1
-1
/
+1
*
new cmd: `nim r main [args...]` to compile & run, saving binary under $nimcac...
Timothee Cour
2020-04-23
1
-1
/
+1
*
drnim: tiny progress (#13882)
Andreas Rumpf
2020-04-15
1
-14
/
+0
*
move tinyc to a separate repo and allow installing external dependencency (eg...
Timothee Cour
2020-04-03
1
-1
/
+1
*
fix #8312 --hints:off and --warnings:off now honored everywhere (#13489)
Timothee Cour
2020-02-26
1
-1
/
+1
*
fix cmdline bugs affecting nimBetterRun correctness (#12933) [backport]
Timothee Cour
2019-12-19
1
-3
/
+15
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-3
/
+3
*
better run also considers the command line; fixes #11719 [feature]
Araq
2019-07-12
1
-0
/
+8
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-1
/
+1
*
doc: move specific checks to advanced options, for a less intimidatin… (#10...
Jacek Sieka
2019-03-04
1
-1
/
+1
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-15
/
+4
*
workaround against silly Windows command line length limitations for the upco...
Araq
2018-12-11
1
-4
/
+4
*
Nimscript: fixes #9246 [backport]
Andreas Rumpf
2018-11-06
1
-1
/
+2
*
fixes bootstrapping problems
Araq
2018-09-07
1
-1
/
+1
*
compiler refactoring; use typesafe path handing; docgen: render symbols betwe...
Andreas Rumpf
2018-09-07
1
-8
/
+9
*
make config.nims behave like nim.cfg in terms of where these scripts are sear...
Timothee Cour
2018-08-30
1
-61
/
+35
*
incremental compilation: implemented basic replay logic
Andreas Rumpf
2018-06-02
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
-1
/
+1
*
more refactoring
Andreas Rumpf
2018-05-27
1
-1
/
+20
*
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-1
/
+1
*
options.nim: no global variables anymore
Andreas Rumpf
2018-05-13
1
-5
/
+5
*
compiler compiles again; simple programs do work
Andreas Rumpf
2018-05-13
1
-41
/
+42
*
big refactoring: parser compiles again
Andreas Rumpf
2018-05-10
1
-1
/
+1
*
refactoring: move 'argument' global into config object
Andreas Rumpf
2018-04-24
1
-3
/
+3
*
.experimental can now be used to enable specific features
Andreas Rumpf
2018-04-24
1
-2
/
+2
*
Remove PHP backend. (#7606)
treeform
2018-04-18
1
-8
/
+0
*
GC v2 works sometimes
Andreas Rumpf
2017-09-28
1
-0
/
+2
*
refactoring: explict config state instead of globals
Andreas Rumpf
2017-02-01
1
-6
/
+6
*
fixes 'nim c file_without_nim_ext' regression; refs #5183
Andreas Rumpf
2017-01-06
1
-1
/
+2
*
disallow recursive module dependencies
Araq
2016-11-23
1
-3
/
+3
*
new dependency tracking for nimsuggest
Araq
2016-11-05
1
-4
/
+4
*
refactoring complete: explicit ident cache
Araq
2016-10-31
1
-6
/
+6
*
Added icons support for Visual Studio compiler
Fredrik Høisæther Rasch
2016-09-30
1
-0
/
+5
*
Nimscript knows about the command line defines
Andreas Rumpf
2016-05-24
1
-2
/
+2
*
first version of an PHP codegen
Andreas Rumpf
2016-02-06
1
-0
/
+8
*
Nimscript: the compiler supports a directory wide config.nims file
Araq
2015-09-29
1
-0
/
+3
*
NimScript: setCommand takes an optional project filename
Araq
2015-09-29
1
-1
/
+1
*
implements experimental new config system based on NimScript
Araq
2015-08-16
1
-2
/
+7
*
Give a nice error when no command is given
Ryan Gonzalez
2015-08-15
1
-0
/
+2
*
Turn GC_getStatistics into hintGCStats
Adam Strzelecki
2015-07-03
1
-1
/
+1
*
Use gProjectIsStdin instead
def
2015-05-17
1
-0
/
+1
*
Clean up stdin file reading of compiler.
def
2015-05-16
1
-3
/
+5
[next]