summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-12-12Ignore errors when including clear_expected_if_blessedTomasz Miąsko-1/+1
2022-12-12bless testPietro Albini-3/+2
2022-12-11fix test errouz-a-3/+4
2022-12-11re-add test and blessouz-a-1/+31
2022-12-11revert-overflowouz-a-39/+8
2022-12-11Statics used in reachable function's inline asm are reachableTomasz Miąsko-0/+20
2022-12-11Bump the const eval step limitOli Scherer-4/+4
2022-11-20Ignore test to fix macOS CIMark Rousskov-109/+0
2022-11-20Add testMichael Goulet-0/+47
2022-11-20rustdoc: Do not add external traits to the crate in `register_res`Vadim Petrochenkov-0/+12
2022-11-20rustdoc: Resolve doc links in external traits having local implsVadim Petrochenkov-0/+14
2022-11-15Don't silently eat label before block in block-like exprMichael Goulet-0/+219
2022-11-15Use `nominal_obligations_without_const` in wf for FnDefDeadbeef-0/+5
2022-10-31rustdoc: add support for incoherent impls on structs and traitsMichael Howell-0/+35
2022-10-29Auto merge of #103450 - cjgillot:elision-nodedup, r=Mark-Simulacrumbors-1/+19
2022-10-29Rollup merge of #103699 - compiler-errors:dyn-star-cast-bad, r=TaKO8KiGuillaume Gomez-0/+58
2022-10-29Rollup merge of #103653 - GuillaumeGomez:missing-impl-private-json, r=notriddleGuillaume Gomez-0/+28
2022-10-29Rollup merge of #103618 - nnethercote:rename-OwnerId-fields, r=compiler-errorsGuillaume Gomez-6/+6
2022-10-29Rollup merge of #102721 - nbdd0121:panic, r=AmanieuGuillaume Gomez-0/+31
2022-10-29Add regression test for missing item from private mod in JSON outputGuillaume Gomez-0/+28
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-6/+6
2022-10-29Rollup merge of #103704 - xxchan:xxchan/applicable-bug, r=compiler-errorsMatthias Krüger-0/+37
2022-10-29Rollup merge of #103383 - compiler-errors:tait-scope, r=oli-obkMatthias Krüger-4/+4
2022-10-29Rollup merge of #103342 - Rageking8:add-test-for-issue-98634, r=compiler-errorsMatthias Krüger-0/+110
2022-10-29Auto merge of #102233 - petrochenkov:effvis, r=jackh726bors-209/+209
2022-10-28Add a test for TAIT used with impl/dyn Trait inside RPITxxchan-0/+37
2022-10-28Auto merge of #103683 - fee1-dead-contrib:fix-deferred-cast-checks-constness,...bors-0/+5
2022-10-28Emit proper error when casting to Ddyn-starMichael Goulet-0/+58
2022-10-28Auto merge of #103071 - wesleywiser:fix_inlined_line_numbers, r=davidtwcobors-0/+25
2022-10-28Retain ParamEnv constness when running deferred cast checksDeadbeef-0/+5
2022-10-28Auto merge of #103671 - matthiaskrgr:rollup-iuugpep, r=matthiaskrgrbors-28/+774
2022-10-28Rollup merge of #103631 - Rageking8:Add-test-for-issue-36007, r=compiler-errorsMatthias Krüger-0/+20
2022-10-28Rollup merge of #103609 - BoxyUwU:fix_impl_self_cycle, r=compiler-errorsMatthias Krüger-74/+27
2022-10-28Rollup merge of #103608 - compiler-errors:rpitit-early-lt, r=cjgillotMatthias Krüger-0/+23
2022-10-28Rollup merge of #103585 - GuillaumeGomez:source-line-css, r=notriddleMatthias Krüger-1/+43
2022-10-28Rollup merge of #103641 - compiler-errors:issue-103624, r=cjgillotMatthias Krüger-28/+94
2022-10-28Rollup merge of #103550 - notriddle:notriddle/no-suggest-static-candidates, r...Matthias Krüger-0/+34
2022-10-28Rollup merge of #103523 - GuillaumeGomez:inline-doc-comment-impl-block, r=not...Matthias Krüger-0/+13
2022-10-28Rollup merge of #103283 - nbarrios1337:unsafe-impl-suggestions, r=cjgillotMatthias Krüger-0/+54
2022-10-28Rollup merge of #102642 - bryangarza:afit-tests, r=compiler-errorsMatthias Krüger-0/+579
2022-10-28add test for issue 98634Rageking8-0/+110
2022-10-27Update tests based on feedbackBryan Garza-26/+7
2022-10-27Update src/test/ui/async-await/in-trait/async-example.rsBryan Garza-2/+2
2022-10-27Add additional tests for static AFITBryan Garza-0/+169
2022-10-27Update tests based on feedbackBryan Garza-33/+48
2022-10-27Update static AFIT tests based on feedbackBryan Garza-144/+28
2022-10-27Add tests for static async functions in traitsBryan Garza-0/+530
2022-10-27use proper spansBoxy-20/+39
2022-10-27DoItBoxy-82/+16
2022-10-27Only ban duplication across parameters.Camille GILLOT-0/+3