summary refs log tree commit diff stats
path: root/compiler/sigmatch.nim
Commit message (Expand)AuthorAgeFilesLines
* fix trivial segfault in sigmatch for static types (#24196)metagn2024-09-291-1/+1
* Fix incorrect inheritance penalty for some objects (#24144)Ryan McConnell2024-09-201-1/+1
* fix inverted order of resolved `tyFromExpr` match (#24138)metagn2024-09-191-3/+3
* make `var`/pointer types not match if base type has to be converted (#24130)metagn2024-09-181-2/+14
* don't match arguments with typeclass type in generics (#24123)metagn2024-09-171-0/+5
* make sigmatch use prepareNode for tyFromExpr (#24095)metagn2024-09-111-3/+5
* fix regression with generic params in static type (#24075)metagn2024-09-091-0/+1
* adapt generic default parameters to recent generics changes (#24065)metagn2024-09-061-0/+7
* fully disable static paramTypesMatch for tyFromExpr in generics (#24049)metagn2024-09-031-5/+4
* handle explicit generic routine instantiations in sigmatch (#24010)metagn2024-09-021-15/+117
* remove fauxMatch for tyFromExpr, remove tyProxy and tyUnknown aliases (#24018)metagn2024-08-281-14/+9
* make int literals with range type match their base type better than other int...metagn2024-08-271-3/+10
* sem generic proc param types like generic types + static instantiation fixes ...metagn2024-08-261-15/+31
* generate symchoice for ambiguous types in templates & generics + handle types...metagn2024-08-251-1/+7
* fix error messages for wrongly typed generic param default values (#24006)metagn2024-08-231-4/+6
* sem all call nodes in generic type bodies + many required fixes (#23983)metagn2024-08-201-3/+7
* allow `untyped` arguments to fail to compile in overload mismatch error (#23984)metagn2024-08-201-6/+17
* Overload resultion with generic variables an inheritance (#23870)Ryan McConnell2024-07-241-25/+33
* Merge tyUncheckedArray with tySeq in typeRel (#23866)SirOlaf2024-07-201-10/+4
* bypass constraints for tyFromExpr in generic bodies (#23863)metagn2024-07-201-4/+9
* fixes 23823; array static overload - again (#23824)Ryan McConnell2024-07-111-0/+2
* fixes #23755; array static inference during overload resolution (#23760)Ryan McConnell2024-07-011-4/+3
* fixes a long standing bug with varargs type inference [backport] (#23720)Andreas Rumpf2024-06-141-1/+1
* fixes #22409; don't check style for enumFieldSymChoice in the function (#23580)ringabout2024-05-081-1/+1
* refactoring: no inheritance for PType/PSym (#23403)Andreas Rumpf2024-03-141-27/+27
* `varargs[typed]` should behave more like `typed` (#23303)Ryan McConnell2024-02-201-2/+21
* account for nil return type in tyProc sumGeneric (#23250)metagn2024-01-231-1/+2
* fix wrong subtype relation in tuples & infer some conversions (#23228)metagn2024-01-181-0/+6
* don't use previous bindings of `auto` for routine return types (#23207)metagn2024-01-171-41/+41
* delay resolved procvar check for proc params + acknowledge unresolved statics...metagn2024-01-111-6/+0
* Fixes #23172 (#23173)Ryan McConnell2024-01-061-1/+1
* Changing generic weight of `tyGenericParam` (#22143)Ryan McConnell2024-01-051-27/+36
* ambiguous identifier resolution (#23123)metagn2024-01-011-2/+2
* `typRel` and `sumGeneric` adjustments (#23137)Ryan McConnell2023-12-311-54/+46
* type refactor: part 4 (#23077)Andreas Rumpf2023-12-151-22/+22
* fixes yet another strictdefs bug (#23069)ringabout2023-12-151-1/+1
* Param match relax (#23033)Ryan McConnell2023-12-151-62/+75
* Overloads passed to static proc parameters now convert to the desired… (#23...Jason Beetham2023-12-141-1/+12
* type graph refactor; part 3 (#23064)Andreas Rumpf2023-12-141-13/+17
* type refactoring: part 2 (#23059)Andreas Rumpf2023-12-131-11/+11
* Typrel whitespace (#23061)Ryan McConnell2023-12-131-24/+1
* Types: Refactorings; step 1 (#23055)Andreas Rumpf2023-12-121-61/+72
* IC: progress and refactorings (#22961)Andreas Rumpf2023-11-201-5/+5
* prepare for the enforcement of `std` prefix (#22873)ringabout2023-10-291-2/+4
* Make `typeRel` behave to spec (#22261)Ryan McConnell2023-09-301-15/+60
* fixes #10542; suppresses varargs conversion warnings (#22757)ringabout2023-09-261-1/+1
* Fix #21742: Check generic alias depth before skip (#22443)SirOlaf2023-09-081-2/+6
* fully revert generic inst sym change, test #22646 (#22653)metagn2023-09-061-10/+2
* fix sym of created generic instantiation type (#22642)metagn2023-09-051-2/+10
* `initCandidate` and friends now return values (#22570)ringabout2023-08-281-36/+27