aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-08Add two simple Modula-2 operationsTom Tromey3-2/+93
2021-03-08Introduce rust_aggregate_operationTom Tromey3-0/+81
2021-03-08Implement Rust field operationsTom Tromey3-2/+62
2021-03-08Introduce rust_range_operationTom Tromey3-1/+36
2021-03-08Introduce rust_subscript_operationTom Tromey3-1/+63
2021-03-08Introduce rust_unop_ind_operationTom Tromey3-2/+35
2021-03-08Implement some Rust operationsTom Tromey3-5/+63
2021-03-08Implement several Fortran operationsTom Tromey3-14/+131
2021-03-08Introduce ada_ternop_range_operationTom Tromey3-0/+32
2021-03-08Introduce ada_qual_operationTom Tromey3-0/+30
2021-03-08Introduce ada_string_operationTom Tromey3-0/+31
2021-03-08Introduce ada_wrapped_operationTom Tromey3-0/+81
2021-03-08Introduce multi_subscript_operationTom Tromey3-0/+34
2021-03-08Introduce objc_msgcall_operationTom Tromey3-0/+61
2021-03-08Introduce var_value_operationTom Tromey4-0/+179
2021-03-08Implement C++ cast operationsTom Tromey2-0/+41
2021-03-08Introduce unop_cast_type_operationTom Tromey3-0/+49
2021-03-08Introduce unop_cast_operationTom Tromey3-0/+43
2021-03-08Introduce assign_modify_operationTom Tromey4-1/+85
2021-03-08Introduce assign_operationTom Tromey3-0/+78
2021-03-08Introduce type_instance_operationTom Tromey3-0/+40
2021-03-08Introduce op_this_operationTom Tromey3-0/+57
2021-03-08Implement UNOP_MEMVAL and UNOP_MEMVAL_TYPETom Tromey4-1/+165
2021-03-08Introduce unop_alignof_operationTom Tromey3-1/+31
2021-03-08Introduce unop_sizeof_operationTom Tromey3-0/+57
2021-03-08Introduce unop_addr_operationTom Tromey3-0/+46
2021-03-08Introduce typeid_operationTom Tromey2-0/+33
2021-03-08Introduce decltype_operationTom Tromey2-0/+51
2021-03-08Introduce typeof_operationTom Tromey2-0/+29
2021-03-08Introduce type_operationTom Tromey3-1/+31
2021-03-08Introduce unop_ind_operationTom Tromey4-5/+111
2021-03-08Implement unary increment and decrement operationsTom Tromey3-4/+62
2021-03-08Implement some unary operationsTom Tromey4-4/+139
2021-03-08Introduce comma_operationTom Tromey3-0/+57
2021-03-08Introduce repeat_operationTom Tromey4-3/+81
2021-03-08Implement binary comparison operationsTom Tromey3-6/+74
2021-03-08Introduce subscript_operationTom Tromey3-1/+55
2021-03-08Introduce binop_operationTom Tromey3-1/+82
2021-03-08Introduce sub_operationTom Tromey3-5/+51
2021-03-08Introduce add_operationTom Tromey3-5/+51
2021-03-08Introduce concat_operationTom Tromey3-6/+38
2021-03-08Introduce structop_member_operation and structop_mptr_operationTom Tromey3-1/+55
2021-03-08Introduce structop_ptr_operationTom Tromey3-5/+50
2021-03-08Introduce structop_operationTom Tromey3-1/+69
2021-03-08Introduce complex_operationTom Tromey2-0/+25
2021-03-08Introduce objc_selector_operationTom Tromey3-1/+31
2021-03-08Introduce objc_nsstring_operationTom Tromey3-0/+28
2021-03-08Add c-exp.h and c_string_operationTom Tromey3-0/+177
2021-03-08Introduce ternop_cond_operationTom Tromey3-0/+65
2021-03-08Introduce ternop_slice_operationTom Tromey3-1/+35