| Age | Commit message (Expand) | Author | Lines |
| 2025-05-07 | Point out region bound mismatches in check_region_bounds_on_impl_item | Michael Goulet | -46/+80 |
| 2025-05-07 | Use MaybeCause::or to allow constraints from overflows if they are combined w... | Michael Goulet | -24/+130 |
| 2025-05-07 | macro expansion issue | Kivooeo | -55/+124 |
| 2025-05-07 | Only include associated type bounds for Self:Sized associated types if they a... | Michael Goulet | -8/+55 |
| 2025-05-07 | Fix `manual_let_else` FN when diverges on simple enum variant (#14732) | dswij | -6/+119 |
| 2025-05-07 | Remove manual WF hack | Michael Goulet | -72/+89 |
| 2025-05-07 | Review | Michael Goulet | -24/+29 |
| 2025-05-07 | Make `let_with_type_underscore` help message into a suggestion (#14749) | Samuel Tardieu | -21/+75 |
| 2025-05-07 | Rollup merge of #140745 - jchecahi:run-make-support-cargo-rustc-dylib, r=jiey... | Guillaume Gomez | -1/+4 |
| 2025-05-07 | Rollup merge of #140741 - husqvarnagroup:af/armv5te-target-maintainer, r=jiey... | Guillaume Gomez | -1/+31 |
| 2025-05-07 | Rollup merge of #140734 - ivmarkov:master, r=joboet | Guillaume Gomez | -0/+1 |
| 2025-05-07 | Rollup merge of #140706 - GuillaumeGomez:fix-missing-temp-dir-cleanup, r=notr... | Guillaume Gomez | -3/+73 |
| 2025-05-07 | Rollup merge of #140700 - Kivooeo:new-fix-six, r=davidtwco,fmease | Guillaume Gomez | -0/+75 |
| 2025-05-07 | Rollup merge of #140671 - xizheyin:issue-140169, r=petrochenkov | Guillaume Gomez | -58/+167 |
| 2025-05-07 | Rollup merge of #140614 - yuk1ty:fix-invalid-module-name-visibility, r=davidtwco | Guillaume Gomez | -2/+57 |
| 2025-05-07 | Rollup merge of #140234 - nnethercote:separate-Analysis-and-Results, r=davidtwco | Guillaume Gomez | -227/+235 |
| 2025-05-07 | Add UI test for `primitive_method_to_numeric_cast` | Guillaume Gomez | -0/+25 |
| 2025-05-07 | Add `primitive_method_to_numeric_cast` lint | Guillaume Gomez | -0/+88 |
| 2025-05-07 | Require T: TypeFoldable in Binder<T> visit | Michael Goulet | -3/+3 |
| 2025-05-07 | Only prefer param-env candidates if they remain non-global after norm | Michael Goulet | -145/+268 |
| 2025-05-07 | Require T: TypeFoldable in Binder<T> visit | Michael Goulet | -31/+25 |
| 2025-05-07 | Fix new clippy lints | Guillaume Gomez | -10/+7 |
| 2025-05-07 | Fix diagnostic paths printed by dogfood test (#14746) | Jason Newcomb | -7/+9 |
| 2025-05-07 | Check `&` before suggest remove deref when trait_selection | xizheyin | -5/+7 |
| 2025-05-07 | Mark back::lto::optimize_thin_module` and `back::write::codegen` functions as... | Guillaume Gomez | -4/+4 |
| 2025-05-07 | Make `let_with_type_underscore` help message into a suggestion | Alex Macleod | -21/+75 |
| 2025-05-07 | Update tests to 2024 edition | Guillaume Gomez | -1/+3 |
| 2025-05-07 | Remove unneeded `let_chains` feature | Guillaume Gomez | -1/+1 |
| 2025-05-07 | Migrate build system to 2024 edition | Guillaume Gomez | -3/+5 |
| 2025-05-07 | Use `parse_param_general` when parsing `(T, U)->R` in `parse_path_segment` | xizheyin | -75/+158 |
| 2025-05-07 | Migrate to 2024 edition | Guillaume Gomez | -4/+4 |
| 2025-05-07 | run-make-support: set rustc dylib path for cargo wrapper | Jesus Checa Hidalgo | -1/+4 |
| 2025-05-07 | Fix diagnostic paths printed by dogfood test | Alex Macleod | -7/+9 |
| 2025-05-07 | Replace `Symbol::as_str` usage in `match` expressions (#14745) | Manish Goregaokar | -148/+281 |
| 2025-05-07 | Add regression test for #139899 | Guillaume Gomez | -0/+42 |
| 2025-05-07 | Fix mini_core on Windows and macOS | bjorn3 | -0/+1 |
| 2025-05-07 | add armv5te-unknown-linux-gnueabi target maintainer | Adrian Friedli | -1/+31 |
| 2025-05-07 | Replace `Symbol::as_str` usage in `match` expressions | Alex Macleod | -148/+281 |
| 2025-05-07 | delay introducing pattern bindings into scope | dianne | -30/+52 |
| 2025-05-07 | update hermit-abi to 0.5.1 | Martin Kröning | -2/+2 |
| 2025-05-07 | Fix mini_core for panic=unwind | bjorn3 | -1/+18 |
| 2025-05-07 | Auto merge of #139758 - Zoxc:thread-local-graph, r=oli-obk | bors | -184/+299 |
| 2025-05-07 | Clif ir comment improvements | bjorn3 | -14/+5 |
| 2025-05-07 | Add ui test suggest-remove-deref-issue-140166 | xizheyin | -0/+44 |
| 2025-05-07 | Auto merge of #140735 - GuillaumeGomez:rollup-dlhbxsg, r=GuillaumeGomez | bors | -24/+25 |
| 2025-05-07 | Merge pull request #4313 from RalfJung/CARGO_TARGET_TMPDIR | Ralf Jung | -3/+2 |
| 2025-05-07 | Rollup merge of #140724 - tgross35:update-builtins, r=tgross35 | Guillaume Gomez | -4/+4 |
| 2025-05-07 | Rollup merge of #140719 - wyfo:patch-1, r=lcnr | Guillaume Gomez | -7/+7 |
| 2025-05-07 | Rollup merge of #140398 - Berrysoft:cygwin-backtrace, r=tgross35 | Guillaume Gomez | -1/+2 |
| 2025-05-07 | Rollup merge of #139518 - xizheyin:issue-138527, r=traviscross | Guillaume Gomez | -12/+12 |