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
*
added --nimMainPrefix switch; fixes #15955; refs #16945 [backport:1.6] (#19235)
Andreas Rumpf
2021-12-10
1
-0
/
+2
*
renamed 'gc' switch to 'mm'; [backport:1.6] (#19187)
Andreas Rumpf
2021-11-24
1
-3
/
+4
*
followup #17852, disallow all:on for now (#18311)
Timothee Cour
2021-06-20
1
-1
/
+2
*
support `--hint:all:off --hint:x` (ditto with `--warnings` + friends) (#17852)
Timothee Cour
2021-06-20
1
-7
/
+8
*
update docgen documentation (#18192)
Andrey Makarov
2021-06-06
1
-1
/
+2
*
fixes #18058 (#18162)
Andreas Rumpf
2021-06-03
1
-0
/
+2
*
change `--hint[X] => --hint:X` in nim repo (avoids shell quoting issues) (#18...
Timothee Cour
2021-05-26
1
-5
/
+5
*
fixes #15848 [backport:1.2] (#17959)
Andreas Rumpf
2021-05-07
1
-0
/
+2
*
add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817)
Timothee Cour
2021-04-23
1
-0
/
+2
*
`--filenames:abs|canonical|legacyRelProj` for filenames in compiler msgs (rep...
Timothee Cour
2021-04-21
1
-1
/
+3
*
updated the documentation (#17796)
Andreas Rumpf
2021-04-20
1
-4
/
+4
*
IC: first steps towards 'nim check --def --ic:on' (#17714)
Andreas Rumpf
2021-04-14
1
-0
/
+3
*
undocument unsupported advanced options (#17678)
Andreas Rumpf
2021-04-09
1
-13
/
+6
*
Fix entries in nimc advopt (#17576)
Danil Yarantsev
2021-03-30
1
-3
/
+5
*
fix #2844 #3911; add --spellsuggest to suggest symbols in scope with similar ...
Timothee Cour
2021-03-16
1
-0
/
+3
*
deprecate newruntime (#17245)
flywind
2021-03-04
1
-1
/
+0
*
fix #16731: using deprecated flags triggers a warning (#17225)
Timothee Cour
2021-03-02
1
-1
/
+1
*
`--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
[next]