about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-10-21test: Add test for trait in FQS cast, issue #98565Jan Cibulka-0/+24
2024-10-20Rollup merge of #131843 - workingjubilee:thaw-impossible-reprs, r=lukas-codeMatthias Krüger-0/+150
2024-10-20Rollup merge of #121560 - Noratrieb:stop-lint-macro-nonsense, r=jieyouxuMatthias Krüger-29/+255
2024-10-20compiler: Reject impossible reprs during enum layoutJubilee Young-4/+107
2024-10-20compiler: pre-move code for fixing enum layout ICEsJubilee Young-0/+47
2024-10-19Rollup merge of #131925 - clubby789:redundant-revision-cfg, r=jieyouxuMatthias Krüger-11/+9
2024-10-19Rollup merge of #131795 - compiler-errors:expectation, r=NadrierilMatthias Krüger-61/+44
2024-10-19Rollup merge of #131789 - compiler-errors:capture-more, r=fmeaseMatthias Krüger-0/+37
2024-10-19Rollup merge of #127675 - chenyukang:yukang-fix-127562-addr, r=petrochenkovMatthias Krüger-0/+16
2024-10-19Rollup merge of #116863 - workingjubilee:non-exhaustive-is-not-ffi-unsafe, r=...Matthias Krüger-6/+25
2024-10-19Make sure that outer opaques capture inner opaques's lifetimes even with prec...Michael Goulet-0/+37
2024-10-19Rollup merge of #131537 - hirschenberger:master, r=compiler-errorsMatthias Krüger-0/+17
2024-10-19Warn on redundant `--cfg` directive when revisions are usedclubby789-11/+9
2024-10-18Expand test coverage for deny-inside-forbid interactions许杰友 Jieyou Xu (Joe)-12/+188
2024-10-18Allow `#[deny(..)]` inside `#[forbid(..)]` as a no-op with a warningNoratrieb-29/+79
2024-10-18Fix #131471, range misleading field accessFalco Hirschenberger-0/+17
2024-10-18Rollup merge of #131864 - lrh2000:upcast_reorder, r=WaffleLapkin许杰友 Jieyou Xu (Joe)-8/+31
2024-10-18Rollup merge of #131857 - WaffleLapkin:dyn-drop-principal-3, r=compiler-errorsMatthias Krüger-30/+99
2024-10-18Never emit `vptr` for empty/auto traitsRuihan Li-8/+31
2024-10-18Add more testsJules Bertholet-1/+30
2024-10-17Rollup merge of #131833 - c-ryan747:patch-1, r=NoratriebMatthias Krüger-4/+4
2024-10-17Allow dropping dyn principalMichael Goulet-30/+70
2024-10-17Fix must_use lint for command exec testsCallum Ryan-4/+4
2024-10-17Rollup merge of #128391 - cafce25:issue-128390, r=lcnrMatthias Krüger-193/+250
2024-10-17Auto merge of #129582 - nbdd0121:unwind, r=nnethercotebors-1/+11
2024-10-16Auto merge of #131797 - matthiaskrgr:rollup-lzpze2k, r=matthiaskrgrbors-9/+69
2024-10-16Rollup merge of #131776 - hoodmane:emscripten-xfail-backtrace-tests, r=jieyouxuMatthias Krüger-0/+2
2024-10-16Rollup merge of #131751 - compiler-errors:structurally-resolve, r=lcnrMatthias Krüger-9/+55
2024-10-16Rollup merge of #130989 - compiler-errors:unsize-opaque, r=estebankMatthias Krüger-0/+12
2024-10-16Stop inverting expectation in normalization errorsMichael Goulet-61/+44
2024-10-16Rollup merge of #131788 - dufucun:master, r=lqdMatthias Krüger-1/+1
2024-10-16Rollup merge of #131757 - c6c7:fixup-lint-non-snake-case-crate, r=jieyouxuMatthias Krüger-12/+16
2024-10-16Rollup merge of #131699 - compiler-errors:better-errors-for-projections, r=lcnrMatthias Krüger-169/+217
2024-10-16Rollup merge of #131381 - Nadrieril:min-match-ergonomics, r=pnkfelixMatthias Krüger-211/+699
2024-10-17Fix mismatched quotation markdufucun-1/+1
2024-10-16Ignore lint-non-snake-case-crate#proc_macro_ on targets without unwindCharles Celerier-12/+16
2024-10-16Emscripten: Xfail backtrace ui testsHood Chatham-0/+2
2024-10-16Rollup merge of #131771 - Urgau:cfg-target-131759, r=jieyouxuUrgau-1/+11
2024-10-16Rollup merge of #131754 - compiler-errors:bivariance-bivariance, r=estebankUrgau-0/+22
2024-10-16Handle gracefully true/false in `cfg(target(..))` compactUrgau-1/+11
2024-10-15Don't check unsize goal in MIR validation when opaques remainMichael Goulet-0/+12
2024-10-15Structurally resolve in may_coerceMichael Goulet-0/+40
2024-10-15Don't structurally resolve in may_coerceMichael Goulet-9/+15
2024-10-15Bless testsMichael Goulet-73/+58
2024-10-15Register a dummy candidate for failed structural normalization during candiat...Michael Goulet-113/+16
2024-10-15Be better at reporting alias errorsMichael Goulet-406/+197
2024-10-15Make sure the alias is actually rigidMichael Goulet-110/+479
2024-10-15Auto merge of #131747 - compiler-errors:rollup-0fnymws, r=compiler-errorsbors-11/+85
2024-10-15Don't report bivariance error when nesting a struct with field errors into an...Michael Goulet-0/+22
2024-10-15Rollup merge of #131705 - hoodmane:fix-emscripten-tests, r=jieyouxuMichael Goulet-8/+5