提交歷史

作者 SHA1 備註 提交日期
  Jon Ross-Perkins afef6cd940 Refactor name lookup logic out of Context (#4930) 1 年之前
  Boaz Brickner 1aa6573d4e When diagnosing poisoned name, point to the declared name instead of the entire declaration (#4938) 1 年之前
  Boaz Brickner c67920e631 When diagnosing name used before declared, set the location of the usage (#4860) 1 年之前
  Boaz Brickner f4e19f4390 Change `DeclNameStack::LookupOrAddName()` to return `SemIR::ScopeLookupResult` instead of a `pair` (#4852) 1 年之前
  Boaz Brickner 3d39ab67bf Wrap lookup result in a new `ScopeLookupResult` (#4831) 1 年之前
  Jon Ross-Perkins 9c0faf007e Invalid comment cleanup (#4836) 1 年之前
  Jon Ross-Perkins 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 年之前
  Richard Smith 0d70091bda Fix introduction of class and interface names in local scopes. (#4793) 1 年之前
  Boaz Brickner 74395ce693 Change name poisoning implementation to allow better diagnostics (#4764) 1 年之前
  Boaz Brickner 9c8773da1b Basic name poisoning support (#4654) 1 年之前
  Richard Smith 758b6c42ba Produce a note indicating where the specific was used from if monomorphization fails. (#4662) 1 年之前
  Boaz Brickner daba2c72cf [NFC] Convert NameScope from struct to class (#4623) 1 年之前
  Boaz Brickner a297eef2d5 [NFC] In DeclNameStack::AddName(), use NameScope::AddRequired() instead of duplicating its logic (#4610) 1 年之前
  Geoff Romer 9d942f4633 Generate parameter pattern-match IR from pattern IR (#4388) 1 年之前
  Richard Smith b274622228 Improve infrastructure for formatting types in diagnostics. (#4374) 1 年之前
  Jon Ross-Perkins e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 年之前
  Chandler Carruth 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 年之前
  Richard Smith a4fe9be2e4 Resolve the definition of the self specific when re-entering its scope for an inline method definition. (#4281) 1 年之前
  Richard Smith 3cb769a053 Rename "generic instance" to "specific" throughout the toolchain. (#4165) 1 年之前
  Jon Ross-Perkins bf89652a4d Move common entity fields to a 'base' struct. (#4161) 1 年之前
  Richard Smith a0973f4f47 When reentering an interface scope, reintroduce the `Self` parameter. (#4162) 1 年之前
  Jon Ross-Perkins db022658c6 Implement syntactic merge checks for parameters. (#4149) 1 年之前
  Richard Smith fe359b1a08 Substitute into generic class and interface definitions when we require them to be fully defined. (#4139) 1 年之前
  Richard Smith 50d56aa7c9 Add an instruction to represent a use of a dependent value from a generic instance. (#4122) 1 年之前
  Chandler Carruth 8992d22ab3 Port the toolchain to use the new Carbon hashtable (#4097) 1 年之前
  Chandler Carruth b70cfd0be9 Remove another hashtable iteraiton order dependency. (#4070) 1 年之前
  Richard Smith 9029cac727 Remove `inst_id` from the public interface of `ConstantId`. (#4053) 1 年之前
  Jon Ross-Perkins 807a3f1370 Add namespace-scoped private keyword support. (#4026) 1 年之前
  Richard Smith 7792e5fce3 Support out-of-line definitions of members of generic classes and interfaces. (#4029) 1 年之前
  Jon Ross-Perkins d9c62b106d Rename enclosing scope to parent scope (#4020) 1 年之前