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
/
scriptconfig.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-0
/
+1
*
replaces `doAssert false` with `raiseAssert` for unreachable branches, which ...
ringabout
2023-08-10
1
-1
/
+1
*
fixes #22212; Compile error when running a Nimscript that compares se… (#22...
ringabout
2023-07-03
1
-3
/
+14
*
adds an experimental `mm:atomicArc` switch (#21798)
ringabout
2023-05-08
1
-1
/
+1
*
replaces implicit passes array registed at runtime with explicit function cal...
ringabout
2023-03-03
1
-8
/
+7
*
fixes a strange issue most likely caused by a git merge (#20822)
Andreas Rumpf
2022-11-12
1
-4
/
+2
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+3
*
fix setCommand so it behaves like regular nim invocation (#18555)
Timothee Cour
2021-07-22
1
-10
/
+1
*
cmdline: improve command processing (#16056)
Timothee Cour
2020-11-26
1
-1
/
+2
*
new: `nim -e:cmd` to run a command directly; also fixes #15731 (#15687)
Timothee Cour
2020-11-09
1
-2
/
+2
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-4
/
+6
*
fix gc:arc in nimscript (#15525)
cooldome
2020-10-09
1
-2
/
+5
*
fix #14179, fix #14142, make CI 1.4x faster (2x faster locally) (#14658)
Timothee Cour
2020-06-16
1
-6
/
+4
*
Undefine `paramCount` & `paramStr` in nimscript.nim for *.nims (#12860)
Neelesh Chandola
2020-04-27
1
-4
/
+6
*
[RFC] 'walkDir' now has a new 'checkDir' flag, to mimic behaviour of other la...
Timothee Cour
2020-03-20
1
-1
/
+1
*
fix `nim doc subdir/foo` which was generating broken css; + other fixes (#13647)
Timothee Cour
2020-03-17
1
-2
/
+2
*
Fix #12676 (#13634)
genotrance
2020-03-12
1
-2
/
+2
*
correctly honor cmdline --hint:conf:on/off ; correctly show Conf hints in order
Timothee Cour
2020-02-27
1
-2
/
+1
*
refactoring: --newruntime consists of 3 different switches
Araq
2019-10-20
1
-3
/
+3
*
fixes #11675
Araq
2019-09-08
1
-0
/
+14
*
fixes #12125 (#12131)
Andreas Rumpf
2019-09-06
1
-11
/
+38
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-3
/
+4
*
[feature] Added os.delEnv; add delEnv support to nimscript too (#11466)
Kaushal Modi
2019-06-15
1
-0
/
+2
*
Add stdin read support to nimscrit #3983 (#10292)
genotrance
2019-01-14
1
-3
/
+12
*
fixes #10240 (#10269)
Andreas Rumpf
2019-01-11
1
-2
/
+4
*
incremental compilation: simple recompilation works
Araq
2018-11-19
1
-0
/
+3
*
Nimscript: fixes #9246 [backport]
Andreas Rumpf
2018-11-06
1
-0
/
+1
*
Add procs to retrieve project name, directory and full path to nimscript (#9274)
Solitude
2018-10-11
1
-0
/
+6
*
fix #9264 regression (#9265)
Timothee Cour
2018-10-09
1
-5
/
+2
*
compiler refactoring; use typesafe path handing; docgen: render symbols betwe...
Andreas Rumpf
2018-09-07
1
-7
/
+7
*
make config.nims behave like nim.cfg in terms of where these scripts are sear...
Timothee Cour
2018-08-30
1
-1
/
+1
*
scriptconfig: register passes once (#8590)
alaviss
2018-08-17
1
-2
/
+5
*
WIP: disallow 'nil' for strings and seqs
Andreas Rumpf
2018-08-13
1
-1
/
+1
*
incremental compilation: implemented basic replay logic
Andreas Rumpf
2018-06-02
1
-2
/
+3
*
more compiler API cleanups
Andreas Rumpf
2018-05-28
1
-4
/
+3
*
vm now free of global variables
Andreas Rumpf
2018-05-28
1
-2
/
+1
*
refactoring: remove idents.legacy global variable and pass the IdentCache aro...
Andreas Rumpf
2018-05-27
1
-1
/
+1
*
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-1
/
+1
*
compiler compiles again; simple programs do work
Andreas Rumpf
2018-05-13
1
-32
/
+32
*
big refactoring: parser compiles again
Andreas Rumpf
2018-05-10
1
-2
/
+2
*
compiler refactoring, pass config around explicitly
Andreas Rumpf
2018-05-05
1
-1
/
+1
*
.experimental can now be used to enable specific features
Andreas Rumpf
2018-04-24
1
-3
/
+3
*
Sub second time resolution (#6978)
Oscar Nihlgård
2018-04-13
1
-2
/
+1
*
Add a few useful os calls to nimscript (#7442)
genotrance
2018-04-10
1
-0
/
+6
*
Fixes 7283 (#7284)
cooldome
2018-03-05
1
-0
/
+2
*
cleanup times.nim
Araq
2017-12-21
1
-1
/
+2
*
Show nimscript configuration files during compilation (#6750)
Lynn C. Rees
2017-11-28
1
-0
/
+1
*
getEnv now supports a 'default' parameter; refs #6019
Andreas Rumpf
2017-10-30
1
-1
/
+1
*
removed compiler internal list implementation (#5371)
Arne Döring
2017-02-22
1
-2
/
+2
[next]