about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2022-07-29Do not allow bad projection term to leak into the type checkerMichael Goulet-6/+41
2022-07-29check if T is sliceTakayuki Maeda-1/+1
2022-07-29Auto merge of #99660 - PrestonFrom:issue_99265, r=compiler-errorsbors-24/+864
2022-07-29fix ICE when computing codegen_fn_attrs on closure with non-fn parentMichael Goulet-0/+9
2022-07-28Remove guess_head_span.Camille GILLOT-56/+65
2022-07-28location-detail: disable all location details when passed `none`Hudson Ayers-0/+10
2022-07-28Rollup merge of #99807 - Nilstrieb:wsl-ui-test-fix, r=Mark-SimulacrumDylan DPC-6/+11
2022-07-28Rollup merge of #99689 - dtolnay:write, r=Mark-SimulacrumDylan DPC-16/+130
2022-07-28--bless testsMaybe Waffle-63/+119
2022-07-28orphan check: remove const generics fixmelcnr-0/+29
2022-07-28Revert "Rollup merge of #97346 - JohnTitor:remove-back-compat-hacks, r=oli-obk"Oli Scherer-57/+47
2022-07-28anonymize all bound vars, not just regionslcnr-0/+14
2022-07-28Rollup merge of #99714 - ouz-a:issue_57961, r=oli-obkDylan DPC-1/+18
2022-07-28suggest adding/removing `ref` for binding patternsTakayuki Maeda-2/+111
2022-07-27add suggestion when there is a impl of external trait on pointerVincenzo Palazzo-0/+56
2022-07-27safe transmute: reference tracking issueJack Wrenn-1/+14
2022-07-27safe transmute: add `rustc_on_unimplemented` to `BikeshedIntrinsicFrom`Jack Wrenn-364/+482
2022-07-27safe transmute: test to ensure that trait is correctly feature-gatedJack Wrenn-0/+17
2022-07-27safe transmute: test when `ASSUME` params are passed indirectlyJack Wrenn-0/+73
2022-07-27safe transmute: gracefully handle const params of wrong typesJack Wrenn-0/+67
2022-07-27Initial (incomplete) implementation of transmutability trait.Jack Wrenn-0/+3840
2022-07-27Rollup merge of #99728 - cjgillot:ast-lifetimes-anon-clean, r=petrochenkovGuillaume Gomez-0/+24
2022-07-27Rollup merge of #99651 - compiler-errors:fn-and-raw-ptr-in-const-generics, r=...Guillaume Gomez-17/+71
2022-07-27Fix linkage-attr/issue-10755.rs ui test on WSLNilstrieb-1/+4
2022-07-27Fix process-spawn-nonexistent on WSLNilstrieb-5/+7
2022-07-27add tests and commentouz-a-0/+15
2022-07-27Rollup merge of #99704 - fee1-dead-contrib:add_self_tilde_const_trait, r=oli-obkYuki Okushi-194/+164
2022-07-27Rollup merge of #99079 - compiler-errors:issue-99073, r=oli-obkYuki Okushi-21/+20
2022-07-27use check_region_obligations_and_report_errors in more places to avoid ICEsMichael Goulet-0/+27
2022-07-27Rollup merge of #99712 - davidtwco:translation-migrate-passes-2, r=compiler-e...Yuki Okushi-6/+6
2022-07-27Rollup merge of #99698 - compiler-errors:no-doc-hidden, r=cjgillotYuki Okushi-0/+69
2022-07-27Make forward compatibility lint deprecated_cfg_attr_crate_type_name deny by d...est31-11/+5
2022-07-26Check that we do not ICE when anonymous lifetimes appear in AnonConst.Camille GILLOT-0/+24
2022-07-26Rollup merge of #99758 - WaffleLapkin:remove_useless_allow, r=Dylan-DPCMatthias Krüger-1/+0
2022-07-26Fix diagnostics for unfulfilled obligationsDeadbeef-19/+1
2022-07-26bless tests, remove nonexistent E0395Deadbeef-194/+182
2022-07-26Improve error message for unstable default bodyMaybe Waffle-7/+13
2022-07-26Add tests for `#[rustc_default_body_unstable]`Maybe Waffle-0/+119
2022-07-26Lib kind -l link-arg:Daniil Belov-8/+38
2022-07-26remove useless `#[allow]` in a testMaybe Waffle-1/+0
2022-07-26Rollup merge of #99748 - compiler-errors:better-impl-trait-printing, r=fee1-deadDylan DPC-24/+24
2022-07-26Rollup merge of #99739 - nnethercote:rm-E0133, r=Dylan-DPCDylan DPC-8/+8
2022-07-26Rollup merge of #99692 - RalfJung:too-far, r=oli-obkDylan DPC-22/+103
2022-07-26Rollup merge of #99666 - compiler-errors:issue-99663, r=lcnrDylan DPC-1/+45
2022-07-26Rollup merge of #99618 - compiler-errors:uhh-idk, r=lcnrDylan DPC-43/+2
2022-07-26Check that RPITs constrained by a recursive call in a closure are compatibleMichael Goulet-21/+20
2022-07-26Use real opaque type instead of just saying impl TraitMichael Goulet-24/+24
2022-07-26Rollup merge of #99593 - TaKO8Ki:suggest-removing-tuple-struct-field, r=compi...Yuki Okushi-0/+75
2022-07-26Rollup merge of #99353 - compiler-errors:gat-where-clause-mismatch, r=cjgillotYuki Okushi-32/+33
2022-07-26Remove erroneous E0133 code from an error message.Nicholas Nethercote-8/+8