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
*
`--nilseqs` is now a deprecated noop (#17211)
Timothee Cour
2021-03-01
1
-2
/
+0
*
document `since` (#17048)
Timothee Cour
2021-02-16
1
-1
/
+1
*
`--hintAsError` (#16763)
Timothee Cour
2021-01-20
1
-2
/
+2
*
Deprecate TaintedString (#15423)
Juan Carlos
2021-01-15
1
-1
/
+0
*
remove all mentions of doc2, jsondoc2 (except 1 mentioning the alias) (#15683)
Timothee Cour
2020-11-26
1
-2
/
+2
*
--declaredlocs => --declaredLocs (#15672)
Timothee Cour
2020-10-21
1
-1
/
+1
*
add --declaredlocs (#15666)
Timothee Cour
2020-10-21
1
-0
/
+1
*
make patchFile more discoverable (#15659)
Timothee Cour
2020-10-20
1
-0
/
+1
*
more "eg" fixes
narimiran
2020-10-20
1
-1
/
+1
*
fix #15405. deepcopy arc (#15410)
cooldome
2020-10-01
1
-0
/
+1
*
fix #11537, correct parse inline code without surrounding spaces (#15399)
Miran
2020-09-25
1
-1
/
+1
*
fix the indentation in `--help` and `--fullhelp` (#15387)
Miran
2020-09-23
1
-2
/
+2
*
cleanup ARC documentation (#15100)
Andreas Rumpf
2020-07-28
1
-2
/
+0
*
An optimizer for ARC (#14962)
Andreas Rumpf
2020-07-15
1
-0
/
+2
*
https://github.com/nim-lang/Nim/pull/14948#issuecomment-656498426 (#14958)
Juan Carlos
2020-07-11
1
-1
/
+1
*
VM profiler (#14833)
Ico Doornekamp
2020-07-09
1
-0
/
+1
*
Clean out oldast (#14837)
Juan Carlos
2020-06-30
1
-1
/
+0
*
Fix some typos (#14843)
Danil Yarantsev
2020-06-28
1
-1
/
+1
*
Deprecated laxStrings for mutating the internal zero terminator on strings an...
Juan Carlos
2020-06-23
1
-2
/
+0
*
Deprecate oldNewlines, clean out deprecated code from oldNewlines (#14763)
Juan Carlos
2020-06-23
1
-1
/
+0
*
add arc and orc to gc list (#14653)
Andy Davidoff
2020-06-14
1
-1
/
+1
*
`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
[next]