summary refs log tree commit diff stats
path: root/doc/advopt.txt
Commit message (Expand)AuthorAgeFilesLines
* clean up the documentation (#22196)ringabout2023-07-021-1/+1
* docs nimBasePattern (#22179)Juan M Gómez2023-06-281-0/+2
* better docs; undocument sinkInference as it doesn't work (#22089)Andreas Rumpf2023-06-131-5/+4
* int64/uint64 as bigint in JS (#21613)metagn2023-04-111-0/+2
* remove useVersion (#21626)metagn2023-04-081-1/+0
* fixes sinkinference documentation, which has been disabled (#21470)ringabout2023-03-121-1/+1
* add `md2html`, `md2tex` to cmd helpers (#21295)ringabout2023-01-241-0/+3
* docgen: implement cross-document links (#20990)Andrey Makarov2023-01-041-1/+3
* add a changelog and update the document for ORC (#20415)ringabout2022-09-261-2/+1
* Fixed description as option in advopt.txt (#19635)Omar Flores2022-03-261-3/+7
* support useVersion:1.6 (#19601)flywind2022-03-101-1/+1
* added --nimMainPrefix switch; fixes #15955; refs #16945 [backport:1.6] (#19235)Andreas Rumpf2021-12-101-0/+2
* renamed 'gc' switch to 'mm'; [backport:1.6] (#19187)Andreas Rumpf2021-11-241-3/+4
* followup #17852, disallow all:on for now (#18311)Timothee Cour2021-06-201-1/+2
* support `--hint:all:off --hint:x` (ditto with `--warnings` + friends) (#17852)Timothee Cour2021-06-201-7/+8
* update docgen documentation (#18192)Andrey Makarov2021-06-061-1/+2
* fixes #18058 (#18162)Andreas Rumpf2021-06-031-0/+2
* change `--hint[X] => --hint:X` in nim repo (avoids shell quoting issues) (#18...Timothee Cour2021-05-261-5/+5
* fixes #15848 [backport:1.2] (#17959)Andreas Rumpf2021-05-071-0/+2
* add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817)Timothee Cour2021-04-231-0/+2
* `--filenames:abs|canonical|legacyRelProj` for filenames in compiler msgs (rep...Timothee Cour2021-04-211-1/+3
* updated the documentation (#17796)Andreas Rumpf2021-04-201-4/+4
* IC: first steps towards 'nim check --def --ic:on' (#17714)Andreas Rumpf2021-04-141-0/+3
* undocument unsupported advanced options (#17678)Andreas Rumpf2021-04-091-13/+6
* Fix entries in nimc advopt (#17576)Danil Yarantsev2021-03-301-3/+5
* fix #2844 #3911; add --spellsuggest to suggest symbols in scope with similar ...Timothee Cour2021-03-161-0/+3
* deprecate newruntime (#17245)flywind2021-03-041-1/+0
* fix #16731: using deprecated flags triggers a warning (#17225)Timothee Cour2021-03-021-1/+1
* `--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