Commit History

Author SHA1 Message Date
  Boaz Brickner 74395ce693 Change name poisoning implementation to allow better diagnostics (#4764) 1 year ago
  Boaz Brickner 9c8773da1b Basic name poisoning support (#4654) 1 year ago
  Richard Smith 758b6c42ba Produce a note indicating where the specific was used from if monomorphization fails. (#4662) 1 year ago
  Boaz Brickner daba2c72cf [NFC] Convert NameScope from struct to class (#4623) 1 year ago
  Boaz Brickner a297eef2d5 [NFC] In DeclNameStack::AddName(), use NameScope::AddRequired() instead of duplicating its logic (#4610) 1 year ago
  Geoff Romer 9d942f4633 Generate parameter pattern-match IR from pattern IR (#4388) 1 year ago
  Richard Smith b274622228 Improve infrastructure for formatting types in diagnostics. (#4374) 1 year ago
  Jon Ross-Perkins e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 year ago
  Chandler Carruth 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) 1 year ago
  Richard Smith a4fe9be2e4 Resolve the definition of the self specific when re-entering its scope for an inline method definition. (#4281) 1 year ago
  Richard Smith 3cb769a053 Rename "generic instance" to "specific" throughout the toolchain. (#4165) 1 year ago
  Jon Ross-Perkins bf89652a4d Move common entity fields to a 'base' struct. (#4161) 1 year ago
  Richard Smith a0973f4f47 When reentering an interface scope, reintroduce the `Self` parameter. (#4162) 1 year ago
  Jon Ross-Perkins db022658c6 Implement syntactic merge checks for parameters. (#4149) 1 year ago
  Richard Smith fe359b1a08 Substitute into generic class and interface definitions when we require them to be fully defined. (#4139) 1 year ago
  Richard Smith 50d56aa7c9 Add an instruction to represent a use of a dependent value from a generic instance. (#4122) 1 year ago
  Chandler Carruth 8992d22ab3 Port the toolchain to use the new Carbon hashtable (#4097) 1 year ago
  Chandler Carruth b70cfd0be9 Remove another hashtable iteraiton order dependency. (#4070) 1 year ago
  Richard Smith 9029cac727 Remove `inst_id` from the public interface of `ConstantId`. (#4053) 1 year ago
  Jon Ross-Perkins 807a3f1370 Add namespace-scoped private keyword support. (#4026) 1 year ago
  Richard Smith 7792e5fce3 Support out-of-line definitions of members of generic classes and interfaces. (#4029) 1 year ago
  Jon Ross-Perkins d9c62b106d Rename enclosing scope to parent scope (#4020) 1 year ago
  Jon Ross-Perkins 517a416852 Clean up some misc toolchain braced inits. (#4013) 1 year ago
  Richard Smith ed6d2baa99 Refactor application of name qualifiers in decl name stack. (#4008) 1 year ago
  Richard Smith 28cefe98df Factor out pushing / popping of names plus parameters. (#4005) 1 year ago
  Richard Smith 28170c7867 Parse parameters in name qualifiers. (#3988) 1 year ago
  Jon Ross-Perkins 73f8490660 On NameContext, rename enclosing_scope and target_scope_id. (#3948) 2 years ago
  Jon Ross-Perkins 92fa0ac1ac Remove ImportRefUsed (#3934) 2 years ago
  Jon Ross-Perkins f9a4371aca Refactor name addition, particularly for associated entities. (#3924) 2 years ago
  Jon Ross-Perkins 4ed0d95777 Switch check code to use CARBON_KIND_SWITCH (#3873) 2 years ago