Dana Jansens
|
917a6ea971
Add an interface-with-self generic to each interface and same for constraints (#6667)
|
2 months ago |
Geoff Romer
|
1c885a629e
Format FormType as "Core.Form" (#6734)
|
2 months ago |
Richard Smith
|
de0ad6730f
Fix crash if a member of `std::string_view` is found in a derived class. (#6604)
|
3 months ago |
Geoff Romer
|
4329a83e4c
Form-aware textual format for return parameters and arguments (#6588)
|
3 months ago |
Geoff Romer
|
e1ec8d42d1
Give `ReturnExpr` a target only when initialization is in-place (#6570)
|
3 months ago |
Geoff Romer
|
6985ecb1d4
Replace GetCurrentReturnSlot with GetReturnedVarParam (#6571)
|
3 months ago |
Geoff Romer
|
505b1c86b9
Initial support for return forms (#6556)
|
3 months ago |
Jon Ross-Perkins
|
c5eba90317
Change `Destroy` to use a `CustomWitness` instead of a blanket impl (#6512)
|
4 months ago |
Jon Ross-Perkins
|
47e551141f
Change the package namespace to use the package name (#6495)
|
4 months ago |
Richard Smith
|
154e4012c4
Include the parent scope when fingerprinting an entity name. (#6473)
|
4 months ago |
Richard Smith
|
13fbe3c1f3
Allow interop with classes with virtual base classes. (#6413)
|
5 months ago |
Jon Ross-Perkins
|
42e2280150
Clean up singleton TypeId use (#6300)
|
6 months ago |
Geoff Romer
|
0811d996e1
Finish renaming BindName and related insts. (#6281)
|
6 months ago |
Richard Smith
|
6011040481
Rework handling of C++ references. (#6268)
|
6 months ago |
Geoff Romer
|
09710d102f
Separate binding insts for refs and values (#6235)
|
6 months ago |
Boaz Brickner
|
5f561282eb
Properly set the name for C++ overload set instructions in SemIR (#6156)
|
7 months ago |
Boaz Brickner
|
16999a79cc
Fix a crash caused by a bug introduced in C++ overloads support in `GetScopeIdOffset()` (#6151)
|
7 months ago |
Ivana Ivanovska
|
a24598f069
Lower CppOverloadSetValue (#6101)
|
7 months ago |
Jon Ross-Perkins
|
47081be67a
Reduce test sensitivity to small import loc changes (#6145)
|
7 months ago |
Richard Smith
|
949ec17da2
Improve interop for classes with multiple inheritance. (#6130)
|
7 months ago |
Dana Jansens
|
82679e6689
Make BindSymbolicName the canonical form of a FacetValue wrapping the BindSymbolicName (#6107)
|
7 months ago |
Richard Smith
|
ca40e9d693
Support making method calls to C++ overload sets. (#6069)
|
7 months ago |
Jon Ross-Perkins
|
5e3bb523f8
Add builtin functions for destroy, with special requirements in facet types (#6035)
|
7 months ago |
Ivana Ivanovska
|
12ddfb9c7c
[Carbon/C++ interop] Add support for C++ overloaded functions (#5891)
|
7 months ago |
Richard Smith
|
d60900cbeb
Remove special case for returning value expressions by copy (#6052)
|
7 months ago |
Richard Smith
|
cb5e2e1597
Improve support for qualification conversions. (#5999)
|
8 months ago |
Richard Smith
|
82ba1a43a1
Support for importing C++ enum types. (#5978)
|
8 months ago |
Richard Smith
|
8c9080801c
Support for building thunks for C++ methods. (#5972)
|
8 months ago |
Richard Smith
|
b320ea77ec
Improve source location in an import error. (#5887)
|
9 months ago |
Richard Smith
|
ae16014df8
Don't import a C++ class definition until the class is required to be complete. (#5865)
|
9 months ago |