about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-29Relax check lines in x86-return-float.rsNikita Popov-3/+3
2025-07-29Fix typo in `DropGuard` docLucas Werkmeister-1/+1
2025-07-29Add support for the m68k architecture in 'object_architecture'FractalFir-0/+1
2025-07-29Auto merge of #144633 - Zalathar:rollup-h984m13, r=Zalatharbors-2327/+4977
2025-07-29Rollup merge of #144627 - jakubadamw:issue-129882, r=lqdStuart Cook-0/+42
2025-07-29Rollup merge of #144626 - RalfJung:cc-pin-comment, r=lqdStuart Cook-4/+4
2025-07-29Rollup merge of #144623 - RalfJung:miri, r=RalfJungStuart Cook-1468/+2745
2025-07-29Rollup merge of #144609 - Muscraft:right-align, r=compiler-errorsStuart Cook-54/+64
2025-07-29Rollup merge of #144600 - Noratrieb:rustdoc-dep-info-paths, r=GuillaumeGomezStuart Cook-17/+53
2025-07-29Rollup merge of #144599 - lolbinarycat:bootstrap-build.tidy-extra-checks-enab...Stuart Cook-0/+5
2025-07-29Rollup merge of #144511 - lolbinarycat:tidy-extra-checks-opt, r=KobzolStuart Cook-30/+55
2025-07-29Rollup merge of #144500 - joboet:thread-name-stack-overflow, r=ChrisDentonStuart Cook-32/+87
2025-07-29Rollup merge of #144482 - Shourya742:2025-07-24-have-explicit-download-method...Stuart Cook-479/+657
2025-07-29Rollup merge of #144451 - ShoyuVanilla:loop-match-upvar, r=oli-obkStuart Cook-7/+113
2025-07-29Rollup merge of #144407 - godzie44:godzie44/fix_dwarf_inconsistency, r=wesley...Stuart Cook-2/+34
2025-07-29Rollup merge of #144167 - zachs18:rangebounds-not-unsized-reason, r=tgross35Stuart Cook-0/+48
2025-07-29Rollup merge of #144022 - connortsui20:sync_nonpoison, r=tgross35Stuart Cook-234/+1070
2025-07-29Adjust enum-discriminant-eq.rs for LLVM 21Nikita Popov-4/+10
2025-07-29Fix nvptx-safe-naming.rs test on LLVM 21Nikita Popov-1/+5
2025-07-29coverage: Treat `#[automatically_derived]` as `#[coverage(off)]`Zalathar-45/+34
2025-07-29coverage: Rename `CoverageStatus` to `CoverageAttrKind`Zalathar-32/+27
2025-07-29coverage: Test how `#[automatically_derived]` affects instrumentationZalathar-0/+370
2025-07-29resuse eagerly resolved goal from previous iterationlcnr-13/+37
2025-07-29add extra drop, panic, and unwind testsConnor Tsui-22/+80
2025-07-29add nonpoison and poison mutex testsConnor Tsui-146/+260
2025-07-29reorder mutex testsConnor Tsui-144/+158
2025-07-29add `nonpoison::mutex` implementationConnor Tsui-32/+682
2025-07-29clean up existing poison filesConnor Tsui-5/+5
2025-07-29Add a regression test for an ICE with the `generic_const_exprs` feature attri...Jacob Adam-0/+42
2025-07-29cc dependencies: clarify commentRalf Jung-4/+4
2025-07-29Create two methods to fix `find_oldest_ancestor_in_same_ctxt`xizheyin-42/+58
2025-07-29Auto merge of #144624 - Zalathar:rollup-w803jmq, r=Zalatharbors-281/+1045
2025-07-28Simplify `align_of_val::<[T]>(…)` → `align_of::<T>()`Scott McMurray-48/+68
2025-07-29Rollup merge of #144616 - Zalathar:try-in-macro, r=jieyouxuStuart Cook-0/+266
2025-07-29Rollup merge of #144582 - usamoi:docs, r=RalfJungStuart Cook-9/+9
2025-07-29Rollup merge of #144578 - FractalFir:m68k_fix, r=compiler-errorsStuart Cook-0/+5
2025-07-29Rollup merge of #144575 - xonx4l:patch-6, r=scottmcmStuart Cook-1/+1
2025-07-29Rollup merge of #144573 - BoxyUwU:patkind_constant_ptr_docs, r=lcnrStuart Cook-0/+2
2025-07-29Rollup merge of #144569 - tshepang:rdg-sync, r=KobzolStuart Cook-242/+449
2025-07-29Rollup merge of #144539 - RalfJung:const_with_exposed_provenance, r=oli-obkStuart Cook-2/+4
2025-07-29Rollup merge of #144367 - shepmaster:reduce-x86-macos-runner-usage, r=Mark-Si...Stuart Cook-1/+1
2025-07-29Rollup merge of #144236 - yoshuawuyts:drop-guard, r=Mark-SimulacrumStuart Cook-0/+207
2025-07-29Rollup merge of #143883 - pietroalbini:pa-linkchecker-extra-target, r=ehussStuart Cook-26/+101
2025-07-28Add a MIR test for `align_of_val` on a sliceScott McMurray-0/+33
2025-07-28Add a mir-opt pre-codegen test for dropping a `Box<[impl Copy]>`Scott McMurray-0/+463
2025-07-29update lockfile and bless tidyRalf Jung-0/+144
2025-07-29Auto merge of #143289 - scottmcm:remove-array-chunks, r=jhprattbors-540/+23
2025-07-29coverage: Regression test for "function name is empty" bugZalathar-0/+266
2025-07-29Make resolve_fn_signature responsible for its own rib.Camille GILLOT-75/+54
2025-07-28Auto merge of #144524 - rust-lang:cargo_update, r=clubby789bors-17/+17