about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-12-21ptr::copy: fix docs for the overlapping caseRalf Jung-5/+5
2024-12-21Auto merge of #134590 - matthiaskrgr:rollup-8lz2s62, r=matthiaskrgrbors-186/+779
2024-12-21Rollup merge of #134586 - Urgau:fn-ptr-lint-option, r=compiler-errorsMatthias Krüger-2/+50
2024-12-21Rollup merge of #134539 - estebank:restrict-non_exhaustive, r=jieyouxuMatthias Krüger-3/+78
2024-12-21Rollup merge of #134524 - adetaylor:getref, r=compiler-errorsMatthias Krüger-0/+50
2024-12-21Rollup merge of #134509 - adetaylor:niche-deshadowing-tests, r=wesleywiserMatthias Krüger-0/+63
2024-12-21Rollup merge of #133782 - dtolnay:closuresjumps, r=spastorino,traviscrossMatthias Krüger-9/+24
2024-12-21Rollup merge of #128780 - GuillaumeGomez:rustflags-doctests, r=rustdocMatthias Krüger-21/+220
2024-12-21Rollup merge of #123604 - michaelvanstraten:proc_thread_attribute_list, r=Chr...Matthias Krüger-151/+294
2024-12-20Also lint on option of function pointer comparisonsUrgau-2/+50
2024-12-20Add test to ensure passing `--doctest_compilation_args` multiple times workGuillaume Gomez-1/+24
2024-12-20Move test into the `tests.rs` fileGuillaume Gomez-23/+22
2024-12-20Add explanations on how arguments are splitGuillaume Gomez-0/+19
2024-12-20Split arguments from `--doctest-compilation-args` like a shell wouldGuillaume Gomez-8/+64
2024-12-20Update `run-make/rustdoc-default-output` testGuillaume Gomez-2/+4
2024-12-20Auto merge of #134582 - matthiaskrgr:rollup-i0oyqjw, r=matthiaskrgrbors-299/+297
2024-12-20Rollup merge of #134574 - lcnr:opaque-ty-hack-yeet, r=compiler-errorsMatthias Krüger-11/+14
2024-12-20Rollup merge of #134573 - lukas-code:unimpl-dyn-pointerlike, r=compiler-errorsMatthias Krüger-93/+217
2024-12-20Rollup merge of #134570 - hkBst:patch-3, r=joboetMatthias Krüger-1/+1
2024-12-20Rollup merge of #134567 - bjorn3:remove_unused_code, r=compiler-errorsMatthias Krüger-78/+0
2024-12-20Rollup merge of #134562 - taiki-e:codegen-asm-minicore, r=jieyouxuMatthias Krüger-74/+36
2024-12-20Rollup merge of #134561 - bjorn3:less_fatal_error_raise, r=compiler-errorsMatthias Krüger-41/+22
2024-12-20Rollup merge of #134560 - RalfJung:miri-thread-spawn, r=jhprattMatthias Krüger-0/+6
2024-12-20Rollup merge of #134556 - the8472:restore-ns-units, r=jieyouxuMatthias Krüger-1/+1
2024-12-20Auto merge of #134564 - Kobzol:revert-aarch64-runner, r=nikicbors-129/+99
2024-12-20next-solver: rm opaque type hacklcnr-11/+14
2024-12-20remove reference to dangling from slice::IterMarijn Schouten-1/+1
2024-12-20Restrict `#[non_exaustive]` on structs with default field valuesEsteban Küber-3/+78
2024-12-20fix `PointerLike` docsLukas Markeffsky-2/+2
2024-12-20unimplement `PointerLike` for trait objectsLukas Markeffsky-0/+63
2024-12-20split up `#[rustc_deny_explicit_impl]` attributeLukas Markeffsky-91/+152
2024-12-20Remove some dead code around import library generationbjorn3-78/+0
2024-12-20Revert "Auto merge of #133809 - mrkajetanp:ci-aarch64-dist, r=Kobzol"Jakub Beránek-129/+99
2024-12-20Auto merge of #134559 - DianQK:rollup-22iraj9, r=DianQKbors-189/+206
2024-12-20tests/codegen/asm: Remove uses of rustc_attrs and lang_items features by usin...Taiki Endo-74/+36
2024-12-20Add explanations about `--doctest-compilation-args` in rustdoc bookGuillaume Gomez-18/+76
2024-12-20Add regression test for `--doctest-compilation-args`Guillaume Gomez-0/+18
2024-12-20Add `--doctest-compilation-args` option to allow passing arguments to doctest...Guillaume Gomez-1/+25
2024-12-20Reduce the amount of explicit FatalError.raise()bjorn3-41/+22
2024-12-20mri: add track_caller to thread spawning methods for better backtracesRalf Jung-0/+6
2024-12-20Rollup merge of #134553 - lcnr:member-constraints-comment, r=oli-obkDianQK-3/+6
2024-12-20Rollup merge of #134551 - Zalathar:graph, r=lqdDianQK-93/+61
2024-12-20Rollup merge of #134519 - MarcoIeni:ubuntu-latest-to-24, r=KobzolDianQK-5/+5
2024-12-20Rollup merge of #134514 - bjorn3:more_driver_refactors, r=jieyouxuDianQK-86/+100
2024-12-20Rollup merge of #134366 - harrisonkaiser:no-break-space, r=davidtwcoDianQK-2/+34
2024-12-20fix missing ns units in bootstrap's benchmark renderingThe 8472-1/+1
2024-12-20Arbitrary self types v2: no deshadow pre feature.Adrian Taylor-0/+50
2024-12-20add commentslcnr-3/+6
2024-12-20Review commentsbjorn3-3/+9
2024-12-20Auto merge of #134550 - jhpratt:rollup-wsfmo59, r=jhprattbors-583/+712