summary refs log tree commit diff stats
path: root/compiler/options.nim
Commit message (Expand)AuthorAgeFilesLines
* make `genericsOpenSym` work at instantiation time, new behavior in `openSym` ...metagn2024-09-181-2/+2
* minor: export dllOverrides (#24106)ringabout2024-09-141-1/+1
* remove unused config field: keepComments (#24063)ringabout2024-09-051-2/+0
* remove unused nimStdlibVersion (#24060)ringabout2024-09-041-18/+0
* opensym for templates + move behavior of opensymchoice to itself (#24007)metagn2024-08-281-1/+3
* opensym as node kind + fixed experimental switch (#23892)metagn2024-08-121-1/+1
* remove unused field in ConfigRef (#23875)ringabout2024-07-221-1/+0
* remove nir; succeeded by nif (#23809)ringabout2024-07-091-3/+1
* Add support for nvcc & hipcc (cuda/rocm) (#23805)Andrew Brower2024-07-081-1/+1
* implement `legacy:jsNoLambdaLifting` for compatibility (#23727)ringabout2024-06-171-0/+2
* + added nimsuggest support for exception inlay hints (#23202)Nikolay Nikolov2024-03-151-0/+2
* Update copyright year 2024 (#23144)ringabout2023-12-311-1/+1
* add switch, warning, and `bind` support for new generic injection behavior (#...metagn2023-12-221-0/+1
* Show proper error message if trying to run a Nim file in a directory that doe...Jake Leahy2023-12-021-1/+4
* enable vtable implementation for C++ and make it an experimental feature (#23...ringabout2023-11-301-1/+2
* nimsuggest: Added optional command line option '--clientProcessId:XXX' (#22969)Nikolay Nikolov2023-11-241-0/+1
* IC: progress and refactorings (#22961)Andreas Rumpf2023-11-201-10/+12
* Inlay hints support (#22896)Nikolay Nikolov2023-11-041-1/+17
* prepare for the enforcement of `std` prefix (#22873)ringabout2023-10-291-5/+6
* NIR: store sizes, alignments and offsets in the type graph; beginning… (#22...Andreas Rumpf2023-10-161-5/+8
* fixes #22763; nimcache in nim.cfg uses the relative path to the config file (...ringabout2023-09-281-0/+3
* Instantiates generics in the module that uses it (#22513)Juan M Gómez2023-09-091-0/+3
* replaces `doAssert false` with `raiseAssert` for unreachable branches, which ...ringabout2023-08-101-1/+1
* use strictdefs for compiler (#22365)ringabout2023-08-061-1/+4
* Allow `libffi` to work via `koch boot` (#22322)awr12023-08-031-1/+1
* Add experimental inferGenericTypes switch (#22317)SirOlaf2023-08-031-1/+2
* implemented 'push quirky' switch for fine grained control over the ex… (#22...Andreas Rumpf2023-07-231-0/+1
* adds nimbasePattern compiler option (#22144)Juan M Gómez2023-06-241-0/+1
* 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