index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
nimconf.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes yet another strictdefs bug (#23069)
ringabout
2023-12-15
1
-1
/
+1
*
lexer cleanups (#23037)
Jacek Sieka
2023-12-06
1
-1
/
+0
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-2
/
+4
*
fixes #22763; nimcache in nim.cfg uses the relative path to the config file (...
ringabout
2023-09-28
1
-2
/
+3
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-2
/
+4
*
fix #8219; nim check/dump shouldn't run single nimscript project [backport: 1...
flywind
2022-03-26
1
-1
/
+2
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+3
*
fix wrong name (rnimsyn => renderer; pnimsyn => parser; scanner => lexer) (#1...
flywind
2021-09-25
1
-1
/
+1
*
simplify extccomp.nim json logic via jsonutils; fix #18084 (#18100)
Timothee Cour
2021-06-03
1
-7
/
+4
*
fix #17190 `nimscript` now accepts arbitrary file extensions for `nim e main....
flywind
2021-04-01
1
-2
/
+5
*
fix #16526 run config.nims before foo.nim.cfg (#16557)
Timothee Cour
2021-01-02
1
-2
/
+2
*
cmdline: improve command processing (#16056)
Timothee Cour
2020-11-26
1
-1
/
+1
*
new: `nim -e:cmd` to run a command directly; also fixes #15731 (#15687)
Timothee Cour
2020-11-09
1
-8
/
+13
*
fix #15740 --hint:conf now works more reliably (#15741)
Timothee Cour
2020-10-27
1
-5
/
+10
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-11
/
+10
*
Big compiler Cleanup (#14777)
Clyybber
2020-08-28
1
-17
/
+17
*
correctly honor cmdline --hint:conf:on/off ; correctly show Conf hints in order
Timothee Cour
2020-02-27
1
-0
/
+1
*
Fix #9405 - cfg and nims run in sync
Ganesh Viswanathan
2020-02-27
1
-1
/
+29
*
fix crash due to errant symbols in nim.cfg (#13073) [backport]
Andy Davidoff
2020-01-08
1
-2
/
+3
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-13
/
+13
*
restore --define:key:val in nim.cfg and fix #12367 (#12611)
Andy Davidoff
2019-11-06
1
-0
/
+6
*
export nim.cfg parser (#12602)
Andy Davidoff
2019-11-06
1
-1
/
+1
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-1
/
+1
*
[bugfix] nimpretty: fixes #11468
Araq
2019-06-13
1
-14
/
+14
*
make fullpaths the default in error messages and stack traces for mor… (#11...
Andreas Rumpf
2019-06-05
1
-3
/
+3
*
compiler refactoring; use typesafe path handing; docgen: render symbols betwe...
Andreas Rumpf
2018-09-07
1
-16
/
+16
*
make config.nims behave like nim.cfg in terms of where these scripts are sear...
Timothee Cour
2018-08-30
1
-3
/
+4
*
fixes #8739; allow --hint:foo:on --warning:bar:off (#8757)
Timothee Cour
2018-08-25
1
-1
/
+1
*
Look for user nim.cfg in "nim/" subdir in usual config dir locations (#8662)
Kaushal Modi
2018-08-17
1
-1
/
+1
*
fixes #8653
Andreas Rumpf
2018-08-16
1
-2
/
+2
*
fixex merge conflicts
Araq
2018-06-08
1
-7
/
+18
|
\
|
*
Wait until the end to print hint Conf (#7931)
WhiteDuke
2018-06-04
1
-7
/
+18
*
|
refactoring: make projectMainIdx typesafe
Andreas Rumpf
2018-05-27
1
-4
/
+0
*
|
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-1
/
+1
|
/
*
documentation generator works again
Andreas Rumpf
2018-05-15
1
-1
/
+1
*
options.nim: no global variables anymore
Andreas Rumpf
2018-05-13
1
-18
/
+18
*
move more global variables into ConfigRef
Andreas Rumpf
2018-05-11
1
-5
/
+5
*
avoid more global variables
Andreas Rumpf
2018-05-11
1
-2
/
+2
*
big refactoring: parser compiles again
Andreas Rumpf
2018-05-10
1
-50
/
+55
*
compiler refactoring, pass config around explicitly
Andreas Rumpf
2018-05-05
1
-1
/
+1
*
remove obsolete nimrod.cfg configuration files
Andreas Rumpf
2018-04-24
1
-4
/
+0
*
fixes #499
Andreas Rumpf
2017-07-22
1
-1
/
+1
*
refactoring: explict config state instead of globals
Andreas Rumpf
2017-02-01
1
-53
/
+53
*
make tests green again
Araq
2016-11-01
1
-1
/
+1
*
big refactoring: step 1
Araq
2016-10-31
1
-11
/
+15
*
improvements for NimScript support
Araq
2015-09-03
1
-57
/
+49
*
Introduce NotesVerbosity defining verbosity levels
Adam Strzelecki
2015-07-03
1
-1
/
+1
*
Merge pull request #2058 from def-/nimrod-cfgs
Andreas Rumpf
2015-02-07
1
-5
/
+10
|
\
|
*
Add support for nimcfg and warning for nimrod.cfg
def
2015-02-04
1
-3
/
+8
|
*
Typos
def
2015-02-04
1
-2
/
+2
[next]