| Age | Commit message (Expand) | Author | Lines |
| 2025-05-09 | update version placeholders | Pietro Albini | -13/+13 |
| 2025-05-09 | Auto merge of #140838 - Zalathar:rollup-13hybry, r=Zalathar | bors | -6/+41 |
| 2025-05-09 | Rollup merge of #140828 - dpaoliello:arm64fp, r=workingjubilee | Stuart Cook | -1/+7 |
| 2025-05-09 | Rollup merge of #140804 - bend-n:signed, r=lcnr | Stuart Cook | -0/+27 |
| 2025-05-09 | Rollup merge of #140801 - xizheyin:issue-140747, r=SparrowLii | Stuart Cook | -5/+7 |
| 2025-05-09 | Auto merge of #140252 - nnethercote:rm-Ident-empty, r=oli-obk | bors | -38/+38 |
| 2025-05-09 | Remove `Ident::empty`. | Nicholas Nethercote | -38/+38 |
| 2025-05-09 | Auto merge of #140176 - dpaoliello:arm64ecdec, r=wesleywiser | bors | -53/+150 |
| 2025-05-08 | Enable non-leaf Frame Pointers for Arm64 Windows | Daniel Paoliello | -1/+7 |
| 2025-05-08 | Rollup merge of #140707 - compiler-errors:range-pat-struct-norm, r=lcnr | Matthias Krüger | -9/+17 |
| 2025-05-08 | Rollup merge of #140684 - compiler-errors:unnecessary-assoc, r=lcnr | Matthias Krüger | -8/+27 |
| 2025-05-08 | Rollup merge of #140095 - nnethercote:rm-word_or_empty, r=jdonszelmann | Matthias Krüger | -85/+88 |
| 2025-05-08 | add signed integers to unnecessary_lints to ensure feature parity with clippy | bendn | -0/+27 |
| 2025-05-08 | Structurally resolve in check_ref_cast and calc_adjust_mode | Michael Goulet | -9/+17 |
| 2025-05-08 | Use span before macro expansion in lint for-loops-over-falibles | xizheyin | -5/+7 |
| 2025-05-08 | Rollup merge of #140758 - dpaoliello:armhazard, r=jieyouxu | Matthias Krüger | -1/+6 |
| 2025-05-08 | Rollup merge of #140736 - xizheyin:issue-140166, r=petrochenkov | Matthias Krüger | -0/+6 |
| 2025-05-08 | Rollup merge of #140769 - Zoxc:fix-140731, r=oli-obk | Matthias Krüger | -12/+15 |
| 2025-05-08 | Rollup merge of #140711 - compiler-errors:combine-maybes, r=lcnr | Matthias Krüger | -24/+74 |
| 2025-05-08 | Rollup merge of #140641 - lcnr:opaque-type-storage-entries, r=compiler-errors | Matthias Krüger | -139/+204 |
| 2025-05-08 | Rollup merge of #140523 - compiler-errors:late-early-mismatch, r=jackh726 | Matthias Krüger | -45/+299 |
| 2025-05-08 | Rollup merge of #140260 - compiler-errors:only-global-post-norm, r=lcnr | Matthias Krüger | -157/+282 |
| 2025-05-08 | Auto merge of #140106 - dianne:deref-pat-usefulness, r=Nadrieril | bors | -8/+107 |
| 2025-05-07 | Auto merge of #140751 - GuillaumeGomez:rollup-eahw4ta, r=GuillaumeGomez | bors | -232/+311 |
| 2025-05-07 | Add `DefPathData::OpaqueLifetime` to avoid conflicts for remapped opaque life... | John Kåre Alsaker | -12/+15 |
| 2025-05-07 | Auto merge of #140590 - lcnr:closure-in-dead-code, r=compiler-errors | bors | -64/+57 |
| 2025-05-07 | [win][arm64] Disable MSVC Linker 'Arm Hazard' warning | Daniel Paoliello | -1/+6 |
| 2025-05-07 | Better error message for late/early lifetime param mismatch | Michael Goulet | -3/+234 |
| 2025-05-07 | detect additional uses of opaques after writeback | lcnr | -70/+143 |
| 2025-05-07 | opaque_type_storage to InferCtxtLike | lcnr | -69/+61 |
| 2025-05-07 | [Arm64EC] Only decorate functions with `#` | Daniel Paoliello | -53/+150 |
| 2025-05-07 | Review | Michael Goulet | -5/+20 |
| 2025-05-07 | Point out region bound mismatches in check_region_bounds_on_impl_item | Michael Goulet | -43/+66 |
| 2025-05-07 | Use MaybeCause::or to allow constraints from overflows if they are combined w... | Michael Goulet | -24/+74 |
| 2025-05-07 | Only include associated type bounds for Self:Sized associated types if they a... | Michael Goulet | -5/+9 |
| 2025-05-07 | Review | Michael Goulet | -24/+29 |
| 2025-05-07 | Rollup merge of #140700 - Kivooeo:new-fix-six, r=davidtwco,fmease | Guillaume Gomez | -0/+1 |
| 2025-05-07 | Rollup merge of #140671 - xizheyin:issue-140169, r=petrochenkov | Guillaume Gomez | -6/+72 |
| 2025-05-07 | Rollup merge of #140614 - yuk1ty:fix-invalid-module-name-visibility, r=davidtwco | Guillaume Gomez | -1/+4 |
| 2025-05-07 | Rollup merge of #140234 - nnethercote:separate-Analysis-and-Results, r=davidtwco | Guillaume Gomez | -225/+234 |
| 2025-05-07 | Only prefer param-env candidates if they remain non-global after norm | Michael Goulet | -126/+252 |
| 2025-05-07 | Require T: TypeFoldable in Binder<T> visit | Michael Goulet | -28/+22 |
| 2025-05-07 | Check `&` before suggest remove deref when trait_selection | xizheyin | -0/+6 |
| 2025-05-07 | Use `parse_param_general` when parsing `(T, U)->R` in `parse_path_segment` | xizheyin | -6/+72 |
| 2025-05-07 | Auto merge of #139758 - Zoxc:thread-local-graph, r=oli-obk | bors | -184/+299 |
| 2025-05-07 | Auto merge of #140735 - GuillaumeGomez:rollup-dlhbxsg, r=GuillaumeGomez | bors | -7/+7 |
| 2025-05-07 | Rollup merge of #140719 - wyfo:patch-1, r=lcnr | Guillaume Gomez | -7/+7 |
| 2025-05-07 | Auto merge of #137995 - hkBst:parse_format_reuse_unescape, r=nnethercote | bors | -549/+450 |
| 2025-05-07 | Avoid some unwraps. | Nicholas Nethercote | -36/+45 |
| 2025-05-07 | Eliminate `word_or_empty` methods. | Nicholas Nethercote | -61/+55 |