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
/
commands.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix nim check nimscript [backport: 1.6] (#19444)
flywind
2022-03-23
1
-0
/
+2
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+3
*
support useVersion:1.6 (#19601)
flywind
2022-03-10
1
-0
/
+4
*
make compileOption("panics") work (#19568)
solarizedalias
2022-02-27
1
-0
/
+1
*
setjump => setjmp [backport: 1.2] (#19496)
flywind
2022-02-06
1
-1
/
+1
*
undefine C symbols in JS backend [backport:1.6] (#19437)
flywind
2022-02-04
1
-2
/
+3
*
support set other GCs after `mm = orc` or `mm = arc` is set in the global con...
flywind
2022-01-27
1
-20
/
+34
*
nimscript ignore the threads option (#19370)
flywind
2022-01-13
1
-1
/
+1
*
added --nimMainPrefix switch; fixes #15955; refs #16945 [backport:1.6] (#19235)
Andreas Rumpf
2021-12-10
1
-0
/
+1
*
renamed 'gc' switch to 'mm'; [backport:1.6] (#19187)
Andreas Rumpf
2021-11-24
1
-2
/
+2
*
fixes #18921 [backport] (#18930)
Andreas Rumpf
2021-09-30
1
-9
/
+11
*
strict effects (#18777)
Andreas Rumpf
2021-09-02
1
-2
/
+1
*
move PNode.comment to a side channel, reducing memory usage during compilatio...
Timothee Cour
2021-08-29
1
-1
/
+2
*
fix #18674 --nimcache now works better with --os:windows (#18675)
Timothee Cour
2021-08-11
1
-0
/
+4
*
followup #17852, disallow all:on for now (#18311)
Timothee Cour
2021-06-20
1
-0
/
+2
*
support `--hint:all:off --hint:x` (ditto with `--warnings` + friends) (#17852)
Timothee Cour
2021-06-20
1
-30
/
+29
*
docgen: move to shared RST state (fix #16990) (#18256)
Andrey Makarov
2021-06-20
1
-1
/
+1
*
fixes #18058 (#18162)
Andreas Rumpf
2021-06-03
1
-0
/
+2
*
config system: special case -d:release and -d:danger [backport:1.4] (#18051)
Andreas Rumpf
2021-05-20
1
-4
/
+15
*
`doc2tex`: generate docs to Latex (#17997)
Andrey Makarov
2021-05-14
1
-0
/
+1
*
fixes #15848 [backport:1.2] (#17959)
Andreas Rumpf
2021-05-07
1
-1
/
+2
*
system.nim cleanup some exported constants which should never have be… (#17...
Andreas Rumpf
2021-05-01
1
-4
/
+1
*
add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817)
Timothee Cour
2021-04-23
1
-0
/
+10
*
`--filenames:abs|canonical|legacyRelProj` for filenames in compiler msgs (rep...
Timothee Cour
2021-04-21
1
-1
/
+17
*
IC navigator: added support for include files (#17784)
Andreas Rumpf
2021-04-19
1
-24
/
+45
*
IC: first steps towards 'nim check --def --ic:on' (#17714)
Andreas Rumpf
2021-04-14
1
-0
/
+3
*
fix #2844 #3911; add --spellsuggest to suggest symbols in scope with similar ...
Timothee Cour
2021-03-16
1
-0
/
+4
*
fix #17267 (#17273)
flywind
2021-03-07
1
-2
/
+5
*
follow #17245 deprecate refchecks (#17261)
flywind
2021-03-05
1
-2
/
+6
*
deprecate newruntime (#17245)
flywind
2021-03-04
1
-0
/
+1
*
followup #17225: simplify code after removing gc2, generational (#17242)
Timothee Cour
2021-03-03
1
-6
/
+5
*
fix #16731: using deprecated flags triggers a warning (#17225)
Timothee Cour
2021-03-02
1
-23
/
+19
*
`--nilseqs` is now a deprecated noop (#17211)
Timothee Cour
2021-03-01
1
-2
/
+4
*
document `since` (#17048)
Timothee Cour
2021-02-16
1
-5
/
+3
*
`--hintAsError` (#16763)
Timothee Cour
2021-01-20
1
-4
/
+6
*
Deprecate TaintedString (#15423)
Juan Carlos
2021-01-15
1
-2
/
+2
*
IC: next steps (#16632)
Andreas Rumpf
2021-01-12
1
-3
/
+3
*
IC: next steps (#16550)
Andreas Rumpf
2021-01-07
1
-8
/
+9
*
make --gc:arc --exceptions:quirky work again [backport:1.4] (#16583)
Andreas Rumpf
2021-01-04
1
-0
/
+4
*
big steps torwards an efficient, simple IC implementation (#16543)
Andreas Rumpf
2021-01-02
1
-5
/
+0
*
fix #16346 rst2html now honors SuccessX (#16347)
Timothee Cour
2020-12-26
1
-0
/
+7
*
add test for --eval; fix a minor bug (#16224)
Timothee Cour
2020-12-01
1
-0
/
+1
*
cmdline: improve command processing (#16056)
Timothee Cour
2020-11-26
1
-10
/
+47
*
fix #16033 nim js --gc:arc works and ignores --gc:arc (#16036)
Timothee Cour
2020-11-18
1
-1
/
+4
*
new: `nim -e:cmd` to run a command directly; also fixes #15731 (#15687)
Timothee Cour
2020-11-09
1
-6
/
+19
*
EnumUtils, speed up findStr in compiler (#15777)
cooldome
2020-11-03
1
-2
/
+2
*
Use modern enums in compiler (#15775)
cooldome
2020-11-02
1
-4
/
+4
*
Cleanup
Clyybber
2020-10-22
1
-2
/
+0
*
add Source+Edit links on top of every docgend file (#15642)
Timothee Cour
2020-10-22
1
-0
/
+2
*
add --declaredlocs (#15666)
Timothee Cour
2020-10-21
1
-0
/
+2
[next]