summary refs log tree commit diff stats
path: root/doc/advopt.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
* allow setting template/macro recursive evaluation limits (#7652)jcosborn2018-04-191-1/+1
* Nim namespace for cpp (#7453)AdrianV2018-04-151-0/+1
* the new feature's name is hotCodeReloadingAndreas Rumpf2018-04-131-1/+2
* Support code hot reloading for JavaScript projects (#7362)zah2018-04-131-0/+1
* cmd line help: clarify compileOnly vs noLinkingTimothee Cour2018-04-051-2/+2
* Renamed jsondoc2 to jsondoc, similar to doc2 (#7279)PMunch2018-03-081-1/+0
* fixes #7089Andreas Rumpf2018-01-241-0/+1
* make the new --genDeps feature optional since it makes compilations slowerAndreas Rumpf2017-12-211-0/+1
* add dynlibOverrideAll switch (#6873)Charlie Barto2017-12-061-0/+1
* WIP: Add a advanced compiler command 'ctags' (#6654)Dmitry Atamanov2017-11-151-1/+2
* WIP: --gc:regions instead of --gc:stackAraq2017-08-131-1/+1
* fixes #6069Andreas Rumpf2017-07-081-1/+1
* kill the reportConceptFailures options as it will be replaced by the .explain...Zahary Karadjov2017-03-241-3/+0
* documents --excessiveStackTrace switchAndreas Rumpf2016-11-221-0/+2
* first version of the new memory tracking featureAndreas Rumpf2016-11-211-0/+1
* document 'nim e' modeAraq2016-10-081-0/+1
* the Nim compiler supports the jsondoc2 commandAndreas Rumpf2016-07-131-0/+1
* Added --noCppExceptions switchRuslan Mustakov2016-02-181-0/+1
* added --reportConceptFailures switchAraq2015-10-221-0/+3
* List warnings & hints via --(hints|warnings):listAdam Strzelecki2015-07-031-2/+3