summary refs log tree commit diff stats
path: root/compiler/options.nim
Commit message (Expand)AuthorAgeFilesLines
* borrow checking (#15282)Andreas Rumpf2020-09-091-1/+2
* "for-loop macros" are no longer an experimental feature (#15288)Miran2020-09-081-1/+1
* Changes for FreeRTOS/LwIP Port for the ESP32 (ESP-IDF) (#15250)Jaremy Creechley2020-08-311-1/+5
* Big compiler Cleanup (#14777)Clyybber2020-08-281-4/+2
* Fix forward declaration issues in template/macro context (#15091)Clyybber2020-07-291-1/+0
* disable sink inference, only enable it for the stdlib. Reason: better source ...Andreas Rumpf2020-07-281-1/+1
* writing to a location counts as "side effect"; implements https://github.com/...Andreas Rumpf2020-07-251-0/+1
* An optimizer for ARC (#14962)Andreas Rumpf2020-07-151-0/+2
* VM profiler (#14833)Ico Doornekamp2020-07-091-1/+14
* {.deprecated: [existsFile: fileExists].} (#14735)Timothee Cour2020-07-021-1/+1
* Clean out oldast (#14837)Juan Carlos2020-06-301-1/+0
* Deprecated laxStrings for mutating the internal zero terminator on strings an...Juan Carlos2020-06-231-1/+0
* bug fixes with sfMainModule, hints, mainPackageNotes, mainPackageId, hintSucc...Timothee Cour2020-06-041-6/+8
* * honor --errorMax even for tools (eg drnim, nim doc) (#14546)Timothee Cour2020-06-021-0/+8
* fix #6583, fix #14376, index+search now generated for all projects, many bug ...Timothee Cour2020-05-251-3/+5
* change the [Processing] messages into dots (#14418)Andreas Rumpf2020-05-211-0/+1
* fix some issues with --backend (#14363)Timothee Cour2020-05-161-2/+2
* `nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d...Timothee Cour2020-05-111-6/+26
* added a new feature: --cc:env so that you can use any C compiler as long as i...Andreas Rumpf2020-05-061-1/+1
* cleanup the CC setting, only leave in there what is at least semi-officially ...Andreas Rumpf2020-05-061-2/+2
* fixes #14112, tests for #12892, #12671, #11697 (#14125)hlaaftana2020-04-261-1/+2
* new cmd: `nim r main [args...]` to compile & run, saving binary under $nimcac...Timothee Cour2020-04-231-7/+9
* remove the nilChecks switch; refs #11570Araq2020-04-201-3/+3
* add `--experimental:vmopsDanger`; add generic conversion for vmops (#13813)Timothee Cour2020-04-201-0/+1
* Add support for `zig cc` as C compiler. (#13757)Hessam Mehr2020-04-081-1/+1
* new feature: ability to turn specific warnings to errorsAndreas Rumpf2020-04-041-0/+1
* sourcemaps for the JS codegen (#7508)Alexander Ivanov2020-04-031-0/+2
* stacktraces can now show custom runtime msgs per frame (#13351)Timothee Cour2020-03-301-2/+4
* '.push raises: []' now also affects proc types (#13776)Andreas Rumpf2020-03-291-0/+1
* bump copyright year to 2020 (#13753)Miran2020-03-251-1/+1
* new feature: --staticBoundChecks:on to enforce static array index checking (#...Andreas Rumpf2020-03-181-2/+2
* fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + ...Timothee Cour2020-03-131-0/+8
* catchable defects (#13626)Andreas Rumpf2020-03-121-4/+7
* sink parameter inference for types that have destructors (#13544)Andreas Rumpf2020-03-041-3/+4
* properly handle note override logic/verbosity/config/cmdline using modifiedyN...Timothee Cour2020-02-271-5/+7
* remove isCmdLine; use passCmd1Timothee Cour2020-02-271-2/+0
* correctly honor cmdline --hint:conf:on/off ; correctly show Conf hints in orderTimothee Cour2020-02-271-0/+4
* fix #8312 --hints:off and --warnings:off now honored everywhere (#13489)Timothee Cour2020-02-261-0/+6
* fix #13150 `nim doc --project` now works reliably (#13223)Timothee Cour2020-02-061-0/+19
* make goto based exceptions available for 'nim cpp' (#13244)Andreas Rumpf2020-01-251-0/+1
* VM: allow overriding MaxLoopIterations without rebuilding nim (#13233)Timothee Cour2020-01-231-1/+3
* fixes #12998 nim doc regression (#13117)Timothee Cour2020-01-161-0/+3
* successX now correctly shows html output for `nim doc`, `nim jsondoc`; fix #1...Timothee Cour2020-01-151-2/+0
* make SuccessX show project file + output file (#13043)Timothee Cour2020-01-081-0/+2
* --exception:goto switch for deterministic exception handling (#12977)Andreas Rumpf2020-01-011-1/+7
* fixes #12735 on osx, call dsymutil for debug builds (#12931)Timothee Cour2019-12-211-0/+1
* ARC: cycle detector (#12823)Andreas Rumpf2019-12-171-1/+1
* Path substitution for --out and --outdir (#12796)genotrance2019-12-031-3/+1
* Fixes #12767 (#12768)genotrance2019-11-291-0/+2
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-5/+5