about summary refs log tree commit diff
path: root/tests/ui/lint/rfc-2383-lint-reason
AgeCommit message (Collapse)AuthorLines
2025-07-28expand: Micro-optimize prelude injectionVadim Petrochenkov-2/+2
Use `splice` to avoid shifting the other items twice. Put `extern crate std;` first so it's already resolved when we resolve `::std::prelude::rust_20XX`.
2025-04-16Explicitly annotate edition for `unpretty=expanded` and `unpretty=hir` testsLukas Wirth-0/+2
These emit prelude imports which means they are always edition dependent
2024-09-14Fix lint levels not getting overridden by attrs on `Stmt` nodesGurinder Singh-3/+39
2024-09-07Do not ICE on expect(warnings).Camille GILLOT-0/+6
2024-09-06Check AttrId for expectations.Camille GILLOT-8/+8
2024-06-25RFC 2383: Stabilize `lint_reasons` :tada:xFrednet-107/+51
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-30/+30
2024-01-26remove illegal_floating_point_literal_pattern lintRalf Jung-16/+8
2024-01-13Bless testsGeorge-lewis-0/+1
Update tests
2023-11-24Show number in error message even for one errorNilstrieb-2/+2
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-10-05Rollup merge of #116428 - Alexendoo:note-duplicate-diagnostics, ↵Matthias Krüger-30/+8
r=compiler-errors,estebank Add a note to duplicate diagnostics Helps explain why there may be a difference between manual testing and the test suite output and highlights them as something to potentially look into For existing duplicate diagnostics I just blessed them other than a few files that had other `NOTE` annotations in
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-30/+8
2023-10-02Address misc feedbackChinedu Francis Nwafili-3/+1
2023-09-12Tests passingChinedu Francis Nwafili-2/+6
2023-08-15Misc progressChinedu Francis Nwafili-0/+3
2023-08-08Fix multiple `expect` attribs in impl blockChinedu Francis Nwafili-0/+25
Closes #114416
2023-05-18Stop confusing specification levels when computing expectations.Camille GILLOT-0/+7
2023-04-21Run `check_match` and `check_liveness` when MIR is built instead of having ↵Oli Scherer-18/+18
an explicit phase for them
2023-01-11Move /src/test to /testsAlbert Larsan-0/+1143