summary refs log tree commit diff stats
path: root/compiler/commands.nim
Commit message (Expand)AuthorAgeFilesLines
* Implemented `compileOption` for `experimental` to test if a feature i… (#23...Don-Duong Quach2024-08-121-1/+8
* remove nir; succeeded by nif (#23809)ringabout2024-07-091-2/+0
* IC: progress and refactorings (#22961)Andreas Rumpf2023-11-201-0/+1
* prepare for the enforcement of `std` prefix (#22873)ringabout2023-10-291-1/+3
* NIR: store sizes, alignments and offsets in the type graph; beginning… (#22...Andreas Rumpf2023-10-161-1/+3
* fixes #22763; nimcache in nim.cfg uses the relative path to the config file (...ringabout2023-09-281-1/+8
* fixes #22706; turn "unknown hint" into a hint (#22755)ringabout2023-09-251-1/+5
* Instantiates generics in the module that uses it (#22513)Juan M Gómez2023-09-091-1/+4
* Improve compiler cli args (#22509)Juan Carlos2023-08-251-4/+10
* Remove Deprecated Babel (#22507)Juan Carlos2023-08-191-4/+2
* use strictdefs for compiler (#22365)ringabout2023-08-061-13/+34
* fixes #22321; fixes building DLL with --noMain still produces a DllMain (#22323)ringabout2023-07-241-1/+0
* fixes #21730; adds pkgs2 as well when nimbleDir is set (#22234)ringabout2023-07-071-0/+2
* fixes #22212; Compile error when running a Nimscript that compares se… (#22...ringabout2023-07-031-1/+2
* adds nimbasePattern compiler option (#22144)Juan M Gómez2023-06-241-0/+2
* adds missing staticlib hints (#22140)ringabout2023-06-211-1/+1
* fix #21501 by making --app:lib and --app:staticLib imply --noMain (#21910)heterodoxic2023-05-261-0/+2
* js -r defines nodejs & program result undeclared if unavailable (#21849)metagn2023-05-241-0/+6
* adds an experimental `mm:atomicArc` switch (#21798)ringabout2023-05-081-11/+13
* warn on set types bigger than max size, default to 0..255 for int literals (#...metagn2023-04-171-1/+1
* int64/uint64 as bigint in JS (#21613)metagn2023-04-111-0/+3
* remove useVersion (#21626)metagn2023-04-081-23/+0
* fixes #19396; Nimdoc hide nonexported fields (#21305)ringabout2023-02-011-0/+3
* fixes #21209; exclude threads options for JS (#21233)ringabout2023-01-081-0/+2
* docgen: implement cross-document links (#20990)Andrey Makarov2023-01-041-1/+7
* Add `--genCDeps` for better integration with CMake (#20950)Jaremy Creechley2022-11-291-0/+3
* fixes #20426; remove `maincommand` and `m` options since they are a no op sin...ringabout2022-09-261-1/+1
* defaults to ORC (#19972)ringabout2022-09-231-0/+11
* Fix #16937; --clib option pass library name to backend C compiler correctly (...Tomohiro2022-09-011-1/+1
* 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