Boaz Brickner
|
65180a77c3
Use designated initializers in import.cpp (#4883)
|
hace 1 año |
Boaz Brickner
|
3d39ab67bf
Wrap lookup result in a new `ScopeLookupResult` (#4831)
|
hace 1 año |
Jon Ross-Perkins
|
6b5eb1a101
Id::Invalid -> Id::None (#4834)
|
hace 1 año |
Boaz Brickner
|
c304e73857
When adding a namespace, explicitly unpoison an optimistically poisoned name (#4826)
|
hace 1 año |
Richard Smith
|
6bc36b045f
Rearrange name poisoning logic to do a little less work. (#4766)
|
hace 1 año |
Boaz Brickner
|
74395ce693
Change name poisoning implementation to allow better diagnostics (#4764)
|
hace 1 año |
Boaz Brickner
|
9c8773da1b
Basic name poisoning support (#4654)
|
hace 1 año |
Boaz Brickner
|
daba2c72cf
[NFC] Convert NameScope from struct to class (#4623)
|
hace 1 año |
Jon Ross-Perkins
|
1cba3328f7
Finish removing BuiltinInstKind (#4637)
|
hace 1 año |
Jon Ross-Perkins
|
efab39cbd9
Remove InstId::Builtin members (#4632)
|
hace 1 año |
Richard Smith
|
80a3dc83bc
Fix impl lookup to properly look in the IR containing a transitively-imported entity. (#4625)
|
hace 1 año |
Jon Ross-Perkins
|
e7aebbe581
Update basic diagnostic capitalization/punctuation (#4328)
|
hace 1 año |
David Blaikie
|
ff1cc43f44
Apply `is_closed_import` to imported namespaces (#4312)
|
hace 1 año |
Chandler Carruth
|
4845f40dff
Switch `CARBON_CHECK` to a format string API (#4285)
|
hace 1 año |
Richard Smith
|
891c7d8368
Enforce that the parse node for an instruction has the kind specified in the instruction definition (#4264)
|
hace 1 año |
Jon Ross-Perkins
|
bf89652a4d
Move common entity fields to a 'base' struct. (#4161)
|
hace 1 año |
Jon Ross-Perkins
|
7ded56ef35
Improve namespace handling in imports. (#4153)
|
hace 1 año |
Geoff Romer
|
326609857d
Rename BindNameInfo to EntityName (#4090)
|
hace 1 año |
Jon Ross-Perkins
|
5ebcbae2e8
Add a location to indirect imports. (#4098)
|
hace 1 año |
Chandler Carruth
|
8992d22ab3
Port the toolchain to use the new Carbon hashtable (#4097)
|
hace 1 año |
Jon Ross-Perkins
|
3f78e1d068
Change implicit import handling to be namespace-oriented. (#4089)
|
hace 1 año |
Chandler Carruth
|
b70cfd0be9
Remove another hashtable iteraiton order dependency. (#4070)
|
hace 1 año |
Jon Ross-Perkins
|
807a3f1370
Add namespace-scoped private keyword support. (#4026)
|
hace 1 año |
Jon Ross-Perkins
|
d9c62b106d
Rename enclosing scope to parent scope (#4020)
|
hace 1 año |
Jon Ross-Perkins
|
5bb318cae6
Switch AddInst struct init style. (#4012)
|
hace 1 año |
Jon Ross-Perkins
|
d4025dc6c4
Handle merging of conflicting 'export name' cross-package imports. (#3973)
|
hace 1 año |
Jon Ross-Perkins
|
41a84222c2
Unify handling of transitive imports between current and other packages. (#3971)
|
hace 1 año |
Jon Ross-Perkins
|
03e3a72628
Rename Directive->Decl in general, BindExport->ExportDecl (#3957)
|
hace 1 año |
Jon Ross-Perkins
|
69c7012cbe
Add support for combining conflicting exported names. (#3954)
|
hace 1 año |
Jon Ross-Perkins
|
40b2217421
Initial 'export name' handling. (#3949)
|
hace 1 año |