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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unpack mSlice tupleconstr for static openarrays (#20615)
Jason Beetham
2022-10-22
1
-0
/
+21
*
fixes a strict case object problem that has been reported on the forum (#20614)
Andreas Rumpf
2022-10-21
1
-1
/
+4
*
fix #20152 Illegal capture of closure iterator, when should be legal (#20607)
Bung
2022-10-21
1
-1
/
+1
*
fix #19349 incompatible type when mixing float32 and cfloat in generics (#20551)
Bung
2022-10-21
1
-1
/
+2
*
fix #19426 compile error using when/elif/else and typedesc in template (#20550)
Bung
2022-10-21
1
-0
/
+1
*
implemented strictCaseObjects (#20608)
Andreas Rumpf
2022-10-21
3
-6
/
+11
*
Implemented `mSlice` on the VM allowing `toOpenArray` to work at compile time...
Jason Beetham
2022-10-20
3
-30
/
+166
*
change vm imports after bootstrapping (#20602)
ringabout
2022-10-20
1
-1
/
+2
*
[std/os] split and re-export (#20593)
ringabout
2022-10-20
1
-3
/
+6
*
[backport] Handle nkOpenSymChoice for nkAccQuoted in considerQuotedIdent (#20...
SirOlaf
2022-10-18
1
-0
/
+5
*
refactor envvars, oserrors; register vmops (#20592)
ringabout
2022-10-18
1
-7
/
+10
*
fixes #20572 (#20585)
Andreas Rumpf
2022-10-17
23
-69
/
+85
*
Fix #12517 Allow single branch when nimvm statements (#20577)
Can Lehmann
2022-10-17
1
-3
/
+6
*
Fix "imported but not used" warnings (#20575)
Andrey Makarov
2022-10-16
6
-7
/
+7
*
fixes #20515; base `method` requires explicit `{.gcsafe.}` to be GC-safe (#20...
ringabout
2022-10-16
1
-4
/
+12
*
fixes #19162; enable `strictEffects` for v2 (#19380)
ringabout
2022-10-15
3
-9
/
+6
*
fix #19700 Crash when passing a template to a generic functio… (#20567)
Bung
2022-10-15
1
-0
/
+2
*
fix #8821 JS codegen can produce extreme switch statements with case … (#20...
Bung
2022-10-14
1
-6
/
+1
*
fixes #3748 (#20563)
Andreas Rumpf
2022-10-14
2
-4
/
+5
*
fixes #20553; don't format code for stropping identifier (#20561) [backport]
ringabout
2022-10-13
1
-5
/
+9
*
fix #18136 tests/proc/t17157.nim now gives SIGSEGV instead of error (#20555)
Bung
2022-10-13
1
-0
/
+1
*
fix #18990 Regression in proc symbol resolution; Error: attempting to… (#20...
Bung
2022-10-12
1
-2
/
+2
*
Return error message in output of gorge/staticExec. (#18942)
Dominik Picheta
2022-10-12
1
-2
/
+9
*
fix #7446 Generics: type mismatch 'SomeunsignedInt or Natural' (#20522)
Bung
2022-10-11
1
-2
/
+1
*
'lock levels' are deprecated, now a noop (#20539)
ringabout
2022-10-11
10
-159
/
+12
*
time to make IC work with ORC (here we go again...) (#20538)
Andreas Rumpf
2022-10-11
3
-11
/
+40
*
refactorings (#20536)
Andreas Rumpf
2022-10-10
9
-16
/
+16
*
Make rstgen work with gcsafe (#20534)
ringabout
2022-10-10
4
-5
/
+9
*
Automatic dereferencing is removed (#20531)
ringabout
2022-10-10
3
-28
/
+1
*
fix #18886 crash on ambiguous proc cast (#20472)
Bung
2022-10-10
2
-2
/
+11
*
fixes #20524; add forbids pragmas to hideable lists (#20525)
ringabout
2022-10-09
1
-1
/
+1
*
out parameters: enforce that 'out' is only used as a parameter (#20510)
Andreas Rumpf
2022-10-07
1
-0
/
+2
*
remove implicit let/var default initialization (#20508)
ringabout
2022-10-07
1
-11
/
+0
*
DAA and 'out' parameters (#20506)
Andreas Rumpf
2022-10-06
13
-49
/
+76
*
correct grammar (ref #20199) and add check for grammar.txt (#20494)
ringabout
2022-10-06
1
-10
/
+27
*
Fix/improve handling of forward declarations in nimsuggest (#20493)
Ivan Yonchovski
2022-10-06
3
-4
/
+5
*
cleanup nfFirstWrite flags (#20500)
Andreas Rumpf
2022-10-05
5
-6
/
+5
*
fixes #19231; newFinalize doesn't work with ORC (#20291)
ringabout
2022-10-05
1
-31
/
+28
*
add default field support for object in ARC/ORC (#20480)
ringabout
2022-10-04
13
-77
/
+266
*
[ARC] fixes #18645; C Compiler error when initializing {.global.} with a bloc...
ringabout
2022-10-03
1
-12
/
+17
*
pragma for sfCallsite instead of name check + better semantics, test (#20464)
metagn
2022-10-03
8
-17
/
+19
*
fixes nim check with orc (#20456)
ringabout
2022-10-02
1
-0
/
+4
*
disable threads when booting the compiler (#20478)
ringabout
2022-10-02
1
-0
/
+1
*
Fix #19224 For loops over a hardcoded empty array crash the compiler (#20476)
Bung
2022-10-01
1
-0
/
+3
*
fix #19678 Broken behavior with string ranges in case labels (#20475)
Bung
2022-10-01
1
-0
/
+2
*
new move analyser2 (#20471)
Andreas Rumpf
2022-10-01
10
-670
/
+439
*
closed ambiguous enum defaults to first overload (#20457)
metagn
2022-10-01
5
-6
/
+23
*
remove hack for deprecated csize in compiler (#20463)
metagn
2022-10-01
1
-2
/
+1
*
add plausibleAnalytics support for koch docs[backport:1.6] (#20454)
ringabout
2022-09-30
1
-0
/
+8
*
koch boot compiler with orc (#20467)
ringabout
2022-09-30
2
-2
/
+1
[next]