| Age | Commit message (Expand) | Author | Lines |
| 2025-05-17 | Rollup merge of #135808 - tiif:conv_display, r=workingjubilee | Matthias Krüger | -27/+58 |
| 2025-05-17 | Catch panics in inference in analysis-stats | Florian Diebold | -1/+17 |
| 2025-05-17 | Make some `match`es slightly more ergonomic in `librustdoc` | Yotam Ofek | -121/+99 |
| 2025-05-17 | do away with `_Self` and `TraitName` and check generic params for rustc_on_un... | mejrs | -1/+1 |
| 2025-05-17 | do away with `_Self` and `TraitName` and check generic params for rustc_on_un... | mejrs | -138/+152 |
| 2025-05-17 | Auto merge of #141116 - RalfJung:miri-sync, r=RalfJung | bors | -111/+69 |
| 2025-05-17 | bootstrap: bump windows too | klensy | -65/+11 |
| 2025-05-17 | check coroutines with TypingMode::Borrowck to avoid cyclic reasoning | lcnr | -7/+61 |
| 2025-05-17 | compiler & tools: bump windows crate to dedupe versions | klensy | -63/+23 |
| 2025-05-17 | exlicitly pass -Zdoctest-xcompile to avoid cargo version behavior differences | Ralf Jung | -0/+2 |
| 2025-05-17 | Only select true errors in impossible_predicates | Michael Goulet | -2/+45 |
| 2025-05-17 | Switch library rustc_unimplemented to use `Self` and `This` | mejrs | -70/+67 |
| 2025-05-17 | Enable rust-analyzer to go from query definition to the corresponding provide... | Lukas Wirth | -0/+14 |
| 2025-05-17 | `empty_struct_with_brackets`: do not lint code coming from macro expansion (#... | Timo | -0/+17 |
| 2025-05-17 | Misc changes (#14702) | Timo | -55/+90 |
| 2025-05-17 | opt-dist: fix deprecated BOLT -icf=1 option | klensy | -1/+1 |
| 2025-05-17 | Refactor and speed up `cargo dev fmt` (#14638) | Samuel Tardieu | -244/+278 |
| 2025-05-17 | Auto merge of #141113 - matthiaskrgr:rollup-k7izuh8, r=matthiaskrgr | bors | -58/+327 |
| 2025-05-17 | clippy_dev: refactor rustfmt calls | Jason Newcomb | -204/+180 |
| 2025-05-17 | Stabilize runtime detection of VEX variants of avx512 | sayantn | -5/+5 |
| 2025-05-17 | Merge pull request #4324 from RalfJung/rustup | Ralf Jung | -6733/+8927 |
| 2025-05-17 | fix for doctest-xcompile stabilization | Ralf Jung | -53/+40 |
| 2025-05-17 | Rollup merge of #141070 - xizheyin:issue-140659, r=chenyukang | Matthias Krüger | -0/+73 |
| 2025-05-17 | Rollup merge of #141059 - samueltardieu:push-trvpulpskwwp, r=compiler-errors | Matthias Krüger | -0/+2 |
| 2025-05-17 | Rollup merge of #141056 - erickt:enzyme, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2025-05-17 | Rollup merge of #141051 - compiler-errors:less-erase, r=nnethercote | Matthias Krüger | -7/+1 |
| 2025-05-17 | Rollup merge of #141036 - marcoieni:split-dist-ohos, r=Kobzol | Matthias Krüger | -20/+114 |
| 2025-05-17 | Rollup merge of #141031 - azhogin:azhogin/async-drop-dependency-fix, r=oli-obk | Matthias Krüger | -2/+65 |
| 2025-05-17 | Rollup merge of #140957 - JulianKnodt:array_must_use, r=Mark-Simulacrum | Matthias Krüger | -1/+2 |
| 2025-05-17 | Rollup merge of #140208 - compiler-errors:wf-coinductive, r=lcnr | Matthias Krüger | -27/+69 |
| 2025-05-17 | clippy_dev: remove the need for markers when bumping the version | Jason Newcomb | -47/+105 |
| 2025-05-17 | fix clippy lints | Ralf Jung | -18/+13 |
| 2025-05-17 | Merge from rustc | Ralf Jung | -6661/+8873 |
| 2025-05-17 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2025-05-17 | Describe lifetime of call argument temporaries passed indirectly | Tomasz Miąsko | -42/+108 |
| 2025-05-17 | Auto merge of #141024 - jieyouxu:revert-arm64ec, r=wesleywiser | bors | -201/+54 |
| 2025-05-17 | excessive_precision: Fix false positive when exponent has leading zero (#14824) | Samuel Tardieu | -4/+10 |
| 2025-05-16 | remove `test_embedded_null_byte()` test for now | GrantBirki | -20/+0 |
| 2025-05-17 | aarch64-linux: Default to FramePointer::NonLeaf | Jubilee Young | -13/+52 |
| 2025-05-16 | excessive_precision: Fix false positive when exponent has leading zero | Michael Hackner | -4/+10 |
| 2025-05-16 | discuss deadlocks in the std::io::pipe() example | Jack O'Connor | -12/+26 |
| 2025-05-17 | Auto merge of #141002 - GuillaumeGomez:subtree-update_cg_gcc_2025-05-14, r=Gu... | bors | -248/+910 |
| 2025-05-17 | Docs(lib/extract_if): Unify example description | Paul Mabileau | -2/+2 |
| 2025-05-17 | Docs(lib/coll/hm): Add kv pair to `extract_if`'s first sentence | Paul Mabileau | -1/+1 |
| 2025-05-17 | Docs(lib/extract_if): Unify paragraph about elements mutation | Paul Mabileau | -6/+6 |
| 2025-05-17 | Docs(lib/extract_if): Unify paragraph about closure actions | Paul Mabileau | -12/+12 |
| 2025-05-17 | Docs(lib/coll/btm): Split `extract_if`'s first sentence from the following ones | Paul Mabileau | -4/+6 |
| 2025-05-17 | Docs(lib/coll/hm): Reword `extract_if` to use `element` instead of `value` | Paul Mabileau | -3/+3 |
| 2025-05-17 | Docs(lib/alloc/vec): Add the missing `an` to `extract_if`'s first sentence | Paul Mabileau | -1/+1 |
| 2025-05-16 | Auto merge of #140978 - davidtwco:deep-reject-in-match-norm-trait-ref, r=lcnr | bors | -2/+12 |