summary refs log tree commit diff stats
path: root/compiler/options.nim
Commit message (Expand)AuthorAgeFilesLines
* fix setCommand so it behaves like regular nim invocation (#18555)Timothee Cour2021-07-221-0/+10
* closes #18433 (#18484)Andreas Rumpf2021-07-131-2/+2
* enable VM tracing in user code via `{.define(nimVmTrace).}` (#18244)Timothee Cour2021-06-241-0/+1
* docgen: move to shared RST state (fix #16990) (#18256)Andrey Makarov2021-06-201-3/+3
* add more APIs to compiler/debugutils; re-export it (#18243)Timothee Cour2021-06-181-0/+3
* merge BuildMode into SuccessX, remove code duplication w drnim, add useful in...Timothee Cour2021-06-141-2/+11
* simplify extccomp.nim json logic via jsonutils; fix #18084 (#18100)Timothee Cour2021-06-031-2/+2
* fixes #18058 (#18162)Andreas Rumpf2021-06-031-0/+1
* `doc2tex`: generate docs to Latex (#17997)Andrey Makarov2021-05-141-1/+3
* ORC: improvements (#17993)Andreas Rumpf2021-05-121-1/+1
* feature: the compiler can warn when you use the implicit 'result' variable (#...Andreas Rumpf2021-05-101-1/+1
* fixes #15848 [backport:1.2] (#17959)Andreas Rumpf2021-05-071-0/+1
* tiny cleanup (#17957)Andreas Rumpf2021-05-071-3/+1
* system.nim cleanup some exported constants which should never have be… (#17...Andreas Rumpf2021-05-011-0/+2
* fix #17853 (ascii message separator broke json nim dump) (#17887)Timothee Cour2021-04-291-1/+1
* `--usenimcache` (implied by `nim r main`) now caches some compile options to ...Timothee Cour2021-04-251-15/+0
* add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817)Timothee Cour2021-04-231-16/+16
* `--filenames:abs|canonical|legacyRelProj` for filenames in compiler msgs (rep...Timothee Cour2021-04-211-4/+33
* IC navigator: added support for include files (#17784)Andreas Rumpf2021-04-191-1/+4
* -d:nimDebug: calls doAssert false instead of quit (#17739)Timothee Cour2021-04-171-2/+8
* `import foo {.all.}` reboot (#17706)Timothee Cour2021-04-161-1/+1
* IC: first steps towards 'nim check --def --ic:on' (#17714)Andreas Rumpf2021-04-141-1/+6
* removing warning imported and not used debugutils (#17660)rockcavera2021-04-071-1/+2
* add compiler/debugutils.nim to help debugging compiler (#17652)Timothee Cour2021-04-061-7/+16
* Fixed embedded nimscript imports (#17425)Jason Beetham2021-03-281-3/+4
* fix #16973 ; nim doc now shows correct, canonical import name in title (#16999)Timothee Cour2021-03-231-11/+18
* followup #16067 --spellSuggest (#17401)Timothee Cour2021-03-171-20/+18
* fix #2844 #3911; add --spellsuggest to suggest symbols in scope with similar ...Timothee Cour2021-03-161-0/+2
* `--nilseqs` is now a deprecated noop (#17211)Timothee Cour2021-03-011-1/+0
* Display user hints/warnings from foreign packages (#17024)Danil Yarantsev2021-02-121-1/+2
* fix #16752: threadvar now works with importcpp types; osx now uses native TLS...Timothee Cour2021-01-271-5/+6
* IC: next steps (#16729)Andreas Rumpf2021-01-231-2/+2
* Deprecate TaintedString (#15423)Juan Carlos2021-01-151-1/+0
* IC: next steps (#16632)Andreas Rumpf2021-01-121-2/+2
* happy new year 2021 again (#16638)Andrew2021-01-081-1/+1
* big steps torwards an efficient, simple IC implementation (#16543)Andreas Rumpf2021-01-021-0/+4
* fix `hintProcessing` dots interference with `static:echo` and `hintCC`; add t...Timothee Cour2020-12-301-1/+4
* Nil type check implementation (#15287)Alexander Ivanov2020-12-291-1/+2
* fix #16346 rst2html now honors SuccessX (#16347)Timothee Cour2020-12-261-4/+4
* fix #16334 (#16335)RSDuck2020-12-141-1/+5
* fix #16164, render doc comments (#16230)Miran2020-12-021-1/+1
* cmdline: improve command processing (#16056)Timothee Cour2020-11-261-27/+37
* remove all mentions of doc2, jsondoc2 (except 1 mentioning the alias) (#15683)Timothee Cour2020-11-261-1/+1
* new: `nim -e:cmd` to run a command directly; also fixes #15731 (#15687)Timothee Cour2020-11-091-2/+3
* add --declaredlocs (#15666)Timothee Cour2020-10-211-0/+1
* Make useVersion:1.0 disable the proc arg sym change (#15570)Clyybber2020-10-141-0/+1
* refactoring: moved setOutFile to where it belongsAndreas Rumpf2020-10-111-0/+15
* implements https://github.com/nim-lang/RFCs/issues/260 (#15505)Andreas Rumpf2020-10-071-0/+1
* fix #15405. deepcopy arc (#15410)cooldome2020-10-011-0/+1
* Clean out (#15448)Juan Carlos2020-10-011-11/+0