Adrien Leravat b4e3a3e6cc Explorer: fix class destructor not called with `heap.Delete` (#2546) %!s(int64=3) %!d(string=hai) anos
..
abstract_class.carbon 1d0bb85d0c Explorer: basic `abstract` class support (#2441) %!s(int64=3) %!d(string=hai) anos
assign.carbon eac7c2bda4 Automate the addition of RUN and simplify RUN lines (#2292) %!s(int64=3) %!d(string=hai) anos
assign_member.carbon eac7c2bda4 Automate the addition of RUN and simplify RUN lines (#2292) %!s(int64=3) %!d(string=hai) anos
base_constructor.carbon 46f4887cf7 Explorer: support `.base` to initialize parent class from struct (#2361) %!s(int64=3) %!d(string=hai) anos
bound_method.carbon 9c8fd6864e Implement rename `me` -> `self` (#2444) %!s(int64=3) %!d(string=hai) anos
class_function.carbon eac7c2bda4 Automate the addition of RUN and simplify RUN lines (#2292) %!s(int64=3) %!d(string=hai) anos
class_function_from_instance.carbon eac7c2bda4 Automate the addition of RUN and simplify RUN lines (#2292) %!s(int64=3) %!d(string=hai) anos
class_function_self.carbon eac7c2bda4 Automate the addition of RUN and simplify RUN lines (#2292) %!s(int64=3) %!d(string=hai) anos
class_function_value.carbon eac7c2bda4 Automate the addition of RUN and simplify RUN lines (#2292) %!s(int64=3) %!d(string=hai) anos
class_inheritance_function_call.carbon 46f4887cf7 Explorer: support `.base` to initialize parent class from struct (#2361) %!s(int64=3) %!d(string=hai) anos
class_inheritance_methods.carbon 9c8fd6864e Implement rename `me` -> `self` (#2444) %!s(int64=3) %!d(string=hai) anos
class_inheritance_multiple.carbon 46f4887cf7 Explorer: support `.base` to initialize parent class from struct (#2361) %!s(int64=3) %!d(string=hai) anos
class_inheritance_shadow.carbon 9c8fd6864e Implement rename `me` -> `self` (#2444) %!s(int64=3) %!d(string=hai) anos
class_inheritance_variables.carbon 46f4887cf7 Explorer: support `.base` to initialize parent class from struct (#2361) %!s(int64=3) %!d(string=hai) anos
class_subtyping_argument.carbon 026c4b9dc3 Explorer: move subtyping logic to TypeChecker (#2484) %!s(int64=3) %!d(string=hai) anos
class_subtyping_basic.carbon 026c4b9dc3 Explorer: move subtyping logic to TypeChecker (#2484) %!s(int64=3) %!d(string=hai) anos
class_subtyping_multiple.carbon 026c4b9dc3 Explorer: move subtyping logic to TypeChecker (#2484) %!s(int64=3) %!d(string=hai) anos
empty_class.carbon 9c8fd6864e Implement rename `me` -> `self` (#2444) %!s(int64=3) %!d(string=hai) anos
fail_abstract_method_not_supported.carbon 798a40c886 Basic support for `impl` virtual override keyword (#2493) %!s(int64=3) %!d(string=hai) anos
fail_class_named_self.carbon eac7c2bda4 Automate the addition of RUN and simplify RUN lines (#2292) %!s(int64=3) %!d(string=hai) anos
fail_direct_base_class_init.carbon 46f4887cf7 Explorer: support `.base` to initialize parent class from struct (#2361) %!s(int64=3) %!d(string=hai) anos
fail_extends_final_class.carbon 0af5c55f55 Fix typo in extended final class error message (#2516) %!s(int64=3) %!d(string=hai) anos
fail_extends_non_class.carbon 4daaa4866f Rename `Type` -> `type`, per #2360. (#2507) %!s(int64=3) %!d(string=hai) anos
fail_field_access_mismatch.carbon eac7c2bda4 Automate the addition of RUN and simplify RUN lines (#2292) %!s(int64=3) %!d(string=hai) anos
fail_field_access_mismatch_base.carbon 46f4887cf7 Explorer: support `.base` to initialize parent class from struct (#2361) %!s(int64=3) %!d(string=hai) anos
fail_field_assign_mismatch_base.carbon 46f4887cf7 Explorer: support `.base` to initialize parent class from struct (#2361) %!s(int64=3) %!d(string=hai) anos
fail_field_mismatch.carbon eac7c2bda4 Automate the addition of RUN and simplify RUN lines (#2292) %!s(int64=3) %!d(string=hai) anos
fail_field_missing.carbon eac7c2bda4 Automate the addition of RUN and simplify RUN lines (#2292) %!s(int64=3) %!d(string=hai) anos
fail_impl_method_not_existing.carbon 798a40c886 Basic support for `impl` virtual override keyword (#2493) %!s(int64=3) %!d(string=hai) anos
fail_impl_method_not_virtual.carbon 798a40c886 Basic support for `impl` virtual override keyword (#2493) %!s(int64=3) %!d(string=hai) anos
fail_instantiate_abstract_class_constructor.carbon 1d0bb85d0c Explorer: basic `abstract` class support (#2441) %!s(int64=3) %!d(string=hai) anos
fail_instantiate_abstract_class_empty.carbon 1d0bb85d0c Explorer: basic `abstract` class support (#2441) %!s(int64=3) %!d(string=hai) anos
fail_instantiate_abstract_class_struct.carbon 1d0bb85d0c Explorer: basic `abstract` class support (#2441) %!s(int64=3) %!d(string=hai) anos
fail_invalid_subtyping.carbon 9299e51511 Explorer: Support class subtyping (#2460) %!s(int64=3) %!d(string=hai) anos
fail_member_call_before_typecheck.carbon 4daaa4866f Rename `Type` -> `type`, per #2360. (#2507) %!s(int64=3) %!d(string=hai) anos
fail_member_of_self.carbon eac7c2bda4 Automate the addition of RUN and simplify RUN lines (#2292) %!s(int64=3) %!d(string=hai) anos
fail_method_deduced.carbon 4daaa4866f Rename `Type` -> `type`, per #2360. (#2507) %!s(int64=3) %!d(string=hai) anos
fail_method_from_class.carbon 9c8fd6864e Implement rename `me` -> `self` (#2444) %!s(int64=3) %!d(string=hai) anos
fail_method_in_var.carbon 9c8fd6864e Implement rename `me` -> `self` (#2444) %!s(int64=3) %!d(string=hai) anos
fail_override_virtual_with_non_virtual.carbon 798a40c886 Basic support for `impl` virtual override keyword (#2493) %!s(int64=3) %!d(string=hai) anos
fail_redeclare_virtual_method.carbon 798a40c886 Basic support for `impl` virtual override keyword (#2493) %!s(int64=3) %!d(string=hai) anos
fail_return_method.carbon 9c8fd6864e Implement rename `me` -> `self` (#2444) %!s(int64=3) %!d(string=hai) anos
fail_use_before_typecheck.carbon eac7c2bda4 Automate the addition of RUN and simplify RUN lines (#2292) %!s(int64=3) %!d(string=hai) anos
fail_virtual_class_function.carbon 8301258ef8 Explorer: support virtual class methods (#2462) %!s(int64=3) %!d(string=hai) anos
fail_virtual_method_absent.carbon 8301258ef8 Explorer: support virtual class methods (#2462) %!s(int64=3) %!d(string=hai) anos
function_param.carbon eac7c2bda4 Automate the addition of RUN and simplify RUN lines (#2292) %!s(int64=3) %!d(string=hai) anos
global_var.carbon eac7c2bda4 Automate the addition of RUN and simplify RUN lines (#2292) %!s(int64=3) %!d(string=hai) anos
method.carbon 9c8fd6864e Implement rename `me` -> `self` (#2444) %!s(int64=3) %!d(string=hai) anos
method_call_method.carbon 9c8fd6864e Implement rename `me` -> `self` (#2444) %!s(int64=3) %!d(string=hai) anos
method_self.carbon 9c8fd6864e Implement rename `me` -> `self` (#2444) %!s(int64=3) %!d(string=hai) anos
new_and_delete.carbon b4e3a3e6cc Explorer: fix class destructor not called with `heap.Delete` (#2546) %!s(int64=3) %!d(string=hai) anos
new_and_delete_hierarchy.carbon b4e3a3e6cc Explorer: fix class destructor not called with `heap.Delete` (#2546) %!s(int64=3) %!d(string=hai) anos
non_virtual_dispatch.carbon 9299e51511 Explorer: Support class subtyping (#2460) %!s(int64=3) %!d(string=hai) anos
non_virtual_dispatch_abstract.carbon 026c4b9dc3 Explorer: move subtyping logic to TypeChecker (#2484) %!s(int64=3) %!d(string=hai) anos
parametrized_base_class.carbon 9c8fd6864e Implement rename `me` -> `self` (#2444) %!s(int64=3) %!d(string=hai) anos
pointer_conversion.carbon 0d279b388a Make built-in conversions visible to `ImplicitAs`. (#2525) %!s(int64=3) %!d(string=hai) anos
temp.carbon eac7c2bda4 Automate the addition of RUN and simplify RUN lines (#2292) %!s(int64=3) %!d(string=hai) anos
type_of_type.carbon 4daaa4866f Rename `Type` -> `type`, per #2360. (#2507) %!s(int64=3) %!d(string=hai) anos
var.carbon eac7c2bda4 Automate the addition of RUN and simplify RUN lines (#2292) %!s(int64=3) %!d(string=hai) anos
virtual_method.carbon 798a40c886 Basic support for `impl` virtual override keyword (#2493) %!s(int64=3) %!d(string=hai) anos
virtual_method_self.carbon 798a40c886 Basic support for `impl` virtual override keyword (#2493) %!s(int64=3) %!d(string=hai) anos
virtual_method_shadowed_attr.carbon 798a40c886 Basic support for `impl` virtual override keyword (#2493) %!s(int64=3) %!d(string=hai) anos