|
| 1 | +2025-03-31 Philip Herron < [email protected]> |
| 2 | + |
| 3 | + * typecheck/rust-hir-type-check-type.cc (TypeCheckType::resolve_root_path): |
| 4 | + catch nullptr root_tyty |
| 5 | + |
| 6 | +2025-03-31 Philip Herron < [email protected]> |
| 7 | + |
| 8 | + * typecheck/rust-hir-type-check-base.cc (TypeCheckBase::parse_repr_options): |
| 9 | + check for null and empty and add missing delete call |
| 10 | + |
| 11 | +2025-03-31 Philip Herron < [email protected]> |
| 12 | + |
| 13 | + * typecheck/rust-tyty-subst.h: check for min range |
| 14 | + |
| 15 | +2025-03-31 Philip Herron < [email protected]> |
| 16 | + |
| 17 | + * typecheck/rust-hir-type-check-base.cc (TypeCheckBase::parse_repr_options): check for input |
| 18 | + |
| 19 | +2025-03-31 Philip Herron < [email protected]> |
| 20 | + |
| 21 | + * hir/rust-hir-dump.cc (Dump::visit): check has type |
| 22 | + * hir/tree/rust-hir-type.cc (BareFunctionType::BareFunctionType): likewise |
| 23 | + |
| 24 | +2025-03-31 Philip Herron < [email protected]> |
| 25 | + |
| 26 | + * backend/rust-constexpr.cc (eval_store_expression): turn this back on |
| 27 | + |
| 28 | +2025-03-31 Owen Avery < [email protected]> |
| 29 | + |
| 30 | + * expand/rust-macro-builtins-log-debug.cc: |
| 31 | + Add newline to end of file. |
| 32 | + |
| 33 | +2025-03-31 Owen Avery < [email protected]> |
| 34 | + |
| 35 | + * resolve/rust-forever-stack.h |
| 36 | + (ForeverStack::get_prelude): Rename to... |
| 37 | + (ForeverStack::get_lang_prelude): ...here. |
| 38 | + (ForeverStack::prelude): Rename to... |
| 39 | + (ForeverStack::lang_prelude): ...here. |
| 40 | + (ForeverStack::ForeverStack): Handle renames. |
| 41 | + * resolve/rust-forever-stack.hxx |
| 42 | + (ForeverStack::push_inner): Likewise. |
| 43 | + (ForeverStack::resolve_segments): Likewise. |
| 44 | + (ForeverStack::resolve_path): Likewise. |
| 45 | + (ForeverStack::get_prelude): Rename to... |
| 46 | + (ForeverStack::get_lang_prelude): ...here and handle renames. |
| 47 | + * resolve/rust-late-name-resolver-2.0.cc |
| 48 | + (Late::visit): Handle renames. |
| 49 | + |
| 50 | +2025-03-31 Philip Herron < [email protected]> |
| 51 | + |
| 52 | + * backend/rust-compile-context.h: only push named types |
| 53 | + * backend/rust-compile-type.cc (TyTyResolveCompile::visit): run the type hasher |
| 54 | + |
| 55 | +2025-03-31 Philip Herron < [email protected]> |
| 56 | + |
| 57 | + * backend/rust-compile-resolve-path.cc (HIRCompileBase::query_compile): check for Expr trait |
| 58 | + * hir/rust-hir-dump.cc (Dump::visit): expr is optional |
| 59 | + |
| 60 | +2025-03-31 Pierre-Emmanuel Patry < [email protected]> |
| 61 | + |
| 62 | + * resolve/rust-forever-stack.hxx: Add a new specialized function |
| 63 | + to retrieve the last "real" segment depending on the namespace. |
| 64 | + * resolve/rust-forever-stack.h: Add new function prototype. |
| 65 | + * resolve/rust-early-name-resolver-2.0.cc (Early::finalize_rebind_import): |
| 66 | + Set declared name according to the selected segment, if there is a self |
| 67 | + suffix in the use declaration then select the previous segment. |
| 68 | + |
| 69 | +2025-03-31 Philip Herron < [email protected]> |
| 70 | + |
| 71 | + * backend/rust-compile-base.cc (HIRCompileBase::unit_expression): pass ctx |
| 72 | + * backend/rust-compile-base.h: cant be static |
| 73 | + * backend/rust-compile-intrinsic.cc (try_handler_inner): pass ctx |
| 74 | + * backend/rust-compile-type.cc |
| 75 | + (TyTyResolveCompile::get_unit_type): update to grab the first locus |
| 76 | + (TyTyResolveCompile::visit): pass ctx |
| 77 | + * backend/rust-compile-type.h: likewise |
| 78 | + |
| 79 | +2025-03-31 Philip Herron < [email protected]> |
| 80 | + |
| 81 | + * typecheck/rust-hir-dot-operator.cc: |
| 82 | + |
| 83 | +2025-03-31 Philip Herron < [email protected]> |
| 84 | + |
| 85 | + * resolve/rust-ast-resolve-path.cc (ResolvePath::resolve_path): check for super mid path |
| 86 | + |
| 87 | +2025-03-31 Philip Herron < [email protected]> |
| 88 | + |
| 89 | + * backend/rust-compile-base.cc (HIRCompileBase::address_expression): new helper constexpr |
| 90 | + * backend/rust-compile-base.h: prototype |
| 91 | + * backend/rust-compile-type.cc (TyTyResolveCompile::visit): call constexpr helper |
| 92 | + |
| 93 | +2025-03-31 Philip Herron < [email protected]> |
| 94 | + |
| 95 | + * typecheck/rust-hir-type-check-item.cc (TypeCheckItem::resolve_impl_block_substitutions): |
| 96 | + Track the polarity |
| 97 | + * typecheck/rust-tyty-bounds.cc (TypeBoundPredicate::validate_type_implements_this): |
| 98 | + new validator |
| 99 | + * typecheck/rust-tyty.h: new prototypes |
| 100 | + |
| 101 | +2025-03-31 Philip Herron < [email protected]> |
| 102 | + |
| 103 | + * backend/rust-compile-expr.cc (CompileExpr::array_value_expr): add value chk for array expr |
| 104 | + |
| 105 | +2025-03-31 Philip Herron < [email protected]> |
| 106 | + |
| 107 | + * typecheck/rust-hir-trait-reference.h: add default infer arg |
| 108 | + * typecheck/rust-hir-trait-resolve.cc: dont add new infer vars |
| 109 | + * typecheck/rust-hir-type-check-path.cc (TypeCheckExpr::resolve_segments): dont infer |
| 110 | + |
| 111 | +2025-03-31 Owen Avery < [email protected]> |
| 112 | + |
| 113 | + * checks/errors/rust-ast-validation.cc |
| 114 | + (ASTValidation::visit): Allow constant items lacking expressions |
| 115 | + if and only if they're associated with a trait definition, not a |
| 116 | + trait implementation. |
| 117 | + |
| 118 | +2025-03-31 Owen Avery < [email protected]> |
| 119 | + |
| 120 | + * hir/rust-ast-lower-base.cc |
| 121 | + (ASTLoweringBase::lower_literal): Lower raw string literals into |
| 122 | + normal string literals. |
| 123 | + |
| 124 | +2025-03-31 Arthur Cohen < [email protected]> |
| 125 | + |
| 126 | + * checks/errors/borrowck/ffi-polonius/Cargo.lock: Regenerate. |
| 127 | + * checks/errors/borrowck/ffi-polonius/Cargo.toml: Update to use source patching instead of |
| 128 | + vendoring, lower edition to 2018. |
| 129 | + * checks/errors/borrowck/ffi-polonius/vendor/log/Cargo.toml: Change edition to 2018. |
| 130 | + * checks/errors/borrowck/ffi-polonius/vendor/log/src/lib.rs: Remove uses of unstable |
| 131 | + feature. |
| 132 | + * checks/errors/borrowck/ffi-polonius/.cargo/config.toml: Removed. |
| 133 | + |
| 134 | +2025-03-31 Arthur Cohen < [email protected]> |
| 135 | + |
| 136 | + * hir/tree/rust-hir-stmt.h (class LetStmt): Add optional diverging else expression. |
| 137 | + * hir/tree/rust-hir-stmt.cc: Likewise. |
| 138 | + * hir/rust-ast-lower-stmt.cc (ASTLoweringStmt::visit): Add handling for lowering |
| 139 | + diverging else. |
| 140 | + |
| 141 | +2025-03-31 Arthur Cohen < [email protected]> |
| 142 | + |
| 143 | + * resolve/rust-ast-resolve-stmt.h: Add handling for diverging else. |
| 144 | + * resolve/rust-late-name-resolver-2.0.cc (Late::visit): Likewise. |
| 145 | + |
| 146 | +2025-03-31 Arthur Cohen < [email protected]> |
| 147 | + |
| 148 | + * ast/rust-ast-collector.cc (TokenCollector::visit): Add handling for diverging else |
| 149 | + expression. |
| 150 | + |
| 151 | +2025-03-31 Arthur Cohen < [email protected]> |
| 152 | + |
| 153 | + * parse/rust-parse-impl.h (Parser::parse_let_stmt): Add new parsing in case of `else` token. |
| 154 | + |
| 155 | +2025-03-31 Arthur Cohen < [email protected]> |
| 156 | + |
| 157 | + * ast/rust-stmt.h (class LetStmt): Add optional expression for diverging else. |
| 158 | + * ast/rust-ast-builder.cc (Builder::let): Use new API. |
| 159 | + |
1 | 160 | 2025-03-26 Iain Sandoe < [email protected]>
|
2 | 161 |
|
3 | 162 | * metadata/rust-export-metadata.cc
|
|
0 commit comments