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
*
Implemented `compileOption` for `experimental` to test if a feature i… (#23...
Don-Duong Quach
2024-08-12
1
-1
/
+8
*
remove nir; succeeded by nif (#23809)
ringabout
2024-07-09
1
-2
/
+0
*
IC: progress and refactorings (#22961)
Andreas Rumpf
2023-11-20
1
-0
/
+1
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-1
/
+3
*
NIR: store sizes, alignments and offsets in the type graph; beginning… (#22...
Andreas Rumpf
2023-10-16
1
-1
/
+3
*
fixes #22763; nimcache in nim.cfg uses the relative path to the config file (...
ringabout
2023-09-28
1
-1
/
+8
*
fixes #22706; turn "unknown hint" into a hint (#22755)
ringabout
2023-09-25
1
-1
/
+5
*
Instantiates generics in the module that uses it (#22513)
Juan M Gómez
2023-09-09
1
-1
/
+4
*
Improve compiler cli args (#22509)
Juan Carlos
2023-08-25
1
-4
/
+10
*
Remove Deprecated Babel (#22507)
Juan Carlos
2023-08-19
1
-4
/
+2
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-13
/
+34
*
fixes #22321; fixes building DLL with --noMain still produces a DllMain (#22323)
ringabout
2023-07-24
1
-1
/
+0
*
fixes #21730; adds pkgs2 as well when nimbleDir is set (#22234)
ringabout
2023-07-07
1
-0
/
+2
*
fixes #22212; Compile error when running a Nimscript that compares se… (#22...
ringabout
2023-07-03
1
-1
/
+2
*
adds nimbasePattern compiler option (#22144)
Juan M Gómez
2023-06-24
1
-0
/
+2
*
adds missing staticlib hints (#22140)
ringabout
2023-06-21
1
-1
/
+1
*
fix #21501 by making --app:lib and --app:staticLib imply --noMain (#21910)
heterodoxic
2023-05-26
1
-0
/
+2
*
js -r defines nodejs & program result undeclared if unavailable (#21849)
metagn
2023-05-24
1
-0
/
+6
*
adds an experimental `mm:atomicArc` switch (#21798)
ringabout
2023-05-08
1
-11
/
+13
*
warn on set types bigger than max size, default to 0..255 for int literals (#...
metagn
2023-04-17
1
-1
/
+1
*
int64/uint64 as bigint in JS (#21613)
metagn
2023-04-11
1
-0
/
+3
*
remove useVersion (#21626)
metagn
2023-04-08
1
-23
/
+0
*
fixes #19396; Nimdoc hide nonexported fields (#21305)
ringabout
2023-02-01
1
-0
/
+3
*
fixes #21209; exclude threads options for JS (#21233)
ringabout
2023-01-08
1
-0
/
+2
*
docgen: implement cross-document links (#20990)
Andrey Makarov
2023-01-04
1
-1
/
+7
*
Add `--genCDeps` for better integration with CMake (#20950)
Jaremy Creechley
2022-11-29
1
-0
/
+3
*
fixes #20426; remove `maincommand` and `m` options since they are a no op sin...
ringabout
2022-09-26
1
-1
/
+1
*
defaults to ORC (#19972)
ringabout
2022-09-23
1
-0
/
+11
*
Fix #16937; --clib option pass library name to backend C compiler correctly (...
Tomohiro
2022-09-01
1
-1
/
+1
*
defines the `gcRefc` symbol which allows writing specific code for refc (#20009)
flywind
2022-07-17
1
-0
/
+1
*
Improve Markdown code blocks & start moving docs to Markdown style (#19954)
Andrey Makarov
2022-07-15
1
-1
/
+4
*
remove noop option `gc:v2` (#19810)
flywind
2022-06-10
1
-2
/
+0
*
Add 'usages' option to the --stylechecks error msg (#19759)
Zoom
2022-05-04
1
-2
/
+2
*
add warnings for gc:option (#19722)
flywind
2022-04-25
1
-42
/
+49
*
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
[next]