about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-06-15Rollup merge of #142347 - azhogin:azhogin/async-drop-storage-live-dead-fix, r...León Orell Valerian Liehr-4/+357
2025-06-15Rollup merge of #141937 - WaffleLapkin:never-report-in-deps, r=oli-obk,travis...León Orell Valerian Liehr-0/+645
2025-06-15Rollup merge of #141769 - bjorn3:codegen_metadata_module_rework, r=workingjub...León Orell Valerian Liehr-9/+8
2025-06-15Rollup merge of #134661 - dtolnay:prefixattr, r=fmeaseLeón Orell Valerian Liehr-4/+43
2025-06-15Rollup merge of #133952 - bjorn3:remove_wasm_legacy_abi, r=alexcrichtonLeón Orell Valerian Liehr-171/+0
2025-06-15Only traverse reachable blocks in JumpThreading.Camille GILLOT-1/+12
2025-06-15Suggest adding semicolon in user code rather than macro impl detailsUrgau-0/+159
2025-06-15Un-remap `rustc-dev` component pathsUrgau-0/+63
2025-06-15Auto merge of #142398 - fee1-dead-contrib:push-ynxrtswtkyxw, r=oli-obkbors-12/+12
2025-06-15Move the place in `&pin mut $place` when `!Unpin` to ensure soundnessFrank King-184/+528
2025-06-15Move `tests/ui/async-await/pin-ergonomics` to `tests/ui`Frank King-0/+0
2025-06-15Implement pinned borrows, part of `pin_ergonomics`Frank King-10/+396
2025-06-15Add `simd_funnel_sh{l,r}` and `simd_round_ties_even`sayantn-25/+138
2025-06-14Auto merge of #142129 - shepmaster:mismatched-syntaxes-in-function-like-place...bors-3/+107
2025-06-14Remove all support for wasm's legacy ABIbjorn3-171/+0
2025-06-14Rollup merge of #142477 - JonathanBrouwer:associated-type-suggestion, r=Waffl...Matthias Krüger-0/+59
2025-06-14Rollup merge of #142464 - RalfJung:variadic-fn-abi-error, r=workingjubileeMatthias Krüger-29/+27
2025-06-14Rollup merge of #141811 - mejrs:bye_locals, r=compiler-errorsMatthias Krüger-541/+405
2025-06-14Rollup merge of #141399 - GuillaumeGomez:extracted-doctest, r=aDotInTheVoidMatthias Krüger-1/+13
2025-06-14Rollup merge of #140593 - m-ou-se:some-temp, r=NadrierilMatthias Krüger-131/+124
2025-06-14Async drop - fix for StorageLive/StorageDead codegen for pinned async drop fu...Andrew Zhogin-4/+357
2025-06-14Marks ADT live if it appears in patternMu001999-16/+133
2025-06-13Rollup merge of #142480 - workingjubilee:unhandwrite-minicore, r=tgross35Jubilee-10/+6
2025-06-13Rollup merge of #142449 - oli-obk:missing-mgca-args, r=BoxyUwUJubilee-38/+35
2025-06-13Rollup merge of #142302 - JonathanBrouwer:invalid-const-token, r=jdonszelmannJubilee-117/+187
2025-06-13Rollup merge of #142273 - workingjubilee:rework-gpu-kernel-feature-gate-test,...Jubilee-21/+172
2025-06-13Rollup merge of #142046 - Qelxiros:122742-vec_peek_mut, r=cuviperJubilee-2/+2
2025-06-13Rollup merge of #141352 - lcnr:no-builtin-preference, r=compiler-errorsJubilee-0/+50
2025-06-13tests: Convert two handwritten minicores to add-core-stubsJubilee Young-10/+6
2025-06-14Add `f16` inline asm support for LoongArchWANG Rui-1/+25
2025-06-13Auto merge of #134841 - estebank:serde-attr-4, r=wesleywiserbors-0/+256
2025-06-14Fix incorrect suggestion when calling an associated type with a type anchorJonathan Brouwer-2/+2
2025-06-14Failing testJonathan Brouwer-0/+59
2025-06-13Add AST pretty-printer tests involving attr precedenceDavid Tolnay-4/+43
2025-06-13100% safe implementation of RepeatNSoveu-3/+4
2025-06-13Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgrbors-282/+898
2025-06-13Rework how the disallowed qualifier lints are generatedJonathan Brouwer-219/+117
2025-06-13variadic functions: remove list of supported ABIs from errorRalf Jung-29/+27
2025-06-13Merge unboxed trait object error suggestion into regular dyn incompat errorOli Scherer-153/+69
2025-06-13Auto merge of #142442 - matthiaskrgr:rollup-6yodjfx, r=matthiaskrgrbors-50/+225
2025-06-13Add failing testsJonathan Brouwer-3/+175
2025-06-13Require generic params for const generic paramsOli Scherer-38/+35
2025-06-13Add test for temporary lifetime extension in `Self()` syntax.Mara Bos-1/+12
2025-06-13Add tests.Mara Bos-0/+44
2025-06-13Update tests.Mara Bos-131/+69
2025-06-13Auto merge of #142432 - matthiaskrgr:rollup-ziuls9y, r=matthiaskrgrbors-124/+339
2025-06-13Rollup merge of #142176 - workingjubilee:dont-shuffle-bswaps-per-arch, r=nikicMatthias Krüger-16/+45
2025-06-13Rollup merge of #140770 - folkertdev:custom-abi, r=tgross35Matthias Krüger-0/+677
2025-06-13Rollup merge of #135927 - azhogin:azhogin/retpoline, r=davidtwcoMatthias Krüger-0/+83
2025-06-13Rollup merge of #128425 - tgross35:missing-fragment-specifier-unconditional, ...Matthias Krüger-266/+93