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
*
fix trivial segfault in sigmatch for static types (#24196)
metagn
2024-09-29
1
-1
/
+1
*
Fix incorrect inheritance penalty for some objects (#24144)
Ryan McConnell
2024-09-20
1
-1
/
+1
*
fix inverted order of resolved `tyFromExpr` match (#24138)
metagn
2024-09-19
1
-3
/
+3
*
make `var`/pointer types not match if base type has to be converted (#24130)
metagn
2024-09-18
1
-2
/
+14
*
don't match arguments with typeclass type in generics (#24123)
metagn
2024-09-17
1
-0
/
+5
*
make sigmatch use prepareNode for tyFromExpr (#24095)
metagn
2024-09-11
1
-3
/
+5
*
fix regression with generic params in static type (#24075)
metagn
2024-09-09
1
-0
/
+1
*
adapt generic default parameters to recent generics changes (#24065)
metagn
2024-09-06
1
-0
/
+7
*
fully disable static paramTypesMatch for tyFromExpr in generics (#24049)
metagn
2024-09-03
1
-5
/
+4
*
handle explicit generic routine instantiations in sigmatch (#24010)
metagn
2024-09-02
1
-15
/
+117
*
remove fauxMatch for tyFromExpr, remove tyProxy and tyUnknown aliases (#24018)
metagn
2024-08-28
1
-14
/
+9
*
make int literals with range type match their base type better than other int...
metagn
2024-08-27
1
-3
/
+10
*
sem generic proc param types like generic types + static instantiation fixes ...
metagn
2024-08-26
1
-15
/
+31
*
generate symchoice for ambiguous types in templates & generics + handle types...
metagn
2024-08-25
1
-1
/
+7
*
fix error messages for wrongly typed generic param default values (#24006)
metagn
2024-08-23
1
-4
/
+6
*
sem all call nodes in generic type bodies + many required fixes (#23983)
metagn
2024-08-20
1
-3
/
+7
*
allow `untyped` arguments to fail to compile in overload mismatch error (#23984)
metagn
2024-08-20
1
-6
/
+17
*
Overload resultion with generic variables an inheritance (#23870)
Ryan McConnell
2024-07-24
1
-25
/
+33
*
Merge tyUncheckedArray with tySeq in typeRel (#23866)
SirOlaf
2024-07-20
1
-10
/
+4
*
bypass constraints for tyFromExpr in generic bodies (#23863)
metagn
2024-07-20
1
-4
/
+9
*
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
[next]