summary refs log tree commit diff stats
path: root/compiler/nimconf.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes yet another strictdefs bug (#23069)ringabout2023-12-151-1/+1
* lexer cleanups (#23037)Jacek Sieka2023-12-061-1/+0
* prepare for the enforcement of `std` prefix (#22873)ringabout2023-10-291-2/+4
* fixes #22763; nimcache in nim.cfg uses the relative path to the config file (...ringabout2023-09-281-2/+3
* use strictdefs for compiler (#22365)ringabout2023-08-061-2/+4
* fix #8219; nim check/dump shouldn't run single nimscript project [backport: 1...flywind2022-03-261-1/+2
* move assertions out of system (#19599)flywind2022-03-231-0/+3
* fix wrong name (rnimsyn => renderer; pnimsyn => parser; scanner => lexer) (#1...flywind2021-09-251-1/+1
* simplify extccomp.nim json logic via jsonutils; fix #18084 (#18100)Timothee Cour2021-06-031-7/+4
* fix #17190 `nimscript` now accepts arbitrary file extensions for `nim e main....flywind2021-04-011-2/+5
* fix #16526 run config.nims before foo.nim.cfg (#16557)Timothee Cour2021-01-021-2/+2
* cmdline: improve command processing (#16056)Timothee Cour2020-11-261-1/+1
* new: `nim -e:cmd` to run a command directly; also fixes #15731 (#15687)Timothee Cour2020-11-091-8/+13
* fix #15740 --hint:conf now works more reliably (#15741)Timothee Cour2020-10-271-5/+10
* explicit ID generation for easier IC (#15559)Andreas Rumpf2020-10-251-11/+10
* Big compiler Cleanup (#14777)Clyybber2020-08-281-17/+17
* correctly honor cmdline --hint:conf:on/off ; correctly show Conf hints in orderTimothee Cour2020-02-271-0/+1
* Fix #9405 - cfg and nims run in syncGanesh Viswanathan2020-02-271-1/+29
* fix crash due to errant symbols in nim.cfg (#13073) [backport]Andy Davidoff2020-01-081-2/+3
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-13/+13
* restore --define:key:val in nim.cfg and fix #12367 (#12611)Andy Davidoff2019-11-061-0/+6
* export nim.cfg parser (#12602)Andy Davidoff2019-11-061-1/+1
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-1/+1
* [bugfix] nimpretty: fixes #11468Araq2019-06-131-14/+14
* make fullpaths the default in error messages and stack traces for mor… (#11...Andreas Rumpf2019-06-051-3/+3
* compiler refactoring; use typesafe path handing; docgen: render symbols betwe...Andreas Rumpf2018-09-071-16/+16
* make config.nims behave like nim.cfg in terms of where these scripts are sear...Timothee Cour2018-08-301-3/+4
* fixes #8739; allow --hint:foo:on --warning:bar:off (#8757)Timothee Cour2018-08-251-1/+1
* Look for user nim.cfg in "nim/" subdir in usual config dir locations (#8662)Kaushal Modi2018-08-171-1/+1
* fixes #8653Andreas Rumpf2018-08-161-2/+2
* fixex merge conflictsAraq2018-06-081-7/+18
|\
| * Wait until the end to print hint Conf (#7931)WhiteDuke2018-06-041-7/+18
* | refactoring: make projectMainIdx typesafeAndreas Rumpf2018-05-271-4/+0
* | remove more global variables in the Nim compilerAndreas Rumpf2018-05-271-1/+1
|/
* documentation generator works againAndreas Rumpf2018-05-151-1/+1
* options.nim: no global variables anymoreAndreas Rumpf2018-05-131-18/+18
* move more global variables into ConfigRefAndreas Rumpf2018-05-111-5/+5
* avoid more global variablesAndreas Rumpf2018-05-111-2/+2
* big refactoring: parser compiles againAndreas Rumpf2018-05-101-50/+55
* compiler refactoring, pass config around explicitlyAndreas Rumpf2018-05-051-1/+1
* remove obsolete nimrod.cfg configuration filesAndreas Rumpf2018-04-241-4/+0
* fixes #499Andreas Rumpf2017-07-221-1/+1
* refactoring: explict config state instead of globalsAndreas Rumpf2017-02-011-53/+53
* make tests green againAraq2016-11-011-1/+1
* big refactoring: step 1Araq2016-10-311-11/+15
* improvements for NimScript supportAraq2015-09-031-57/+49
* Introduce NotesVerbosity defining verbosity levelsAdam Strzelecki2015-07-031-1/+1
* Merge pull request #2058 from def-/nimrod-cfgsAndreas Rumpf2015-02-071-5/+10
|\
| * Add support for nimcfg and warning for nimrod.cfgdef2015-02-041-3/+8
| * Typosdef2015-02-041-2/+2