summary refs log tree commit diff stats
path: root/doc/advopt.txt
Commit message (Expand)AuthorAgeFilesLines
* `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
* compiler interface: don't overdocument the on|off switchesAraq2019-01-221-2/+3
* fix #9629 every binary cmd line option allows on/off/empty=on (#10353)Timothee Cour2019-01-181-15/+15
* properly fix #10030 by skipping all external configs (#10324)Timothee Cour2019-01-161-1/+1
* add custom pragma support for var and let symbols (#9582)jcosborn2019-01-071-0/+1
* Undocument --genmapping (#10175)Neelesh Chandola2019-01-041-2/+0
* Deprecate gc v2 (#10151)Neelesh Chandola2019-01-011-1/+1
* document --profiler:on (#10115)Timothee Cour2018-12-301-0/+3
* advopt.txt: minor layouting changeAraq2018-12-121-1/+1
* minor cleanupsAndreas Rumpf2018-12-111-1/+1
* Merge pull request #9916 from timotheecour/pr_ref_9906_errorMaxAndreas Rumpf2018-12-111-0/+1
|\
| * --errorMax:0 means: unlimitedTimothee Cour2018-12-091-1/+1
| * refs #9906; --errorMax:10 allows stopping after 10 errorsTimothee Cour2018-12-091-0/+1
* | enhance `dump --dump.format:json`Timothee Cour2018-12-091-0/+1
|/
* document the --incremental build switch; make CIs green againAraq2018-11-211-0/+1
* produce more helpful error messages when overloading resolution failsAndreas Rumpf2018-11-031-0/+3
* Nim style checker: document the switch; fixes #9564Araq2018-10-301-0/+4
* improve the compiler option "cppCompileToNamespace", a custom namespace can n...Giovanni2018-09-151-1/+3
* document the new --nilseqs:on switchAraq2018-08-131-0/+2
* introduce --laxstrings switch for backwards compatibilityAraq2018-04-301-0/+2
* Fixes #802, #803 and #3775 - genscript issues (#7677)genotrance2018-04-251-1/+2
* .experimental can now be used to enable specific featuresAndreas Rumpf2018-04-241-2/+3