| Age | Commit message (Expand) | Author | Lines |
| 2024-12-21 | ptr::copy: fix docs for the overlapping case | Ralf Jung | -5/+5 |
| 2024-12-21 | Auto merge of #134590 - matthiaskrgr:rollup-8lz2s62, r=matthiaskrgr | bors | -186/+779 |
| 2024-12-21 | Rollup merge of #134586 - Urgau:fn-ptr-lint-option, r=compiler-errors | Matthias Krüger | -2/+50 |
| 2024-12-21 | Rollup merge of #134539 - estebank:restrict-non_exhaustive, r=jieyouxu | Matthias Krüger | -3/+78 |
| 2024-12-21 | Rollup merge of #134524 - adetaylor:getref, r=compiler-errors | Matthias Krüger | -0/+50 |
| 2024-12-21 | Rollup merge of #134509 - adetaylor:niche-deshadowing-tests, r=wesleywiser | Matthias Krüger | -0/+63 |
| 2024-12-21 | Rollup merge of #133782 - dtolnay:closuresjumps, r=spastorino,traviscross | Matthias Krüger | -9/+24 |
| 2024-12-21 | Rollup merge of #128780 - GuillaumeGomez:rustflags-doctests, r=rustdoc | Matthias Krüger | -21/+220 |
| 2024-12-21 | Rollup merge of #123604 - michaelvanstraten:proc_thread_attribute_list, r=Chr... | Matthias Krüger | -151/+294 |
| 2024-12-20 | Also lint on option of function pointer comparisons | Urgau | -2/+50 |
| 2024-12-20 | Add test to ensure passing `--doctest_compilation_args` multiple times work | Guillaume Gomez | -1/+24 |
| 2024-12-20 | Move test into the `tests.rs` file | Guillaume Gomez | -23/+22 |
| 2024-12-20 | Add explanations on how arguments are split | Guillaume Gomez | -0/+19 |
| 2024-12-20 | Split arguments from `--doctest-compilation-args` like a shell would | Guillaume Gomez | -8/+64 |
| 2024-12-20 | Update `run-make/rustdoc-default-output` test | Guillaume Gomez | -2/+4 |
| 2024-12-20 | Auto merge of #134582 - matthiaskrgr:rollup-i0oyqjw, r=matthiaskrgr | bors | -299/+297 |
| 2024-12-20 | Rollup merge of #134574 - lcnr:opaque-ty-hack-yeet, r=compiler-errors | Matthias Krüger | -11/+14 |
| 2024-12-20 | Rollup merge of #134573 - lukas-code:unimpl-dyn-pointerlike, r=compiler-errors | Matthias Krüger | -93/+217 |
| 2024-12-20 | Rollup merge of #134570 - hkBst:patch-3, r=joboet | Matthias Krüger | -1/+1 |
| 2024-12-20 | Rollup merge of #134567 - bjorn3:remove_unused_code, r=compiler-errors | Matthias Krüger | -78/+0 |
| 2024-12-20 | Rollup merge of #134562 - taiki-e:codegen-asm-minicore, r=jieyouxu | Matthias Krüger | -74/+36 |
| 2024-12-20 | Rollup merge of #134561 - bjorn3:less_fatal_error_raise, r=compiler-errors | Matthias Krüger | -41/+22 |
| 2024-12-20 | Rollup merge of #134560 - RalfJung:miri-thread-spawn, r=jhpratt | Matthias Krüger | -0/+6 |
| 2024-12-20 | Rollup merge of #134556 - the8472:restore-ns-units, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-12-20 | Auto merge of #134564 - Kobzol:revert-aarch64-runner, r=nikic | bors | -129/+99 |
| 2024-12-20 | next-solver: rm opaque type hack | lcnr | -11/+14 |
| 2024-12-20 | remove reference to dangling from slice::Iter | Marijn Schouten | -1/+1 |
| 2024-12-20 | Restrict `#[non_exaustive]` on structs with default field values | Esteban Küber | -3/+78 |
| 2024-12-20 | fix `PointerLike` docs | Lukas Markeffsky | -2/+2 |
| 2024-12-20 | unimplement `PointerLike` for trait objects | Lukas Markeffsky | -0/+63 |
| 2024-12-20 | split up `#[rustc_deny_explicit_impl]` attribute | Lukas Markeffsky | -91/+152 |
| 2024-12-20 | Remove some dead code around import library generation | bjorn3 | -78/+0 |
| 2024-12-20 | Revert "Auto merge of #133809 - mrkajetanp:ci-aarch64-dist, r=Kobzol" | Jakub Beránek | -129/+99 |
| 2024-12-20 | Auto merge of #134559 - DianQK:rollup-22iraj9, r=DianQK | bors | -189/+206 |
| 2024-12-20 | tests/codegen/asm: Remove uses of rustc_attrs and lang_items features by usin... | Taiki Endo | -74/+36 |
| 2024-12-20 | Add explanations about `--doctest-compilation-args` in rustdoc book | Guillaume Gomez | -18/+76 |
| 2024-12-20 | Add regression test for `--doctest-compilation-args` | Guillaume Gomez | -0/+18 |
| 2024-12-20 | Add `--doctest-compilation-args` option to allow passing arguments to doctest... | Guillaume Gomez | -1/+25 |
| 2024-12-20 | Reduce the amount of explicit FatalError.raise() | bjorn3 | -41/+22 |
| 2024-12-20 | mri: add track_caller to thread spawning methods for better backtraces | Ralf Jung | -0/+6 |
| 2024-12-20 | Rollup merge of #134553 - lcnr:member-constraints-comment, r=oli-obk | DianQK | -3/+6 |
| 2024-12-20 | Rollup merge of #134551 - Zalathar:graph, r=lqd | DianQK | -93/+61 |
| 2024-12-20 | Rollup merge of #134519 - MarcoIeni:ubuntu-latest-to-24, r=Kobzol | DianQK | -5/+5 |
| 2024-12-20 | Rollup merge of #134514 - bjorn3:more_driver_refactors, r=jieyouxu | DianQK | -86/+100 |
| 2024-12-20 | Rollup merge of #134366 - harrisonkaiser:no-break-space, r=davidtwco | DianQK | -2/+34 |
| 2024-12-20 | fix missing ns units in bootstrap's benchmark rendering | The 8472 | -1/+1 |
| 2024-12-20 | Arbitrary self types v2: no deshadow pre feature. | Adrian Taylor | -0/+50 |
| 2024-12-20 | add comments | lcnr | -3/+6 |
| 2024-12-20 | Review comments | bjorn3 | -3/+9 |
| 2024-12-20 | Auto merge of #134550 - jhpratt:rollup-wsfmo59, r=jhpratt | bors | -583/+712 |