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
*
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
*
Fix/improve handling of forward declarations in nimsuggest (#20493)
Ivan Yonchovski
2022-10-06
1
-1
/
+2
*
Unicode Operators are no longer experimental (#20444)
ringabout
2022-09-28
1
-2
/
+2
*
defaults to ORC (#19972)
ringabout
2022-09-23
1
-1
/
+1
*
overloadable enums no longer experimental (#20298)
metagn
2022-09-05
1
-1
/
+1
*
Implement type command (#19944)
Ivan Yonchovski
2022-07-15
1
-1
/
+3
*
Improve Markdown code blocks & start moving docs to Markdown style (#19954)
Andrey Makarov
2022-07-15
1
-0
/
+2
*
fix #18735; genDepend broken for duplicate module names in separate folders (...
flywind
2022-07-12
1
-1
/
+1
*
Initial implementation of nimsuggest v3 (#19826)
Ivan Yonchovski
2022-06-13
1
-2
/
+11
*
remove noop option `gc:v2` (#19810)
flywind
2022-06-10
1
-1
/
+0
*
Refactor and doc package handling, module name mangling (#19821)
quantimnot
2022-05-30
1
-5
/
+2
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+5
*
support useVersion:1.6 (#19601)
flywind
2022-03-10
1
-0
/
+1
*
update copyright year (#19381)
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
*
fixes #19015 [backport:1.6] (#19204)
Andreas Rumpf
2021-12-04
1
-1
/
+2
*
`caseStmtMacros` no longer experimental, experimental manual refactor (#19173)
hlaaftana
2021-11-23
1
-1
/
+1
*
Add Zephyr Support (#19003)
Jaremy Creechley
2021-10-24
1
-1
/
+3
*
define `nimVersion` automatically and avoid needing -d:nimVersion140 (#18726)
Timothee Cour
2021-10-17
1
-0
/
+18
*
ported Nim to proprietary CrossOS [backport] (#18889)
Andreas Rumpf
2021-09-24
1
-2
/
+4
*
implemented Unicode operators (#18789)
Andreas Rumpf
2021-09-03
1
-1
/
+2
*
strict effects (#18777)
Andreas Rumpf
2021-09-02
1
-1
/
+2
*
implements overloadable enum values; WIP (#18470)
Andreas Rumpf
2021-07-28
1
-1
/
+2
*
fix setCommand so it behaves like regular nim invocation (#18555)
Timothee Cour
2021-07-22
1
-0
/
+10
*
closes #18433 (#18484)
Andreas Rumpf
2021-07-13
1
-2
/
+2
*
enable VM tracing in user code via `{.define(nimVmTrace).}` (#18244)
Timothee Cour
2021-06-24
1
-0
/
+1
*
docgen: move to shared RST state (fix #16990) (#18256)
Andrey Makarov
2021-06-20
1
-3
/
+3
*
add more APIs to compiler/debugutils; re-export it (#18243)
Timothee Cour
2021-06-18
1
-0
/
+3
*
merge BuildMode into SuccessX, remove code duplication w drnim, add useful in...
Timothee Cour
2021-06-14
1
-2
/
+11
*
simplify extccomp.nim json logic via jsonutils; fix #18084 (#18100)
Timothee Cour
2021-06-03
1
-2
/
+2
*
fixes #18058 (#18162)
Andreas Rumpf
2021-06-03
1
-0
/
+1
*
`doc2tex`: generate docs to Latex (#17997)
Andrey Makarov
2021-05-14
1
-1
/
+3
*
ORC: improvements (#17993)
Andreas Rumpf
2021-05-12
1
-1
/
+1
*
feature: the compiler can warn when you use the implicit 'result' variable (#...
Andreas Rumpf
2021-05-10
1
-1
/
+1
*
fixes #15848 [backport:1.2] (#17959)
Andreas Rumpf
2021-05-07
1
-0
/
+1
*
tiny cleanup (#17957)
Andreas Rumpf
2021-05-07
1
-3
/
+1
*
system.nim cleanup some exported constants which should never have be… (#17...
Andreas Rumpf
2021-05-01
1
-0
/
+2
*
fix #17853 (ascii message separator broke json nim dump) (#17887)
Timothee Cour
2021-04-29
1
-1
/
+1
[next]