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
/
doc
/
advopt.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
`nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d...
Timothee Cour
2020-05-11
1
-2
/
+9
*
remove the nilChecks switch; refs #11570
Araq
2020-04-20
1
-1
/
+0
*
new feature: ability to turn specific warnings to errors
Andreas Rumpf
2020-04-04
1
-0
/
+2
*
stacktraces can now show custom runtime msgs per frame (#13351)
Timothee Cour
2020-03-30
1
-0
/
+1
*
catchable defects (#13626)
Andreas Rumpf
2020-03-12
1
-0
/
+1
*
Only print the link command when listCmd is active; fix docs (#13603)
Clyybber
2020-03-07
1
-2
/
+2
*
sink parameter inference for types that have destructors (#13544)
Andreas Rumpf
2020-03-04
1
-1
/
+2
*
Update advopt.txt to include link to nim cache docs (#13464)
Lee Matos
2020-02-22
1
-0
/
+1
*
fix #13150 `nim doc --project` now works reliably (#13223)
Timothee Cour
2020-02-06
1
-0
/
+7
*
VM: allow overriding MaxLoopIterations without rebuilding nim (#13233)
Timothee Cour
2020-01-23
1
-0
/
+1
*
[easy] --hint:link:on now shows link cmd instead of nothing (#13056)
Timothee Cour
2020-01-07
1
-1
/
+2
*
--exception:goto switch for deterministic exception handling (#12977)
Andreas Rumpf
2020-01-01
1
-1
/
+2
*
added the --asm command line option for inspection of the produced assember c...
Andreas Rumpf
2019-11-21
1
-0
/
+1
*
add --clearNimblePath; fixes #12601 (#12609)
Andy Davidoff
2019-11-06
1
-0
/
+1
*
first implementation of the new --seqsv2 switch
Araq
2019-10-20
1
-0
/
+2
*
added cpuTime to VM (#12346)
Ico Doornekamp
2019-10-04
1
-0
/
+1
*
Fixes #12010; Add the description for "cc" option into --fullhelp (#12350)
Hideki Okamoto
2019-10-04
1
-0
/
+1
*
make --useVersion's documentation reflect reality
Andreas Rumpf
2019-09-16
1
-1
/
+1
*
new gensym handling (#11985)
Andreas Rumpf
2019-08-23
1
-1
/
+1
*
Lock semchecked ast for macros (#11883) [bugfix]
Arne Döring
2019-08-08
1
-0
/
+3
*
documented --newruntime switch
Araq
2019-07-12
1
-1
/
+4
*
[bugfix] Fixes #11495 , Remove TinyC from help (#11508)
Juan Carlos
2019-06-17
1
-1
/
+0
*
new compiler feature: --expandMacro
Araq
2019-05-29
1
-0
/
+1
*
Nim is not a header file generator anymore; closes #4723
Araq
2019-05-22
1
-2
/
+0
*
more destructor based changes (#10885)
Andreas Rumpf
2019-03-23
1
-1
/
+1
*
multi-methods need to be explicitly enabled (#10856)
Miran
2019-03-18
1
-2
/
+3
*
doc: move specific checks to advanced options, for a less intimidatin… (#10...
Jacek Sieka
2019-03-04
1
-1
/
+11
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-0
/
+1
*
Added --docInternal option to allow 'nim doc' to include non-exported symbols
Ico Doornekamp
2019-01-23
1
-0
/
+1
*
compiler interface: don't overdocument the on|off switches
Araq
2019-01-22
1
-2
/
+3
*
fix #9629 every binary cmd line option allows on/off/empty=on (#10353)
Timothee Cour
2019-01-18
1
-15
/
+15
*
properly fix #10030 by skipping all external configs (#10324)
Timothee Cour
2019-01-16
1
-1
/
+1
*
add custom pragma support for var and let symbols (#9582)
jcosborn
2019-01-07
1
-0
/
+1
*
Undocument --genmapping (#10175)
Neelesh Chandola
2019-01-04
1
-2
/
+0
*
Deprecate gc v2 (#10151)
Neelesh Chandola
2019-01-01
1
-1
/
+1
*
document --profiler:on (#10115)
Timothee Cour
2018-12-30
1
-0
/
+3
*
advopt.txt: minor layouting change
Araq
2018-12-12
1
-1
/
+1
*
minor cleanups
Andreas Rumpf
2018-12-11
1
-1
/
+1
*
Merge pull request #9916 from timotheecour/pr_ref_9906_errorMax
Andreas Rumpf
2018-12-11
1
-0
/
+1
|
\
|
*
--errorMax:0 means: unlimited
Timothee Cour
2018-12-09
1
-1
/
+1
|
*
refs #9906; --errorMax:10 allows stopping after 10 errors
Timothee Cour
2018-12-09
1
-0
/
+1
*
|
enhance `dump --dump.format:json`
Timothee Cour
2018-12-09
1
-0
/
+1
|
/
*
document the --incremental build switch; make CIs green again
Araq
2018-11-21
1
-0
/
+1
*
produce more helpful error messages when overloading resolution fails
Andreas Rumpf
2018-11-03
1
-0
/
+3
*
Nim style checker: document the switch; fixes #9564
Araq
2018-10-30
1
-0
/
+4
*
improve the compiler option "cppCompileToNamespace", a custom namespace can n...
Giovanni
2018-09-15
1
-1
/
+3
*
document the new --nilseqs:on switch
Araq
2018-08-13
1
-0
/
+2
*
introduce --laxstrings switch for backwards compatibility
Araq
2018-04-30
1
-0
/
+2
*
Fixes #802, #803 and #3775 - genscript issues (#7677)
genotrance
2018-04-25
1
-1
/
+2
*
.experimental can now be used to enable specific features
Andreas Rumpf
2018-04-24
1
-2
/
+3
[next]