Commit History

Author SHA1 Message Date
  Dana Jansens 32aa7cb1fa Make identifying a facet type an operation on a (self+facet type) pair (#6592) 3 months ago
  Dana Jansens 3a7c44c5c4 Check required implementations when an enclosing interface is implemented (#6522) 4 months ago
  Jon Ross-Perkins c5eba90317 Change `Destroy` to use a `CustomWitness` instead of a blanket impl (#6512) 4 months ago
  Dana Jansens efec4e4658 Move generic stack operations into handle_impl.cpp (Refactor Impl construction 8/7) (#6484) 4 months ago
  Jon Ross-Perkins 25f63140e6 Refactor CppWitness as CustomWitness (#6491) 4 months ago
  Dana Jansens fbcaf34494 Defer RequireCompleteType to impl definition (Refactor Impl construction 7/7) (#6470) 4 months ago
  Dana Jansens 463ba0e1db Clean up helpers for GetOrAddImpl (Refactor Impl construction 5/7 and 6/7) (#6469) 4 months ago
  Dana Jansens b07b8a122a Make StartImplDecl into a more explicit GetOrAddImpl (Refactor Impl construction 2/7) (#6466) 4 months ago
  Dana Jansens 2d38978756 Diagnose explicit `Self` in extend in the parse node handler (Refactor Impl construction 1/7) (#6465) 4 months ago
  Richard Smith 372f632d9d Implement support for copying C++ classes. (#6434) 5 months ago
  Jon Ross-Perkins ef748ab36d Factor out an impl declaration helper function (#5851) 9 months ago
  Dana Jansens 90898a8e19 Avoid witnesses in redecls when handling errors in handle_impl (#5409) 1 year ago
  Richard Smith 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 year ago
  Dana Jansens 0e8d354567 Split the witness table into a separate ImplWitnessTable instruction (#5272) 1 year ago
  Dana Jansens 76c68153a2 Look for final impl when accessing associated constant in facet (#5269) 1 year ago
  Dana Jansens d07f70cfb3 Add insts for witness table entries that are unset or associated constants (#5255) 1 year ago
  josh11b bc439ad092 Forward `impl` declarations of incomplete facet types (#5219) 1 year ago
  josh11b eb69d7420e First iteration of completing and resolving facet types (#4920) 1 year ago
  josh11b 5abe5a3c21 Stop allowing `impl` redeclarations to differ syntactically in `where` clause (#4850) 1 year ago
  josh11b 230a8ee598 Support associated constants in impl witnesses (#4770) 1 year ago
  josh11b c5fd8f42b8 `ImplWitness` (#4679) 1 year ago
  josh11b 5169a1862e Require a definition in the same file as an `impl` declaration (#4719) 1 year ago
  Richard Smith abf23ae7fe Initial scaffolding for building a witness table for an `impl`. (#3743) 2 years ago