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
*
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
*
`--usenimcache` (implied by `nim r main`) now caches some compile options to ...
Timothee Cour
2021-04-25
1
-15
/
+0
*
add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817)
Timothee Cour
2021-04-23
1
-16
/
+16
*
`--filenames:abs|canonical|legacyRelProj` for filenames in compiler msgs (rep...
Timothee Cour
2021-04-21
1
-4
/
+33
*
IC navigator: added support for include files (#17784)
Andreas Rumpf
2021-04-19
1
-1
/
+4
*
-d:nimDebug: calls doAssert false instead of quit (#17739)
Timothee Cour
2021-04-17
1
-2
/
+8
*
`import foo {.all.}` reboot (#17706)
Timothee Cour
2021-04-16
1
-1
/
+1
*
IC: first steps towards 'nim check --def --ic:on' (#17714)
Andreas Rumpf
2021-04-14
1
-1
/
+6
*
removing warning imported and not used debugutils (#17660)
rockcavera
2021-04-07
1
-1
/
+2
*
add compiler/debugutils.nim to help debugging compiler (#17652)
Timothee Cour
2021-04-06
1
-7
/
+16
*
Fixed embedded nimscript imports (#17425)
Jason Beetham
2021-03-28
1
-3
/
+4
*
fix #16973 ; nim doc now shows correct, canonical import name in title (#16999)
Timothee Cour
2021-03-23
1
-11
/
+18
*
followup #16067 --spellSuggest (#17401)
Timothee Cour
2021-03-17
1
-20
/
+18
*
fix #2844 #3911; add --spellsuggest to suggest symbols in scope with similar ...
Timothee Cour
2021-03-16
1
-0
/
+2
*
`--nilseqs` is now a deprecated noop (#17211)
Timothee Cour
2021-03-01
1
-1
/
+0
*
Display user hints/warnings from foreign packages (#17024)
Danil Yarantsev
2021-02-12
1
-1
/
+2
*
fix #16752: threadvar now works with importcpp types; osx now uses native TLS...
Timothee Cour
2021-01-27
1
-5
/
+6
*
IC: next steps (#16729)
Andreas Rumpf
2021-01-23
1
-2
/
+2
*
Deprecate TaintedString (#15423)
Juan Carlos
2021-01-15
1
-1
/
+0
*
IC: next steps (#16632)
Andreas Rumpf
2021-01-12
1
-2
/
+2
*
happy new year 2021 again (#16638)
Andrew
2021-01-08
1
-1
/
+1
*
big steps torwards an efficient, simple IC implementation (#16543)
Andreas Rumpf
2021-01-02
1
-0
/
+4
*
fix `hintProcessing` dots interference with `static:echo` and `hintCC`; add t...
Timothee Cour
2020-12-30
1
-1
/
+4
*
Nil type check implementation (#15287)
Alexander Ivanov
2020-12-29
1
-1
/
+2
[next]