Adrien Leravat 026c4b9dc3 Explorer: move subtyping logic to TypeChecker (#2484) 3 лет назад
..
abstract_class.carbon 1d0bb85d0c Explorer: basic `abstract` class support (#2441) 3 лет назад
assign.carbon eac7c2bda4 Automate the addition of RUN and simplify RUN lines (#2292) 3 лет назад
assign_member.carbon eac7c2bda4 Automate the addition of RUN and simplify RUN lines (#2292) 3 лет назад
base_constructor.carbon 46f4887cf7 Explorer: support `.base` to initialize parent class from struct (#2361) 3 лет назад
bound_method.carbon 9c8fd6864e Implement rename `me` -> `self` (#2444) 3 лет назад
class_function.carbon eac7c2bda4 Automate the addition of RUN and simplify RUN lines (#2292) 3 лет назад
class_function_from_instance.carbon eac7c2bda4 Automate the addition of RUN and simplify RUN lines (#2292) 3 лет назад
class_function_self.carbon eac7c2bda4 Automate the addition of RUN and simplify RUN lines (#2292) 3 лет назад
class_function_value.carbon eac7c2bda4 Automate the addition of RUN and simplify RUN lines (#2292) 3 лет назад
class_inheritance_function_call.carbon 46f4887cf7 Explorer: support `.base` to initialize parent class from struct (#2361) 3 лет назад
class_inheritance_methods.carbon 9c8fd6864e Implement rename `me` -> `self` (#2444) 3 лет назад
class_inheritance_multiple.carbon 46f4887cf7 Explorer: support `.base` to initialize parent class from struct (#2361) 3 лет назад
class_inheritance_shadow.carbon 9c8fd6864e Implement rename `me` -> `self` (#2444) 3 лет назад
class_inheritance_variables.carbon 46f4887cf7 Explorer: support `.base` to initialize parent class from struct (#2361) 3 лет назад
class_subtyping_argument.carbon 026c4b9dc3 Explorer: move subtyping logic to TypeChecker (#2484) 3 лет назад
class_subtyping_basic.carbon 026c4b9dc3 Explorer: move subtyping logic to TypeChecker (#2484) 3 лет назад
class_subtyping_multiple.carbon 026c4b9dc3 Explorer: move subtyping logic to TypeChecker (#2484) 3 лет назад
empty_class.carbon 9c8fd6864e Implement rename `me` -> `self` (#2444) 3 лет назад
fail_class_named_self.carbon eac7c2bda4 Automate the addition of RUN and simplify RUN lines (#2292) 3 лет назад
fail_direct_base_class_init.carbon 46f4887cf7 Explorer: support `.base` to initialize parent class from struct (#2361) 3 лет назад
fail_extends_final_class.carbon 7c19ef5be3 Explorer: Support class extension (#1946) 3 лет назад
fail_extends_non_class.carbon 0219218b01 Make type contexts expect a value of type `Type`. (#2357) 3 лет назад
fail_field_access_mismatch.carbon eac7c2bda4 Automate the addition of RUN and simplify RUN lines (#2292) 3 лет назад
fail_field_access_mismatch_base.carbon 46f4887cf7 Explorer: support `.base` to initialize parent class from struct (#2361) 3 лет назад
fail_field_assign_mismatch_base.carbon 46f4887cf7 Explorer: support `.base` to initialize parent class from struct (#2361) 3 лет назад
fail_field_mismatch.carbon eac7c2bda4 Automate the addition of RUN and simplify RUN lines (#2292) 3 лет назад
fail_field_missing.carbon eac7c2bda4 Automate the addition of RUN and simplify RUN lines (#2292) 3 лет назад
fail_instantiate_abstract_class_constructor.carbon 1d0bb85d0c Explorer: basic `abstract` class support (#2441) 3 лет назад
fail_instantiate_abstract_class_empty.carbon 1d0bb85d0c Explorer: basic `abstract` class support (#2441) 3 лет назад
fail_instantiate_abstract_class_struct.carbon 1d0bb85d0c Explorer: basic `abstract` class support (#2441) 3 лет назад
fail_invalid_subtyping.carbon 9299e51511 Explorer: Support class subtyping (#2460) 3 лет назад
fail_member_call_before_typecheck.carbon eac7c2bda4 Automate the addition of RUN and simplify RUN lines (#2292) 3 лет назад
fail_member_of_self.carbon eac7c2bda4 Automate the addition of RUN and simplify RUN lines (#2292) 3 лет назад
fail_method_deduced.carbon 9c8fd6864e Implement rename `me` -> `self` (#2444) 3 лет назад
fail_method_from_class.carbon 9c8fd6864e Implement rename `me` -> `self` (#2444) 3 лет назад
fail_method_in_var.carbon 9c8fd6864e Implement rename `me` -> `self` (#2444) 3 лет назад
fail_return_method.carbon 9c8fd6864e Implement rename `me` -> `self` (#2444) 3 лет назад
fail_use_before_typecheck.carbon eac7c2bda4 Automate the addition of RUN and simplify RUN lines (#2292) 3 лет назад
function_param.carbon eac7c2bda4 Automate the addition of RUN and simplify RUN lines (#2292) 3 лет назад
global_var.carbon eac7c2bda4 Automate the addition of RUN and simplify RUN lines (#2292) 3 лет назад
method.carbon 9c8fd6864e Implement rename `me` -> `self` (#2444) 3 лет назад
method_call_method.carbon 9c8fd6864e Implement rename `me` -> `self` (#2444) 3 лет назад
method_self.carbon 9c8fd6864e Implement rename `me` -> `self` (#2444) 3 лет назад
non_virtual_dispatch.carbon 9299e51511 Explorer: Support class subtyping (#2460) 3 лет назад
non_virtual_dispatch_abstract.carbon 026c4b9dc3 Explorer: move subtyping logic to TypeChecker (#2484) 3 лет назад
parametrized_base_class.carbon 9c8fd6864e Implement rename `me` -> `self` (#2444) 3 лет назад
temp.carbon eac7c2bda4 Automate the addition of RUN and simplify RUN lines (#2292) 3 лет назад
type_of_type.carbon 561e45033e Remove `TypeOf*Type` for types whose type-of-type can just be `Type` (#2302) 3 лет назад
var.carbon eac7c2bda4 Automate the addition of RUN and simplify RUN lines (#2292) 3 лет назад