about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-04-29Rollup merge of #124488 - est31:arbitrary_expressions_error, r=pnkfelixMatthias Krüger-0/+31
2024-04-29Rollup merge of #124522 - blyxyas:refactor-is-loaded, r=jieyouxu许杰友 Jieyou Xu (Joe)-2/+2
2024-04-29Rollup merge of #124504 - gurry:123710-union-ICE, r=oli-obk许杰友 Jieyou Xu (Joe)-0/+51
2024-04-29Rollup merge of #124484 - GKFX:offset_of_must_use, r=jieyouxu许杰友 Jieyou Xu (Joe)-17/+40
2024-04-29[Refactor] Rename Lint and LintGroup\'s is_loaded to is_externally_loadedblyxyas-2/+2
2024-04-29Change wordingest31-8/+8
2024-04-29Auto merge of #124505 - Enselic:aux-bin-fix, r=jieyouxubors-1/+1
2024-04-29Typo fix: exec:ing -> exec'ingMartin Nordholts-1/+1
2024-04-29Prohibit const prop of unions in `KnownPanicsLint`Gurinder Singh-0/+51
2024-04-28Update mir-opt tests, add proper regression testGeorge Bateman-8/+30
2024-04-28Add a note to the ArbitraryExpressionInPattern errorest31-0/+31
2024-04-28Fix #124478 - offset_of! returns a temporaryGeorge Bateman-24/+25
2024-04-28try to fix tests on windows where the "file not found" error is different fro...Matthias Krüger-1/+1
2024-04-28add test for ice expected-type-of-closure-body-to-be-a-closure-or-coroutine-i...Matthias Krüger-0/+91
2024-04-28add test for ice future has no bound vars.Matthias Krüger-0/+29
2024-04-28add test for const generic ty's with lifetimes cause opaque types to ICEMatthias Krüger-0/+29
2024-04-28add test for ICE failed to resolve instance for <[f32; 2] as CrossProductMatthias Krüger-0/+18
2024-04-28add test for Inconsistent rustc_transmute::is_transmutable(...) result, got YesMatthias Krüger-0/+71
2024-04-28add test for ICE: tcx.resolutions(()) is not supported for local crate -Zunpr...Matthias Krüger-0/+17
2024-04-27Rollup merge of #124425 - saethlin:ceci-nest-pas-une-ice, r=compiler-errorsMatthias Krüger-0/+52
2024-04-27Rollup merge of #124394 - gurry:123863-ice-unexpected-region, r=lcnrMatthias Krüger-0/+47
2024-04-27Rollup merge of #124370 - ShE3py:substitution-part-offset, r=fee1-deadMatthias Krüger-1/+1
2024-04-27Rollup merge of #124427 - gurry:122191-unhandled-type, r=matthiaskrgrMatthias Krüger-0/+76
2024-04-27Rollup merge of #124382 - petrochenkov:itemvisit, r=lcnrMatthias Krüger-22/+22
2024-04-27Add missing tests for an ICEGurinder Singh-0/+76
2024-04-27Fix ICE on invalid const param typesGurinder Singh-0/+47
2024-04-26Do not ICE on invalid consts when walking mono-reachable blocksBen Kimock-0/+52
2024-04-26Auto merge of #122385 - lcnr:analyze-obligations-for-infer, r=compiler-errorsbors-28/+84
2024-04-26Auto merge of #120845 - petrochenkov:debmac, r=oli-obkbors-116/+96
2024-04-25Auto merge of #124386 - matthiaskrgr:rollup-0a6yr00, r=matthiaskrgrbors-12/+148
2024-04-25ast: Generalize item kind visitingVadim Petrochenkov-22/+22
2024-04-25hir typeck: look into nested goalslcnr-28/+84
2024-04-25debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[...Vadim Petrochenkov-116/+96
2024-04-25Rollup merge of #124374 - compiler-errors:fix-ambiguity-ice, r=lcnrMatthias Krüger-7/+17
2024-04-25Rollup merge of #124313 - estebank:split-at-mut, r=fee1-deadMatthias Krüger-5/+131
2024-04-25Auto merge of #124377 - matthiaskrgr:rollup-ajxjq35, r=matthiaskrgrbors-21/+13
2024-04-25Rollup merge of #124326 - klensy:ignore-stage2, r=compiler-errorsMatthias Krüger-21/+13
2024-04-25Check equivalence of indices in more casesEsteban Küber-6/+3
2024-04-25Don't suggest `split_at_mut` when the multiple borrows have the same indexEsteban Küber-3/+19
2024-04-25Mention `split_at_mut` when mixing mutability in indexing opsEsteban Küber-2/+89
2024-04-25Only suggest `split_at_mut` on indexing borrowck errors for std typesEsteban Küber-5/+1
2024-04-25Detect borrow error involving sub-slices and suggest `split_at_mut`Esteban Küber-2/+32
2024-04-25Don't ICE when codegen_select returns ambiguity in new solverMichael Goulet-7/+17
2024-04-25Auto merge of #123531 - compiler-errors:closure-wf, r=oli-obkbors-36/+104
2024-04-25Add testMichael Goulet-0/+51
2024-04-25Check closure args and returns are WFMichael Goulet-36/+53
2024-04-25Auto merge of #124058 - TechVest:master, r=fmeasebors-2/+2
2024-04-25Fix substitution parts having a shifted underline in some casesLieselotte-1/+1
2024-04-25Auto merge of #119650 - chenyukang:yukang-fix-118596-ref-mut, r=wesleywiserbors-40/+148
2024-04-25tests: remove few ignore-stage2klensy-21/+13