about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2025-04-14Move `has_self` field to `hir::AssocKind::Fn`.Nicholas Nethercote-4/+4
2025-04-14Add ui test unreachable-by-call-arguments-issue-139627.rsxizheyin-0/+51
2025-04-13Rollup merge of #139760 - petrochenkov:noerrpat2, r=jieyouxuJacob Pratt-282/+304
2025-04-13Rollup merge of #139718 - folkertdev:unsafe-attributes-earlier-editions, r=fm...Jacob Pratt-32/+60
2025-04-13Rollup merge of #139699 - compiler-errors:coroutine-drop-phase, r=scottmcmJacob Pratt-0/+19
2025-04-13Rollup merge of #138336 - jyn514:crate-attr-diagnostics, r=compiler-errorsJacob Pratt-36/+56
2025-04-14Auto merge of #124141 - nnethercote:rm-Nonterminal-and-TokenKind-Interpolated...bors-6/+6
2025-04-14Adjust test directivesxizheyin-33/+23
2025-04-14Report span of test when should_panic test failedxizheyin-0/+101
2025-04-14Remove rustc_on_unimplemented on impl testsmejrs-216/+0
2025-04-14Test that `Self` properly works in filtersmejrs-0/+29
2025-04-14Raise errors on bad rustc_on_unimplemented format strings againmejrs-10/+6
2025-04-14Disable usage on trait impls and aliasesmejrs-11/+55
2025-04-13Rollup merge of #139740 - jieyouxu:known-bug, r=nnethercoteJacob Pratt-54/+20
2025-04-13Rollup merge of #139628 - makai410:suggest-vis, r=compiler-errorsJacob Pratt-0/+72
2025-04-13Rollup merge of #139379 - matthewjasper:drop-elab-normalization, r=compiler-e...Jacob Pratt-0/+130
2025-04-13Rollup merge of #139001 - folkertdev:naked-function-rustic-abi, r=traviscross...Jacob Pratt-39/+113
2025-04-13Rollup merge of #138962 - xizheyin:issue-138836, r=compiler-errorsJacob Pratt-4/+18
2025-04-13Rollup merge of #137043 - Sky9x:unsafe-pinned-pt1-libs, r=tgross35,RalfJung,W...Jacob Pratt-0/+29
2025-04-13Improve `-Z crate-attr` diagnosticsjyn-36/+56
2025-04-13UI tests: migrate remaining compile time `error-pattern`s to line annotationsVadim Petrochenkov-282/+304
2025-04-13Rollup merge of #139618 - petrochenkov:virsugg, r=jieyouxuChris Denton-43/+52
2025-04-13tests: convert `tests/ui/lint/dead-code/self-assign.rs` to known-bugJieyou Xu-54/+20
2025-04-13Auto merge of #139734 - ChrisDenton:rollup-28qn740, r=ChrisDentonbors-0/+39
2025-04-13Initial `UnsafePinned`/`UnsafeUnpin` impl [Part 1: Libs]Sky-0/+29
2025-04-13Rollup merge of #139607 - reddevilmidzy:add-regression-test, r=petrochenkovChris Denton-0/+39
2025-04-13error on unsafe attributes in pre-2024 editionsFolkert de Vries-32/+60
2025-04-12Proactively update coroutine drop shim's phase to account for later passes ap...Michael Goulet-0/+19
2025-04-12Update weirdly failing ui testsGuillaume Gomez-6/+6
2025-04-12Add regression test for #127424reddevilmidzy-0/+39
2025-04-12tests: ensure disabled tests have a reasonJieyou Xu-7/+7
2025-04-12tests/ui: remove outdated READMEJieyou Xu-35/+0
2025-04-11Rollup merge of #139662 - nnethercote:tweak-DefPathData, r=compiler-errorsJacob Pratt-12/+12
2025-04-11Rollup merge of #139653 - nnethercote:fix-139495, r=petrochenkovJacob Pratt-0/+20
2025-04-11Use delayed bug for normalization errors in drop elaborationMatthew Jasper-0/+130
2025-04-11Replace proc_macro::SourceFile by Span::{file, local_file}.Mara Bos-14/+13
2025-04-11Remove proc_macro::SourceFile::is_real().Mara Bos-13/+1
2025-04-11Auto merge of #139578 - ferrocene:pa-compiletest-edition, r=jieyouxubors-81/+95
2025-04-11Change how anonymous associated types are printed.Nicholas Nethercote-12/+12
2025-04-11suggest: remove redundant `$()?`around `vis` fragmentsMakai-0/+72
2025-04-11Rollup merge of #139654 - nnethercote:AssocKind-descr, r=compiler-errorsStuart Cook-49/+49
2025-04-11Rollup merge of #139641 - BoxyUwU:allow_parend_array_len_infer, r=compiler-er...Stuart Cook-1/+72
2025-04-11Rollup merge of #139564 - compiler-errors:deeply-norm, r=lcnrStuart Cook-42/+139
2025-04-11Rollup merge of #139469 - jieyouxu:compiletest-supports-crate-type, r=onur-ozkanStuart Cook-38/+31
2025-04-11Rollup merge of #138998 - rperier:donot_suggest_to_use_impl_trait_in_closure_...Stuart Cook-0/+21
2025-04-11Rollup merge of #138904 - madsmtm:apple-test-no-std, r=tgross35Stuart Cook-0/+41
2025-04-11Rollup merge of #137447 - folkertdev:simd-extract-insert-dyn, r=scottmcmStuart Cook-2/+39
2025-04-11Improve `AssocItem::descr`.Nicholas Nethercote-49/+49
2025-04-11Handle a negated literal in `eat_token_lit`.Nicholas Nethercote-0/+20
2025-04-10compiletest: Trim the value of `dont-require-annotations`Vadim Petrochenkov-9/+9