summary refs log tree commit diff stats
path: root/doc/advopt.txt
Commit message (Expand)AuthorAgeFilesLines
* `--nilseqs` is now a deprecated noop (#17211)Timothee Cour2021-03-011-2/+0
* document `since` (#17048)Timothee Cour2021-02-161-1/+1
* `--hintAsError` (#16763)Timothee Cour2021-01-201-2/+2
* Deprecate TaintedString (#15423)Juan Carlos2021-01-151-1/+0
* remove all mentions of doc2, jsondoc2 (except 1 mentioning the alias) (#15683)Timothee Cour2020-11-261-2/+2
* --declaredlocs => --declaredLocs (#15672)Timothee Cour2020-10-211-1/+1
* add --declaredlocs (#15666)Timothee Cour2020-10-211-0/+1
* make patchFile more discoverable (#15659)Timothee Cour2020-10-201-0/+1
* more "eg" fixesnarimiran2020-10-201-1/+1
* fix #15405. deepcopy arc (#15410)cooldome2020-10-011-0/+1
* fix #11537, correct parse inline code without surrounding spaces (#15399)Miran2020-09-251-1/+1
* fix the indentation in `--help` and `--fullhelp` (#15387)Miran2020-09-231-2/+2
* cleanup ARC documentation (#15100)Andreas Rumpf2020-07-281-2/+0
* An optimizer for ARC (#14962)Andreas Rumpf2020-07-151-0/+2
* https://github.com/nim-lang/Nim/pull/14948#issuecomment-656498426 (#14958)Juan Carlos2020-07-111-1/+1
* VM profiler (#14833)Ico Doornekamp2020-07-091-0/+1
* Clean out oldast (#14837)Juan Carlos2020-06-301-1/+0
* Fix some typos (#14843)Danil Yarantsev2020-06-281-1/+1
* Deprecated laxStrings for mutating the internal zero terminator on strings an...Juan Carlos2020-06-231-2/+0
* Deprecate oldNewlines, clean out deprecated code from oldNewlines (#14763)Juan Carlos2020-06-231-1/+0
* add arc and orc to gc list (#14653)Andy Davidoff2020-06-141-1/+1
* `nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d...Timothee Cour2020-05-111-2/+9
* remove the nilChecks switch; refs #11570Araq2020-04-201-1/+0
* new feature: ability to turn specific warnings to errorsAndreas Rumpf2020-04-041-0/+2
* stacktraces can now show custom runtime msgs per frame (#13351)Timothee Cour2020-03-301-0/+1
* catchable defects (#13626)Andreas Rumpf2020-03-121-0/+1
* Only print the link command when listCmd is active; fix docs (#13603)Clyybber2020-03-071-2/+2
* sink parameter inference for types that have destructors (#13544)Andreas Rumpf2020-03-041-1/+2
* Update advopt.txt to include link to nim cache docs (#13464)Lee Matos2020-02-221-0/+1
* fix #13150 `nim doc --project` now works reliably (#13223)Timothee Cour2020-02-061-0/+7
* VM: allow overriding MaxLoopIterations without rebuilding nim (#13233)Timothee Cour2020-01-231-0/+1
* [easy] --hint:link:on now shows link cmd instead of nothing (#13056)Timothee Cour2020-01-071-1/+2
* --exception:goto switch for deterministic exception handling (#12977)Andreas Rumpf2020-01-011-1/+2
* added the --asm command line option for inspection of the produced assember c...Andreas Rumpf2019-11-211-0/+1
* add --clearNimblePath; fixes #12601 (#12609)Andy Davidoff2019-11-061-0/+1
* first implementation of the new --seqsv2 switchAraq2019-10-201-0/+2
* added cpuTime to VM (#12346)Ico Doornekamp2019-10-041-0/+1
* Fixes #12010; Add the description for "cc" option into --fullhelp (#12350)Hideki Okamoto2019-10-041-0/+1
* make --useVersion's documentation reflect realityAndreas Rumpf2019-09-161-1/+1
* new gensym handling (#11985)Andreas Rumpf2019-08-231-1/+1
* Lock semchecked ast for macros (#11883) [bugfix]Arne Döring2019-08-081-0/+3
* documented --newruntime switchAraq2019-07-121-1/+4
* [bugfix] Fixes #11495 , Remove TinyC from help (#11508)Juan Carlos2019-06-171-1/+0
* new compiler feature: --expandMacroAraq2019-05-291-0/+1
* Nim is not a header file generator anymore; closes #4723Araq2019-05-221-2/+0
* more destructor based changes (#10885)Andreas Rumpf2019-03-231-1/+1
* multi-methods need to be explicitly enabled (#10856)Miran2019-03-181-2/+3
* doc: move specific checks to advanced options, for a less intimidatin… (#10...Jacek Sieka2019-03-041-1/+11
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-261-0/+1
* Added --docInternal option to allow 'nim doc' to include non-exported symbolsIco Doornekamp2019-01-231-0/+1