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
*
fixes #20740; fixes pre-existing field visibility issues and removes `efSkipF...
ringabout
2022-11-03
4
-10
/
+7
*
fix sighashes for generic ref (#20723)
Jacek Sieka
2022-11-01
1
-1
/
+2
*
fix semcase on tySequence and tyObject #20283 #19682 (#20339)
Bung
2022-11-01
3
-8
/
+12
*
refactor os imports into corresponding small modules (#20720)
ringabout
2022-11-01
1
-1
/
+2
*
fix #20272 range of uint64 shows signed upper bound (#20702)
Bung
2022-11-01
1
-1
/
+4
*
fixes #20715; range[a..b] inside object variant fails (#20716)
ringabout
2022-10-31
1
-5
/
+6
*
fix closure iter state table init type [backport] (#20717)
Jacek Sieka
2022-10-31
1
-1
/
+1
*
fix dispatcher call type [backport] (#20696)
Jacek Sieka
2022-10-29
1
-0
/
+1
*
fix #20148 implicit compile time conversion int to ranged float cause… (#20...
Bung
2022-10-29
1
-1
/
+4
*
alternate fix + test for #12094, refs #13804 (#20686)
metagn
2022-10-29
2
-3
/
+2
*
fixes #20681; add efSkipFieldVisibilityCheck to skip check (#20639)
ringabout
2022-10-28
4
-18
/
+22
*
fixes type check of ranges for default fields (#20660)
ringabout
2022-10-27
1
-2
/
+4
*
int128.nim fix warnings (#20666)
Juan Carlos
2022-10-27
1
-5
/
+4
*
fix #6637 array index type depends generic (#20673)
Bung
2022-10-27
1
-1
/
+1
*
fixes #19201; fixes sink causes crash in VM (#20658)
ringabout
2022-10-25
1
-1
/
+1
*
fix #12094 Use of _ (as var placeholder) inside a template causes XDe… (#20...
Bung
2022-10-25
1
-1
/
+2
*
add type check for default fields (#20652)
ringabout
2022-10-25
1
-2
/
+10
*
fixes #1027; disallow templates to use ambiguous identifiers (#20631)
ringabout
2022-10-24
1
-0
/
+2
*
fixes #20645 (#20646)
Andreas Rumpf
2022-10-24
2
-6
/
+13
*
Added 'openArray[char]' overloads to 'std/parseutils' (#20527)
Jason Beetham
2022-10-24
2
-8
/
+22
*
fixes #19278; make `privateAccess` work with generic ref object (#20640)
ringabout
2022-10-24
1
-2
/
+2
*
borrowed procs can have a body now for documentation generation (#20617)
ringabout
2022-10-24
1
-2
/
+3
*
Fix double defer with break in closureiterators [backport] (#20630)
Tanguy
2022-10-24
1
-0
/
+2
*
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
[next]