Chandler Carruth
|
4845f40dff
Switch `CARBON_CHECK` to a format string API (#4285)
|
1 yıl önce |
Richard Smith
|
187a3608df
Use `As` and `ImplicitAs` interfaces for conversions. (#4209)
|
1 yıl önce |
Richard Smith
|
ddfd4ad60d
Fix use-after-free bug in call argument conversion. (#4277)
|
1 yıl önce |
Richard Smith
|
891c7d8368
Enforce that the parse node for an instruction has the kind specified in the instruction definition (#4264)
|
1 yıl önce |
Jon Ross-Perkins
|
e62973a8ef
Address the LocIdAndInst::ReusingLoc TODO (#4211)
|
1 yıl önce |
Jon Ross-Perkins
|
0feb757de0
Add fields for extern to EntityWithParamsBase (#4206)
|
1 yıl önce |
Richard Smith
|
37a8bfa488
Refactor `ReturnTypeInfo` and `InitRepr`. (#4169)
|
1 yıl önce |
Richard Smith
|
3cb769a053
Rename "generic instance" to "specific" throughout the toolchain. (#4165)
|
1 yıl önce |
Jon Ross-Perkins
|
bf89652a4d
Move common entity fields to a 'base' struct. (#4161)
|
1 yıl önce |
Richard Smith
|
07bad72d86
Support for calling non-generic methods in a specific class. (#4156)
|
1 yıl önce |
Jon Ross-Perkins
|
a81d67c629
Rename Builtin to BuiltinInst, particularly to get BuiltinInstKind (#4115)
|
1 yıl önce |
Chandler Carruth
|
8992d22ab3
Port the toolchain to use the new Carbon hashtable (#4097)
|
1 yıl önce |
Jon Ross-Perkins
|
5bb318cae6
Switch AddInst struct init style. (#4012)
|
1 yıl önce |
Richard Smith
|
20c0322bbe
Rough support for calling a generic class name to form a class type. (#3939)
|
2 yıl önce |
Richard Smith
|
462bcd9f6e
Support explicit conversion between adapters and their adapted types. (#3889)
|
2 yıl önce |
Richard Smith
|
015c7c780c
Fix location of `converted` inst for explicit `as` conversion. (#3887)
|
2 yıl önce |
Jon Ross-Perkins
|
4ed0d95777
Switch check code to use CARBON_KIND_SWITCH (#3873)
|
2 yıl önce |
Jon Ross-Perkins
|
b5d28f2c4b
location -> loc abbreviation (#3826)
|
2 yıl önce |
Jon Ross-Perkins
|
b079acd86f
Replace NodeId with a hybrid LocationId in SemIR diagnostics. (#3810)
|
2 yıl önce |
Richard Smith
|
312d158bfc
Factor out CopyOnWriteBlock. (#3785)
|
2 yıl önce |
Jon Ross-Perkins
|
86a7c9ff45
Rename parse_node -> node_id (#3760)
|
2 yıl önce |
Richard Smith
|
f5a3a9a7e0
Add `Self` into scope in interface definitions and using facets as types. (#3740)
|
2 yıl önce |
Jon Ross-Perkins
|
7e7e87056a
Add diagnostic support to pass in NameId. (#3696)
|
2 yıl önce |
Jon Ross-Perkins
|
1bf4dc53d9
Add diagnostic support so that we can just pass in TypeId. (#3695)
|
2 yıl önce |
Richard Smith
|
7b933a1126
Fix crash attempting to convert a struct to an invalid class. (#3658)
|
2 yıl önce |
Jon Ross-Perkins
|
d25bae09d1
Clean up some semir uses that can use context accessors. (#3650)
|
2 yıl önce |
Jon Ross-Perkins
|
9e3c4a3ef1
Reduce a few cases of retrieving the parse node for conditional diagnostics. (#3620)
|
2 yıl önce |
Richard Smith
|
b138c90c9e
Use constant evaluation to determine the identity of types. (#3617)
|
2 yıl önce |
Richard Smith
|
d712bf12a6
Remove parse nodes from constants. (#3599)
|
2 yıl önce |
Jon Ross-Perkins
|
f5e9158fa7
Support passing an InstId for check diagnostics. (#3597)
|
2 yıl önce |