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
/
sigmatch.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes 23823; array static overload - again (#23824)
Ryan McConnell
2024-07-11
1
-0
/
+2
*
fixes #23755; array static inference during overload resolution (#23760)
Ryan McConnell
2024-07-01
1
-4
/
+3
*
fixes a long standing bug with varargs type inference [backport] (#23720)
Andreas Rumpf
2024-06-14
1
-1
/
+1
*
fixes #22409; don't check style for enumFieldSymChoice in the function (#23580)
ringabout
2024-05-08
1
-1
/
+1
*
refactoring: no inheritance for PType/PSym (#23403)
Andreas Rumpf
2024-03-14
1
-27
/
+27
*
`varargs[typed]` should behave more like `typed` (#23303)
Ryan McConnell
2024-02-20
1
-2
/
+21
*
account for nil return type in tyProc sumGeneric (#23250)
metagn
2024-01-23
1
-1
/
+2
*
fix wrong subtype relation in tuples & infer some conversions (#23228)
metagn
2024-01-18
1
-0
/
+6
*
don't use previous bindings of `auto` for routine return types (#23207)
metagn
2024-01-17
1
-41
/
+41
*
delay resolved procvar check for proc params + acknowledge unresolved statics...
metagn
2024-01-11
1
-6
/
+0
*
Fixes #23172 (#23173)
Ryan McConnell
2024-01-06
1
-1
/
+1
*
Changing generic weight of `tyGenericParam` (#22143)
Ryan McConnell
2024-01-05
1
-27
/
+36
*
ambiguous identifier resolution (#23123)
metagn
2024-01-01
1
-2
/
+2
*
`typRel` and `sumGeneric` adjustments (#23137)
Ryan McConnell
2023-12-31
1
-54
/
+46
*
type refactor: part 4 (#23077)
Andreas Rumpf
2023-12-15
1
-22
/
+22
*
fixes yet another strictdefs bug (#23069)
ringabout
2023-12-15
1
-1
/
+1
*
Param match relax (#23033)
Ryan McConnell
2023-12-15
1
-62
/
+75
*
Overloads passed to static proc parameters now convert to the desired… (#23...
Jason Beetham
2023-12-14
1
-1
/
+12
*
type graph refactor; part 3 (#23064)
Andreas Rumpf
2023-12-14
1
-13
/
+17
*
type refactoring: part 2 (#23059)
Andreas Rumpf
2023-12-13
1
-11
/
+11
*
Typrel whitespace (#23061)
Ryan McConnell
2023-12-13
1
-24
/
+1
*
Types: Refactorings; step 1 (#23055)
Andreas Rumpf
2023-12-12
1
-61
/
+72
*
IC: progress and refactorings (#22961)
Andreas Rumpf
2023-11-20
1
-5
/
+5
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-2
/
+4
*
Make `typeRel` behave to spec (#22261)
Ryan McConnell
2023-09-30
1
-15
/
+60
*
fixes #10542; suppresses varargs conversion warnings (#22757)
ringabout
2023-09-26
1
-1
/
+1
*
Fix #21742: Check generic alias depth before skip (#22443)
SirOlaf
2023-09-08
1
-2
/
+6
*
fully revert generic inst sym change, test #22646 (#22653)
metagn
2023-09-06
1
-10
/
+2
*
fix sym of created generic instantiation type (#22642)
metagn
2023-09-05
1
-2
/
+10
*
`initCandidate` and friends now return values (#22570)
ringabout
2023-08-28
1
-36
/
+27
*
Markdown code blocks migration part 9 (#22506)
Amjad Ben Hedhili
2023-08-19
1
-1
/
+1
*
unpublic the sons field of PType; the precursor to PType refactorings (#22446)
ringabout
2023-08-11
1
-10
/
+9
*
`initNodeTable` and friends now return (#22444)
ringabout
2023-08-11
1
-2
/
+2
*
Fix #5780 (#22428)
Bung
2023-08-09
1
-1
/
+1
*
fix #18823 Passing Natural to bitops.BitsRange[T] parameter in generi… (#20...
Bung
2023-08-08
1
-2
/
+6
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-6
/
+19
*
fix #20883 Unspecified generic on default value segfaults the compiler (#21172)
Bung
2023-08-04
1
-0
/
+5
*
Fix crash when using uninstantiated generic (#22379)
Jake Leahy
2023-08-04
1
-0
/
+2
*
Expands codegenDecl to work in function params. fixes #22306 (#22307)
Juan M Gómez
2023-07-23
1
-1
/
+1
*
fixes #22138 (#22221)
Andreas Rumpf
2023-07-04
1
-2
/
+7
*
fix nested call regression in generic bodies (#22189)
metagn
2023-06-29
1
-0
/
+11
*
make `var object` match better than `object` (#22152)
metagn
2023-06-25
1
-1
/
+3
*
fixes #22049; fixes #22054; implicit conversion keeps varness (#22097)
ringabout
2023-06-16
1
-1
/
+7
*
fix calls in generic bodies, delay typecheck when no overloads match (#22029)
metagn
2023-06-13
1
-1
/
+7
*
clean up isNilConversion for seqs, strings (#22057)
ringabout
2023-06-09
1
-7
/
+1
*
make `proc` not implicitly convert to `pointer` with a preview define (#21953)
metagn
2023-05-30
1
-1
/
+4
*
refactoring in preparation for better, simpler name mangling that wor… (#21...
Andreas Rumpf
2023-04-24
1
-2
/
+2
*
fix iterator equality + add test for proc equality + fix sameType (#21707)
metagn
2023-04-23
1
-1
/
+1
*
actually fix #19015 (#21680)
metagn
2023-04-17
1
-1
/
+3
*
revert #21227 (#21681)
metagn
2023-04-17
1
-6
/
+2
[next]