summary refs log tree commit diff stats
path: root/compiler/commands.nim
Commit message (Expand)AuthorAgeFilesLines
* defines the `gcRefc` symbol which allows writing specific code for refc (#20009)flywind2022-07-171-0/+1
* Improve Markdown code blocks & start moving docs to Markdown style (#19954)Andrey Makarov2022-07-151-1/+4
* remove noop option `gc:v2` (#19810)flywind2022-06-101-2/+0
* Add 'usages' option to the --stylechecks error msg (#19759)Zoom2022-05-041-2/+2
* add warnings for gc:option (#19722)flywind2022-04-251-42/+49
* fix nim check nimscript [backport: 1.6] (#19444)flywind2022-03-231-0/+2
* move assertions out of system (#19599)flywind2022-03-231-0/+3
* support useVersion:1.6 (#19601)flywind2022-03-101-0/+4
* make compileOption("panics") work (#19568)solarizedalias2022-02-271-0/+1
* setjump => setjmp [backport: 1.2] (#19496)flywind2022-02-061-1/+1
* undefine C symbols in JS backend [backport:1.6] (#19437)flywind2022-02-041-2/+3
* support set other GCs after `mm = orc` or `mm = arc` is set in the global con...flywind2022-01-271-20/+34
* nimscript ignore the threads option (#19370)flywind2022-01-131-1/+1
* added --nimMainPrefix switch; fixes #15955; refs #16945 [backport:1.6] (#19235)Andreas Rumpf2021-12-101-0/+1
* renamed 'gc' switch to 'mm'; [backport:1.6] (#19187)Andreas Rumpf2021-11-241-2/+2
* fixes #18921 [backport] (#18930)Andreas Rumpf2021-09-301-9/+11
* strict effects (#18777)Andreas Rumpf2021-09-021-2/+1
* move PNode.comment to a side channel, reducing memory usage during compilatio...Timothee Cour2021-08-291-1/+2
* fix #18674 --nimcache now works better with --os:windows (#18675)Timothee Cour2021-08-111-0/+4
* followup #17852, disallow all:on for now (#18311)Timothee Cour2021-06-201-0/+2
* support `--hint:all:off --hint:x` (ditto with `--warnings` + friends) (#17852)Timothee Cour2021-06-201-30/+29
* docgen: move to shared RST state (fix #16990) (#18256)Andrey Makarov2021-06-201-1/+1
* fixes #18058 (#18162)Andreas Rumpf2021-06-031-0/+2
* config system: special case -d:release and -d:danger [backport:1.4] (#18051)Andreas Rumpf2021-05-201-4/+15
* `doc2tex`: generate docs to Latex (#17997)Andrey Makarov2021-05-141-0/+1
* fixes #15848 [backport:1.2] (#17959)Andreas Rumpf2021-05-071-1/+2
* system.nim cleanup some exported constants which should never have be… (#17...Andreas Rumpf2021-05-011-4/+1
* add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817)Timothee Cour2021-04-231-0/+10
* `--filenames:abs|canonical|legacyRelProj` for filenames in compiler msgs (rep...Timothee Cour2021-04-211-1/+17
* IC navigator: added support for include files (#17784)Andreas Rumpf2021-04-191-24/+45
* IC: first steps towards 'nim check --def --ic:on' (#17714)Andreas Rumpf2021-04-141-0/+3
* fix #2844 #3911; add --spellsuggest to suggest symbols in scope with similar ...Timothee Cour2021-03-161-0/+4
* fix #17267 (#17273)flywind2021-03-071-2/+5
* follow #17245 deprecate refchecks (#17261)flywind2021-03-051-2/+6
* deprecate newruntime (#17245)flywind2021-03-041-0/+1
* followup #17225: simplify code after removing gc2, generational (#17242)Timothee Cour2021-03-031-6/+5
* fix #16731: using deprecated flags triggers a warning (#17225)Timothee Cour2021-03-021-23/+19
* `--nilseqs` is now a deprecated noop (#17211)Timothee Cour2021-03-011-2/+4
* document `since` (#17048)Timothee Cour2021-02-161-5/+3
* `--hintAsError` (#16763)Timothee Cour2021-01-201-4/+6
* Deprecate TaintedString (#15423)Juan Carlos2021-01-151-2/+2
* IC: next steps (#16632)Andreas Rumpf2021-01-121-3/+3
* IC: next steps (#16550)Andreas Rumpf2021-01-071-8/+9
* make --gc:arc --exceptions:quirky work again [backport:1.4] (#16583)Andreas Rumpf2021-01-041-0/+4
* big steps torwards an efficient, simple IC implementation (#16543)Andreas Rumpf2021-01-021-5/+0
* fix #16346 rst2html now honors SuccessX (#16347)Timothee Cour2020-12-261-0/+7
* add test for --eval; fix a minor bug (#16224)Timothee Cour2020-12-011-0/+1
* cmdline: improve command processing (#16056)Timothee Cour2020-11-261-10/+47
* fix #16033 nim js --gc:arc works and ignores --gc:arc (#16036)Timothee Cour2020-11-181-1/+4
* new: `nim -e:cmd` to run a command directly; also fixes #15731 (#15687)Timothee Cour2020-11-091-6/+19