about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-08-29Rollup merge of #123940 - kornelski:remove-derived-debug, r=UrgauGuillaume Gomez-45/+176
2024-08-28Rollup merge of #129494 - tshepang:fmt-threads-sendsync, r=NadrierilJubilee-247/+315
2024-08-28Rollup merge of #129467 - dingxiangfei2009:smart-pointer-relax-pointee, r=com...Jubilee-16/+61
2024-08-28Rollup merge of #129343 - estebank:time-version, r=jieyouxuJubilee-0/+19
2024-08-28Rollup merge of #128192 - mrkajetanp:feature-detect, r=AmanieuJubilee-3/+4
2024-08-28Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwUbors-0/+159
2024-08-28Emit specific message for `time<0.3.35` inference failureEsteban Küber-0/+19
2024-08-28fmt-debug optionKornel-45/+176
2024-08-29derive(SmartPointer): assume pointee from the single generic and better error...Ding Xiang Fei-16/+61
2024-08-28Rollup merge of #129666 - RalfJung:raw-eq-align, r=compiler-errorsMatthias Krüger-1/+15
2024-08-28Rollup merge of #129657 - jswrenn:transmute-name, r=compiler-errorsMatthias Krüger-463/+463
2024-08-28Rollup merge of #129613 - RalfJung:interpret-target-feat, r=saethlinMatthias Krüger-11/+6
2024-08-28Rollup merge of #129421 - jdonszelmann:naked-repr-align-functions, r=workingj...Matthias Krüger-0/+125
2024-08-28Implement RFC 3525.Luca Versari-0/+159
2024-08-28Auto merge of #129546 - compiler-errors:no-pred-on, r=fee1-deadbors-10/+0
2024-08-27Auto merge of #128506 - compiler-errors:by-move-body, r=cjgillotbors-12/+12
2024-08-27interpret: add missing alignment check in raw_eqRalf Jung-1/+15
2024-08-27Rollup merge of #129649 - RalfJung:unadjusted-abi-mismatch, r=petrochenkovMatthias Krüger-3/+4
2024-08-27Rollup merge of #129507 - RalfJung:per-fn-const_precise_live_drops, r=wesleyw...Matthias Krüger-0/+29
2024-08-27add uitest for naked functions and the repr attr on functionsjdonszelmann-0/+125
2024-08-27safe transmute: Rename `BikeshedIntrinsicFrom` to `TransmuteFrom`Jack Wrenn-463/+463
2024-08-27tests: Update with new aarch64 target featuresKajetan Puchalski-3/+3
2024-08-27rustc_target: Add various aarch64 featuresKajetan Puchalski-0/+1
2024-08-27ABI compat check: detect unadjusted ABI mismatchesRalf Jung-3/+4
2024-08-27Rollup merge of #129536 - beetrees:f16-f128-inline-asm-aarch64, r=AmanieuTrevor Gross-3/+28
2024-08-27Rollup merge of #129490 - randomPoison:trusty-os-support, r=UrgauTrevor Gross-2/+2
2024-08-27Rollup merge of #128731 - RalfJung:simd-shuffle-vector, r=workingjubileeTrevor Gross-2/+25
2024-08-26Stop using a special inner body for the coroutine by-move body for async clos...Michael Goulet-12/+12
2024-08-27Rollup merge of #129340 - stephen-lazaro:u/slazaro/issue-129274, r=compiler-e...Matthias Krüger-0/+28
2024-08-27Rollup merge of #129250 - estebank:issue-129205, r=compiler-errorsMatthias Krüger-0/+25
2024-08-27Rollup merge of #129032 - jswrenn:transmute-method, r=compiler-errorsMatthias Krüger-4/+4
2024-08-26Do not ICE on non-ADT rcvr type when looking for crate version collisionEsteban Küber-0/+25
2024-08-26Rollup merge of #129600 - traviscross:TC/tie-impl_trait_overcaptures-to-rust-...Matthias Krüger-6/+22
2024-08-26Rollup merge of #129190 - rezwanahmedsami:master, r=tgross35Matthias Krüger-1/+69
2024-08-26interpret: do not make const-eval query result depend on tcx.sessRalf Jung-11/+6
2024-08-26Tie `impl_trait_overcaptures` lint to Rust 2024Travis Cross-6/+22
2024-08-26Rollup merge of #129553 - RalfJung:const-stability, r=compiler-errorsMatthias Krüger-8/+16
2024-08-26Rollup merge of #129519 - compiler-errors:lowering-flags, r=fmeaseMatthias Krüger-0/+28
2024-08-26Rollup merge of #129405 - surechen:fix_span_x, r=cjgillotMatthias Krüger-29/+12
2024-08-26Rollup merge of #129288 - compiler-errors:unsafe-fn-coercion, r=lcnrMatthias Krüger-0/+14
2024-08-25Remove redundant flags that can be inferred from the HIRMichael Goulet-0/+28
2024-08-25Rollup merge of #129487 - GrigorenkoPV:repr_transparent_external_private_fiel...Matthias Krüger-0/+73
2024-08-25Fixing span manipulation and indentation of the suggestion introduced by #126187surechen-29/+12
2024-08-25tweak rustc_allow_const_fn_unstable hint, and add back test for stable-const-...Ralf Jung-8/+16
2024-08-25make it possible to enable const_precise_live_drops per-functionRalf Jung-0/+29
2024-08-25Auto merge of #129521 - matthiaskrgr:rollup-uigv77m, r=matthiaskrgrbors-394/+448
2024-08-24Rollup merge of #129429 - cjgillot:named-variance, r=compiler-errorsTrevor Gross-132/+134
2024-08-24Rollup merge of #128735 - jieyouxu:pr-120176-revive, r=cjgillotTrevor Gross-6/+126
2024-08-24Rollup merge of #128524 - chenyukang:yukang-fix-127930-invalid-outer-style-su...Trevor Gross-41/+28
2024-08-24Rollup merge of #128467 - estebank:unsized-args, r=cjgillotTrevor Gross-0/+139