| Age | Commit message (Expand) | Author | Lines |
| 2025-02-19 | update `rustfix` link in docs (#14248) | Philipp Krones | -2/+2 |
| 2025-02-19 | add a failing test | dianne | -1/+34 |
| 2025-02-19 | Improve formatting within `make_mir_visitor` macro body. | Nicholas Nethercote | -142/+128 |
| 2025-02-19 | Remove `MirVisitable`. | Nicholas Nethercote | -43/+18 |
| 2025-02-19 | Add `super_local` method to the MIR visitors. | Nicholas Nethercote | -4/+14 |
| 2025-02-19 | `double_ended_iterator_last`: note when drop order is changed | Samuel Tardieu | -2/+82 |
| 2025-02-19 | fix: `map_entry` FP on struct member | yanglsh | -1/+62 |
| 2025-02-19 | Update library/std/src/fs.rs | Tommaso Allevi | -1/+1 |
| 2025-02-19 | Auto merge of #136539 - matthewjasper:late-normalize-errors, r=compiler-errors | bors | -109/+262 |
| 2025-02-19 | x86_win64 ABI: do not use xmm0 with softfloat ABI | Ralf Jung | -21/+59 |
| 2025-02-19 | Register USAGE_OF_TYPE_IR_INHERENT, remove inherent usages | Michael Goulet | -5/+4 |
| 2025-02-19 | Make fewer crates depend on rustc_ast_ir | Michael Goulet | -46/+30 |
| 2025-02-19 | Merge pull request #19180 from joshrotenberg/fix-source-file-url | Lukas Wirth | -1/+7 |
| 2025-02-19 | add rustc-dev doc about bootstrap tools | onur-ozkan | -0/+24 |
| 2025-02-19 | core/net: IpAddr*::as_octets() | Nathan Perry | -0/+60 |
| 2025-02-19 | Merge pull request #4197 from rust-lang/rustup-2025-02-19 | Ben Kimock | -6948/+14862 |
| 2025-02-19 | remove assume_init in stack_overflow | xizheyin | -7/+9 |
| 2025-02-19 | Merge from rustc | The Miri Cronjob Bot | -6947/+14861 |
| 2025-02-19 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-02-19 | Auto merge of #137248 - matthiaskrgr:rollup-s18zjau, r=matthiaskrgr | bors | -546/+585 |
| 2025-02-19 | Restrict bevy hack | Michael Goulet | -28/+37 |
| 2025-02-19 | coverage: Make `HolesVisitor::visit_hole_span` a regular method | Zalathar | -18/+18 |
| 2025-02-19 | coverage: Get hole spans from nested items without fully visiting them | Zalathar | -8/+9 |
| 2025-02-19 | coverage: Add some more cases to `tests/coverage/holes.rs` | Zalathar | -17/+88 |
| 2025-02-18 | simplify fallback-to-outer condition on old editions | dianne | -11/+7 |
| 2025-02-18 | rename `consider_inherited_ref_first` -> `consider_inherited_ref` | dianne | -5/+5 |
| 2025-02-18 | clarify wording on doc comment | dianne | -6/+9 |
| 2025-02-18 | "classic2021" ruleset: experimentally add fallback-to-outer (eat both) | dianne | -145/+73 |
| 2025-02-18 | add FIXMEs for diagnostic improvements | dianne | -0/+8 |
| 2025-02-18 | update unstable book | dianne | -4/+6 |
| 2025-02-18 | add mixed-edition tests | dianne | -0/+486 |
| 2025-02-18 | "structural2021" ruleset: add fallback-to-outer (eat both) deref rule | dianne | -179/+151 |
| 2025-02-18 | "classic2021" and "structural2021" rulesets: add eat-inherited-ref-alone dere... | dianne | -521/+195 |
| 2025-02-18 | remove old edition-2021-specific tests | dianne | -187/+0 |
| 2025-02-18 | add test revisions for old-edition behavior of feature gates | dianne | -322/+1783 |
| 2025-02-19 | Auto merge of #135408 - RalfJung:x86-sse2, r=workingjubilee | bors | -151/+273 |
| 2025-02-19 | Add custom sort for link in rustdoc | yukang | -1/+50 |
| 2025-02-19 | Rollup merge of #137242 - ehuss:reference-do_not_recommend, r=compiler-errors | Matthias Krüger | -50/+59 |
| 2025-02-19 | Rollup merge of #137228 - steffahn:one-coerces-to-supertypes-not-subtypes, r=... | Matthias Krüger | -4/+4 |
| 2025-02-19 | Rollup merge of #137216 - amandasystems:cheap-outlives-eval, r=compiler-errors | Matthias Krüger | -0/+5 |
| 2025-02-19 | Rollup merge of #137213 - nnethercote:rm-rustc_middle-mir-tcx, r=compiler-errors | Matthias Krüger | -430/+402 |
| 2025-02-19 | Rollup merge of #137210 - workingjubilee:fixup-passmode-import, r=RalfJung | Matthias Krüger | -27/+27 |
| 2025-02-19 | Rollup merge of #137177 - GuillaumeGomez:update-minifier, r=notriddle | Matthias Krüger | -3/+3 |
| 2025-02-19 | Rollup merge of #137059 - xizheyin:issue-136827, r=davidtwco | Matthias Krüger | -18/+65 |
| 2025-02-19 | Rollup merge of #137026 - GrigorenkoPV:integer_sign_cast, r=jhpratt | Matthias Krüger | -9/+8 |
| 2025-02-19 | Rollup merge of #136936 - xingxue-ibm:sigpipe-test, r=workingjubilee | Matthias Krüger | -5/+12 |
| 2025-02-18 | add a preferred fix for `cast_possible_wrap` description (#14225) | Alejandra González | -1/+7 |
| 2025-02-19 | Remove `rustc_middle::mir::tcx` module. | Nicholas Nethercote | -430/+402 |
| 2025-02-18 | Merge pull request #19179 from alibektas/19090_new | Chayim Refael Friedman | -2/+98 |
| 2025-02-18 | Auto merge of #137235 - matthiaskrgr:rollup-2kjua2t, r=matthiaskrgr | bors | -732/+688 |