about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-06-26Auto merge of #143057 - matthiaskrgr:rollup-bulih8o, r=matthiaskrgrbors-215/+612
2025-06-26Better recoveryMichael Goulet-6/+13
2025-06-26Make recovery for enum with struct field a bit more accurateMichael Goulet-0/+16
2025-06-26rustdoc: show attributes on enum variantsbinarycat-0/+25
2025-06-26clarify and unify 'transient mutable borrow' errorsRalf Jung-61/+61
2025-06-26add more sensible mut-ref-to-immutable testRalf Jung-8/+21
2025-06-26const-eval: allow constants to refer to mutable/external memory, but reject s...Ralf Jung-127/+159
2025-06-26Rollup merge of #142981 - compiler-errors:verbose-missing-suggestion, r=estebankMatthias Krüger-117/+246
2025-06-26Rollup merge of #142884 - makai410:coroutine-body, r=celinvalMatthias Krüger-0/+105
2025-06-26Rollup merge of #142393 - compiler-errors:nofield, r=petrochenkovMatthias Krüger-9/+44
2025-06-26Rollup merge of #142285 - workingjubilee:dont-use-bad-assembly, r=nnethercoteMatthias Krüger-7/+10
2025-06-26Rollup merge of #141648 - GuillaumeGomez:redundant_explicit_links-expansion, ...Matthias Krüger-0/+79
2025-06-26Rollup merge of #139594 - compiler-errors:if-cause, r=oli-obkMatthias Krüger-78/+70
2025-06-26Rollup merge of #124595 - estebank:issue-104232, r=davidtwcoMatthias Krüger-4/+58
2025-06-26Rename `tilde const` test files to `conditionally const`Oli Scherer-61/+65
2025-06-26Change const trait bound syntax from ~const to [const]Oli Scherer-1200/+1249
2025-06-26Move an ACE test out of the GCI directoryLeón Orell Valerian Liehr-35/+17
2025-06-26Auto merge of #142255 - estebank:edition-diagnostic-changes, r=fee1-dead,Waff...bors-130/+1201
2025-06-26const validation: properly ignore zero-sized UnsafeCellRalf Jung-0/+15
2025-06-26Move mixed export_name/no_mangle check to check_attr.rs and improve the errorJonathan Brouwer-10/+81
2025-06-26Port `#[export_name]` to the new attribute parsing infrastructureJonathan Brouwer-13/+13
2025-06-26Simplify IfCauseMichael Goulet-78/+70
2025-06-25Bless `tests/ui/macros/must-use-in-macro-55516.rs`Urgau-1/+4
2025-06-25Fix suggestion spans inside macros for the `unused_must_use` lintUrgau-0/+168
2025-06-25Rollup merge of #142992 - workingjubilee:dont-validate-naughty-abis, r=jieyouxuJana Dönszelmann-188/+83
2025-06-25Rollup merge of #142976 - compiler-errors:coerce-ice, r=fee1-deadJana Dönszelmann-58/+32
2025-06-25Rollup merge of #142200 - Kivooeo:tf8, r=jieyouxuJana Dönszelmann-148/+151
2025-06-25tests: Do not run afoul of asm.validity.non-exhaustive in input-statsJubilee Young-7/+10
2025-06-25emit `StorageLive` and schedule `StorageDead` for `let`-`else` after matchingdianne-14/+27
2025-06-25Add edition checks for some tests that had divergent outputEsteban Küber-113/+1184
2025-06-25Do not use `gen` as binding nameEsteban Küber-17/+17
2025-06-25Don't give APITs names with macro expansion placeholder fragments in itMichael Goulet-9/+44
2025-06-25Normalize before computing ConstArgHasType goalMichael Goulet-6/+28
2025-06-25Compute hard errors without diagnostics in impl_intersection_has_impossible_o...Michael Goulet-6/+0
2025-06-25update ui/import testsLorrensP-2158466-124/+497
2025-06-25Sprinkle breadcrumbs around to lead people to the rust-invalid ABIJubilee Young-0/+2
2025-06-25tests: specify why extern "rust-invalid" cannot be used in varargs testJubilee Young-1/+2
2025-06-25tests: migrate unsupported-abi-transmute.rs to extern "rust-invalid"Jubilee Young-13/+13
2025-06-25tests: split out unsupported-in-impls.rsJubilee Young-174/+66
2025-06-25move unstable book page and account for itJubilee Young-4/+4
2025-06-25tests: bless s/C-cmse/cmse/Jubilee Young-313/+313
2025-06-25tests: s/C-cmse/cmse/Jubilee Young-112/+110
2025-06-24Rollup merge of #142983 - compiler-errors:taint-invalid-call-abi, r=workingju...Jubilee-0/+45
2025-06-24Rollup merge of #142977 - aDotInTheVoid:rustdochtml-targetfeature, r=Guillaum...Jubilee-0/+38
2025-06-24Rollup merge of #142955 - bjorn3:cg_clif_test_fixes, r=jieyouxuJubilee-10/+77
2025-06-24Rollup merge of #142934 - nnethercote:tweak-macro-stats, r=petrochenkovJubilee-20/+20
2025-06-24Rollup merge of #142844 - dpaoliello:short-ice, r=jieyouxuJubilee-4/+11
2025-06-24Rollup merge of #142825 - jdonszelmann:track-caller, r=oli-obkJubilee-14/+18
2025-06-24Rollup merge of #142768 - scottmcm:avoid-unneeded-bitcast, r=WaffleLapkinJubilee-0/+45
2025-06-24Rollup merge of #142633 - folkertdev:interrupt-abi-restrict-signature, r=work...Jubilee-164/+400