summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2024-06-15tests/ui/lint: Move 19 tests to new `non-snake-case` subdirMartin Nordholts
2024-06-14Auto merge of #125347 - tesuji:needtests, r=nikicbors
2024-06-14Auto merge of #126473 - matthiaskrgr:rollup-8w2xm09, r=matthiaskrgrbors
2024-06-14Rollup merge of #126426 - RalfJung:dangling-zst-ice, r=oli-obkMatthias Krüger
2024-06-14Rollup merge of #126054 - veera-sivarajan:bugfix-113073-bound-on-generics-2, ...Matthias Krüger
2024-06-14Rollup merge of #123769 - dtolnay:literal, r=fee1-deadMatthias Krüger
2024-06-14Auto merge of #126463 - matthiaskrgr:rollup-lnkfibf, r=matthiaskrgrbors
2024-06-14Rollup merge of #126386 - GuillaumeGomez:migrate-run-make-allow-non-lint-warn...Matthias Krüger
2024-06-14Rollup merge of #124884 - bvanjoi:fix-124785, r=estebankMatthias Krüger
2024-06-14Rollup merge of #126320 - oli-obk:pat_ice, r=lcnrMatthias Krüger
2024-06-14Rollup merge of #126270 - GuillaumeGomez:migrate-run-make-const_fn_mir, r=jie...Matthias Krüger
2024-06-14Rollup merge of #123962 - oli-obk:define_opaque_types5, r=lcnrMatthias Krüger
2024-06-14const validation: fix ICE on dangling ZST referenceRalf Jung
2024-06-14Auto merge of #126439 - matthiaskrgr:rollup-856xt18, r=matthiaskrgrbors
2024-06-14Remove failing GUI test to stop blocking CI until it is fixedGuillaume Gomez
2024-06-13Rollup merge of #126371 - estebank:suggest-core, r=fmeaseMatthias Krüger
2024-06-13Rollup merge of #126315 - mu001999-contrib:fix/126289, r=petrochenkovMatthias Krüger
2024-06-13Tweak output of import suggestionsEsteban Küber
2024-06-13Remove superfluous escaping from byte, byte str, and c str literalsDavid Tolnay
2024-06-13Add more Literal::to_string testsDavid Tolnay
2024-06-13Rename proc_macro::Literal tests from parse.rs to literal.rsDavid Tolnay
2024-06-13Auto merge of #125289 - WaffleLapkin:never-obligations, r=compiler-errorsbors
2024-06-13rebase blessingWaffle Lapkin
2024-06-13Rollup merge of #126366 - celinval:issue-0080-def-ty, r=oli-obkLeón Orell Valerian Liehr
2024-06-13Migrate `run-make/const_fn_mir` to `rmake.rs`Guillaume Gomez
2024-06-13Make `run-make/allow-non-lint-warnings-cmdline` into a ui testGuillaume Gomez
2024-06-13Migrate `run-make/allow-non-lint-warnings-cmdline` to `rmake.rs`Guillaume Gomez
2024-06-13Method resolution constrains hidden types instead of rejecting method candidatesOli Scherer
2024-06-13Add some testsOli Scherer
2024-06-13Bless a testWaffle Lapkin
2024-06-13Implement lint for obligations broken by never type fallback changeWaffle Lapkin
2024-06-13Replace some `Option<Diag>` with `Result<(), Diag>`Oli Scherer
2024-06-13Avoid follow-up errors on erroneous patternsOli Scherer
2024-06-13Auto merge of #126374 - workingjubilee:rollup-tz0utfr, r=workingjubileebors
2024-06-12Rollup merge of #126358 - jswrenn:fix-125811, r=compiler-errorsJubilee
2024-06-12Rollup merge of #126337 - oli-obk:nested_gat_opaque, r=lcnrJubilee
2024-06-12Rollup merge of #126142 - compiler-errors:trait-ref-split, r=jackh726Jubilee
2024-06-12Rollup merge of #125688 - compiler-errors:alias-reporting, r=lcnrJubilee
2024-06-12Rollup merge of #125674 - Oneirical:another-day-another-test, r=jieyouxuJubilee
2024-06-13Auto merge of #125165 - Oneirical:pgo-branch-weights, r=jieyouxubors
2024-06-13safe transmute: support `Variants::Single` enumsJack Wrenn
2024-06-12Rebase falloutMichael Goulet
2024-06-12Stop passing traitref/traitpredicate by refMichael Goulet
2024-06-12Bless and add ICE regression testMichael Goulet
2024-06-12Harmonize use of leaf and root obligation in trait error reportingMichael Goulet
2024-06-12Add a new trait to retrieve StableMir definition TyCelina G. Val
2024-06-12E0229: Suggest Moving Type Constraints to Type Parameter DeclarationVeera
2024-06-12Also passthrough for projection clausesMichael Goulet
2024-06-12better error message for normalizes-to ambiguitiesMichael Goulet
2024-06-12Walk into alias-eq nested goals even if normalization failsMichael Goulet