about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-07-30Rollup merge of #128380 - folkertdev:naked-compatible-doc-comment, r=bjorn3Matthias Krüger-0/+3
2024-07-30Rollup merge of #128379 - Dajamante:aïssata_needs_unwind, r=pietroalbiniMatthias Krüger-2/+3
2024-07-30Rollup merge of #128376 - compiler-errors:finish-ur-vegetables, r=jieyouxuMatthias Krüger-0/+16
2024-07-30Rollup merge of #128357 - compiler-errors:shadowed-non-lifetime-binder, r=pet...Matthias Krüger-6/+78
2024-07-30Auto merge of #124339 - oli-obk:supports_feature, r=wesleywiserbors-0/+17
2024-07-30Make RUSTC_OVERRIDE_VERSION_STRING overwrite the rendered version output, tooOli Scherer-1/+1
2024-07-30Test RUSTC_OVERRIDE_VERSION_STRINGOli Scherer-0/+17
2024-07-30Auto merge of #127955 - chenyukang:yukang-fix-mismatched-delimiter-issue-1278...bors-7/+37
2024-07-30Auto merge of #125929 - Bryanskiy:delegation-generics-3, r=petrochenkovbors-140/+395
2024-07-30make `///` doc comments compatible with naked functionsFolkert-0/+3
2024-07-30the output in stderr expects panic-unwindaissata-2/+3
2024-07-30Rollup merge of #127574 - lcnr:coherence-check-supertrait, r=compiler-errorsMatthias Krüger-2/+109
2024-07-29Mark Parser::eat/check methods as must_useMichael Goulet-0/+16
2024-07-29Auto merge of #128360 - matthiaskrgr:rollup-wwy5mkj, r=matthiaskrgrbors-166/+126
2024-07-29Rollup merge of #128284 - GKFX:stabilize-offset-of-nested, r=dtolnay,jieyouxuMatthias Krüger-161/+62
2024-07-29Rollup merge of #128104 - mu001999-contrib:fix/128053, r=petrochenkovMatthias Krüger-5/+64
2024-07-29Detect non-lifetime binder params shadowing item paramsMichael Goulet-6/+78
2024-07-29Delegation: support generics for delegation from free functionsBryanskiy-140/+395
2024-07-29Stabilize offset_of_nestedGeorge Bateman-161/+62
2024-07-29Rollup merge of #128337 - bvanjoi:issue-121613, r=compiler-errorsMatthias Krüger-0/+116
2024-07-29Rollup merge of #128239 - compiler-errors:error-on-object-cand-confirm, r=oli...Matthias Krüger-0/+22
2024-07-29Rollup merge of #128174 - compiler-errors:trait-alias-marker, r=oli-obkMatthias Krüger-0/+18
2024-07-29Rollup merge of #127882 - compiler-errors:cfi-sized-self-gat, r=oli-obkMatthias Krüger-0/+38
2024-07-29only accept adt type during infer source visitorbohan-0/+116
2024-07-29Rollup merge of #128277 - RalfJung:offset_from_wildcard, r=oli-obkMatthias Krüger-66/+68
2024-07-28Rollup merge of #128228 - slanterns:const_waker, r=dtolnay,oli-obkGuillaume Gomez-3/+3
2024-07-28stabilize const_wakerSlanterns-3/+3
2024-07-28Rollup merge of #125889 - Nilstrieb:migrate-into-the-future, r=compiler-errorsMatthias Krüger-0/+342
2024-07-28Add migration lint for 2024 prelude additionsNilstrieb-0/+342
2024-07-28Rollup merge of #128279 - slanterns:is_sorted, r=dtolnayMatthias Krüger-58/+0
2024-07-28Rollup merge of #127853 - folkertdev:naked-function-error-messages, r=bjorn3Matthias Krüger-79/+258
2024-07-27improve dangling/oob errors and make them more uniformRalf Jung-63/+65
2024-07-28stabilize `is_sorted`Slanterns-58/+0
2024-07-27Rollup merge of #128241 - compiler-errors:clone-sugg, r=jieyouxuTrevor Gross-6/+14
2024-07-27Rollup merge of #128207 - folkertdev:asm-parser-generalize, r=AmanieuTrevor Gross-77/+155
2024-07-27add `needs-asm-support` to `tests/ui/asm/unsupported-option.rs`Folkert-3/+5
2024-07-27fix `tests/ui/asm/naked-functions.rs` for aarch64Folkert-6/+7
2024-07-27update aarch64 asm testsFolkert-47/+61
2024-07-27miri: fix offset_from behavior on wildcard pointersRalf Jung-5/+5
2024-07-27allow `#[target_feature]` on `#[naked]` functionsFolkert-25/+6
2024-07-27switch to an allowlist approachFolkert-31/+132
2024-07-27Make `missing_fragment_specifier` an error in edition 2024Trevor Gross-18/+74
2024-07-26Rollup merge of #128229 - tdittr:unsafe-extern-abi-error, r=compiler-errorsTrevor Gross-8/+41
2024-07-26Rollup merge of #128201 - compiler-errors:closure-clone, r=oli-obkTrevor Gross-18/+93
2024-07-26Rollup merge of #124941 - Skgland:stabilize-const-int-from-str, r=dtolnayTrevor Gross-4/+2
2024-07-26Auto merge of #121676 - Bryanskiy:polarity, r=petrochenkovbors-20/+250
2024-07-26Remove logic to suggest clone of function outputMichael Goulet-6/+14
2024-07-26Don't ICE when encountering error regions when confirming object method candi...Michael Goulet-0/+22
2024-07-26Suppress useless clone suggestionMichael Goulet-5/+0
2024-07-26Make coroutine-closures possible to be clonedMichael Goulet-18/+98