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
*
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
*
|
configuration system supports %= to access environment variables
Araq
2015-02-07
1
-9
/
+15
|
/
*
the codegen doesn't emit deepCopy for parallel statements
Araq
2014-11-08
1
-3
/
+5
*
renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamings
Araq
2014-08-29
1
-4
/
+5
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-2
/
+2
*
'nil' as a statement is deprecated, use an empty 'discard' instead
Araq
2014-01-19
1
-3
/
+3
*
case consistency: cs:partial bootstraps on windows
Araq
2013-12-29
1
-3
/
+3
*
case consistency: next steps
Araq
2013-12-29
1
-1
/
+1
*
case consistency part 4
Araq
2013-12-27
1
-7
/
+7
*
case consistency part 2
Araq
2013-12-27
1
-1
/
+1
*
case consistency part 1
Araq
2013-12-27
1
-1
/
+1
*
Updated cfg file processing
Erik O'Leary
2013-12-02
1
-5
/
+0
*
fixes #459
Araq
2013-08-31
1
-2
/
+5
*
fixes token's column information
Araq
2013-07-30
1
-2
/
+2
*
next steps for the new parser/grammar
Araq
2013-04-20
1
-1
/
+1
*
first steps to the new parser/grammar
Araq
2013-04-19
1
-1
/
+1
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
[next]