summary refs log tree commit diff stats
path: root/compiler/options.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #22065; do not search path for relative imports (#22073)ringabout2023-06-131-1/+6
* Remove Deprecated Nimfix (#22062)Juan Carlos2023-06-101-1/+0
* clean up SOME pending/xxx/issue link comments (#21826)metagn2023-05-111-8/+0
* Remove LineTooLong (#21819)Juan Carlos2023-05-111-0/+1
* adds an experimental `mm:atomicArc` switch (#21798)ringabout2023-05-081-0/+1
* int64/uint64 as bigint in JS (#21613)metagn2023-04-111-1/+3
* remove useVersion (#21626)metagn2023-04-081-3/+0
* Add support for NuttX RTOS. (#21372)Century Systems2023-02-161-1/+3
* Change the default stdlib location for Linux packaging (#21328)Gabriel Huber2023-02-121-10/+12
* fixes #19396; Nimdoc hide nonexported fields (#21305)ringabout2023-02-011-0/+4
* Implemented basic macro expand functionality (#20579)Ivan Yonchovski2023-01-271-1/+13
* docgen: implement cross-document links (#20990)Andrey Makarov2023-01-041-0/+2
* fixes #20906; update copyright year [backport 1.6] (#21210)ringabout2023-01-011-1/+1
* less verbose type mismatch messages (#21191)ringabout2022-12-281-0/+1
* remove implicitDeref feature enum (#21075)ringabout2022-12-121-2/+1
* stdlib organization & documentation improvements (#20971)metagn2022-12-061-1/+2
* Add `--genCDeps` for better integration with CMake (#20950)Jaremy Creechley2022-11-291-0/+1
* implemented strictCaseObjects (#20608)Andreas Rumpf2022-10-211-1/+2
* fixes #19162; enable `strictEffects` for v2 (#19380)ringabout2022-10-151-0/+2
* Make rstgen work with gcsafe (#20534)ringabout2022-10-101-1/+1
* Automatic dereferencing is removed (#20531)ringabout2022-10-101-1/+1
* DAA and 'out' parameters (#20506)Andreas Rumpf2022-10-061-1/+2
* Fix/improve handling of forward declarations in nimsuggest (#20493)Ivan Yonchovski2022-10-061-1/+2
* Unicode Operators are no longer experimental (#20444)ringabout2022-09-281-2/+2
* defaults to ORC (#19972)ringabout2022-09-231-1/+1
* overloadable enums no longer experimental (#20298)metagn2022-09-051-1/+1
* Implement type command (#19944)Ivan Yonchovski2022-07-151-1/+3
* Improve Markdown code blocks & start moving docs to Markdown style (#19954)Andrey Makarov2022-07-151-0/+2
* fix #18735; genDepend broken for duplicate module names in separate folders (...flywind2022-07-121-1/+1
* Initial implementation of nimsuggest v3 (#19826)Ivan Yonchovski2022-06-131-2/+11
* remove noop option `gc:v2` (#19810)flywind2022-06-101-1/+0
* Refactor and doc package handling, module name mangling (#19821)quantimnot2022-05-301-5/+2
* move assertions out of system (#19599)flywind2022-03-231-0/+5
* support useVersion:1.6 (#19601)flywind2022-03-101-0/+1
* update copyright year (#19381)flywind2022-01-131-1/+1
* added --nimMainPrefix switch; fixes #15955; refs #16945 [backport:1.6] (#19235)Andreas Rumpf2021-12-101-0/+1
* fixes #19015 [backport:1.6] (#19204)Andreas Rumpf2021-12-041-1/+2
* `caseStmtMacros` no longer experimental, experimental manual refactor (#19173)hlaaftana2021-11-231-1/+1
* Add Zephyr Support (#19003)Jaremy Creechley2021-10-241-1/+3
* define `nimVersion` automatically and avoid needing -d:nimVersion140 (#18726)Timothee Cour2021-10-171-0/+18
* ported Nim to proprietary CrossOS [backport] (#18889)Andreas Rumpf2021-09-241-2/+4
* implemented Unicode operators (#18789)Andreas Rumpf2021-09-031-1/+2
* strict effects (#18777)Andreas Rumpf2021-09-021-1/+2
* implements overloadable enum values; WIP (#18470)Andreas Rumpf2021-07-281-1/+2
* 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