Commit History

Author SHA1 Message Date
  Dana Jansens 6dbcc78e6c Rewrite symbolic constants in generic redeclarations (#5154) 1 year ago
  Jon Ross-Perkins 832c6398d6 Reduce explicit SemIR::LocIdAndInst construction (#5153) 1 year ago
  Geoff Romer d264f14027 Clean up handling of `Call` params (#5061) 1 year ago
  David Blaikie f97f1a3e11 Add error for virtual member function without self (#5005) 1 year ago
  josh11b 3ebd098597 Completing a type no longer ignores facet types (#5004) 1 year ago
  josh11b eb69d7420e First iteration of completing and resolving facet types (#4920) 1 year ago
  Dana Jansens d5f3d3365a Allow checking to continue after 'impl as' outside class (#4937) 1 year ago
  Jon Ross-Perkins 311b4ff03d Refactor AddInst-family functions to their own file (#4941) 1 year ago
  Jon Ross-Perkins dc8f47e6ad Move type functions off Context (#4951) 1 year ago
  Geoff Romer f502e8d6ff Avoid speculatively pushing a pattern block in impl handling (#4943) 1 year ago
  Jon Ross-Perkins afef6cd940 Refactor name lookup logic out of Context (#4930) 1 year ago
  Dana Jansens d6ce8f192d Don't use an impl when 'extend impl' is an error (#4935) 1 year ago
  josh11b 50b3c825e4 Handle `extend impl` in function body (#4924) 1 year ago
  josh11b 5abe5a3c21 Stop allowing `impl` redeclarations to differ syntactically in `where` clause (#4850) 1 year ago
  Geoff Romer 96256652c5 Use FullPatternStack instead of node stack for binding context (#4829) 1 year ago
  Jon Ross-Perkins 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 year ago
  Geoff Romer 13434f0e8a Model `var` as a pattern operator (#4720) 1 year ago
  Jon Ross-Perkins d958caaff3 Refactor CheckIsAllowedRedecl and stop function definition merging (#4800) 1 year ago
  Jon Ross-Perkins 9dc450e0af Stop merging invalid impl redefinitions (#4798) 1 year ago
  josh11b 230a8ee598 Support associated constants in impl witnesses (#4770) 1 year ago
  josh11b 1d379ff7f8 Syntactic `impl` declaration matching updates (#4762) 1 year ago
  Boaz Brickner 72e594dfd0 Do not try to recover from using impl outside class error (#4755) 1 year ago
  josh11b c5fd8f42b8 `ImplWitness` (#4679) 1 year ago
  josh11b 1a5107efa4 Clarify the logic for invalid impl redeclarations (#4738) 1 year ago
  josh11b 01ca9f05dd `has_definition_started` accessor for entities (#4730) 1 year ago
  josh11b 5169a1862e Require a definition in the same file as an `impl` declaration (#4719) 1 year ago
  josh11b 85ea848879 Fix syntactic match of impl decl to definition (#4709) 1 year ago
  Richard Smith 042ac39426 Pacify CHECK failure on invalid code. (#4665) 1 year ago
  Richard Smith 92201ceb10 Rename various `TryToCompleteType` functions to better describe what they do. (#4658) 1 year ago
  Richard Smith eabe9f117a Track complete types required by a generic. (#4652) 1 year ago