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
/
options.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
make `genericsOpenSym` work at instantiation time, new behavior in `openSym` ...
metagn
2024-09-18
1
-2
/
+2
*
minor: export dllOverrides (#24106)
ringabout
2024-09-14
1
-1
/
+1
*
remove unused config field: keepComments (#24063)
ringabout
2024-09-05
1
-2
/
+0
*
remove unused nimStdlibVersion (#24060)
ringabout
2024-09-04
1
-18
/
+0
*
opensym for templates + move behavior of opensymchoice to itself (#24007)
metagn
2024-08-28
1
-1
/
+3
*
opensym as node kind + fixed experimental switch (#23892)
metagn
2024-08-12
1
-1
/
+1
*
remove unused field in ConfigRef (#23875)
ringabout
2024-07-22
1
-1
/
+0
*
remove nir; succeeded by nif (#23809)
ringabout
2024-07-09
1
-3
/
+1
*
Add support for nvcc & hipcc (cuda/rocm) (#23805)
Andrew Brower
2024-07-08
1
-1
/
+1
*
implement `legacy:jsNoLambdaLifting` for compatibility (#23727)
ringabout
2024-06-17
1
-0
/
+2
*
+ added nimsuggest support for exception inlay hints (#23202)
Nikolay Nikolov
2024-03-15
1
-0
/
+2
*
Update copyright year 2024 (#23144)
ringabout
2023-12-31
1
-1
/
+1
*
add switch, warning, and `bind` support for new generic injection behavior (#...
metagn
2023-12-22
1
-0
/
+1
*
Show proper error message if trying to run a Nim file in a directory that doe...
Jake Leahy
2023-12-02
1
-1
/
+4
*
enable vtable implementation for C++ and make it an experimental feature (#23...
ringabout
2023-11-30
1
-1
/
+2
*
nimsuggest: Added optional command line option '--clientProcessId:XXX' (#22969)
Nikolay Nikolov
2023-11-24
1
-0
/
+1
*
IC: progress and refactorings (#22961)
Andreas Rumpf
2023-11-20
1
-10
/
+12
*
Inlay hints support (#22896)
Nikolay Nikolov
2023-11-04
1
-1
/
+17
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-5
/
+6
*
NIR: store sizes, alignments and offsets in the type graph; beginning… (#22...
Andreas Rumpf
2023-10-16
1
-5
/
+8
*
fixes #22763; nimcache in nim.cfg uses the relative path to the config file (...
ringabout
2023-09-28
1
-0
/
+3
*
Instantiates generics in the module that uses it (#22513)
Juan M Gómez
2023-09-09
1
-0
/
+3
*
replaces `doAssert false` with `raiseAssert` for unreachable branches, which ...
ringabout
2023-08-10
1
-1
/
+1
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-1
/
+4
*
Allow `libffi` to work via `koch boot` (#22322)
awr1
2023-08-03
1
-1
/
+1
*
Add experimental inferGenericTypes switch (#22317)
SirOlaf
2023-08-03
1
-1
/
+2
*
implemented 'push quirky' switch for fine grained control over the ex… (#22...
Andreas Rumpf
2023-07-23
1
-0
/
+1
*
adds nimbasePattern compiler option (#22144)
Juan M Gómez
2023-06-24
1
-0
/
+1
*
fixes #22065; do not search path for relative imports (#22073)
ringabout
2023-06-13
1
-1
/
+6
*
Remove Deprecated Nimfix (#22062)
Juan Carlos
2023-06-10
1
-1
/
+0
*
clean up SOME pending/xxx/issue link comments (#21826)
metagn
2023-05-11
1
-8
/
+0
*
Remove LineTooLong (#21819)
Juan Carlos
2023-05-11
1
-0
/
+1
*
adds an experimental `mm:atomicArc` switch (#21798)
ringabout
2023-05-08
1
-0
/
+1
*
int64/uint64 as bigint in JS (#21613)
metagn
2023-04-11
1
-1
/
+3
*
remove useVersion (#21626)
metagn
2023-04-08
1
-3
/
+0
*
Add support for NuttX RTOS. (#21372)
Century Systems
2023-02-16
1
-1
/
+3
*
Change the default stdlib location for Linux packaging (#21328)
Gabriel Huber
2023-02-12
1
-10
/
+12
*
fixes #19396; Nimdoc hide nonexported fields (#21305)
ringabout
2023-02-01
1
-0
/
+4
*
Implemented basic macro expand functionality (#20579)
Ivan Yonchovski
2023-01-27
1
-1
/
+13
*
docgen: implement cross-document links (#20990)
Andrey Makarov
2023-01-04
1
-0
/
+2
*
fixes #20906; update copyright year [backport 1.6] (#21210)
ringabout
2023-01-01
1
-1
/
+1
*
less verbose type mismatch messages (#21191)
ringabout
2022-12-28
1
-0
/
+1
*
remove implicitDeref feature enum (#21075)
ringabout
2022-12-12
1
-2
/
+1
*
stdlib organization & documentation improvements (#20971)
metagn
2022-12-06
1
-1
/
+2
*
Add `--genCDeps` for better integration with CMake (#20950)
Jaremy Creechley
2022-11-29
1
-0
/
+1
*
implemented strictCaseObjects (#20608)
Andreas Rumpf
2022-10-21
1
-1
/
+2
*
fixes #19162; enable `strictEffects` for v2 (#19380)
ringabout
2022-10-15
1
-0
/
+2
*
Make rstgen work with gcsafe (#20534)
ringabout
2022-10-10
1
-1
/
+1
*
Automatic dereferencing is removed (#20531)
ringabout
2022-10-10
1
-1
/
+1
*
DAA and 'out' parameters (#20506)
Andreas Rumpf
2022-10-06
1
-1
/
+2
[next]