summary refs log tree commit diff
path: root/tests/ui-fulldeps/internal-lints
AgeCommit message (Expand)AuthorLines
2024-03-11Allow multiple `impl Into<{D,Subd}iagMessage>` parameters in a function.Nicholas Nethercote-2/+8
2024-03-11Rename `DecorateLint` as `LintDiagnostic`.Nicholas Nethercote-9/+9
2024-03-11Rename `AddToDiagnostic` as `Subdiagnostic`.Nicholas Nethercote-12/+12
2024-03-11Rename `IntoDiagnostic` as `Diagnostic`.Nicholas Nethercote-11/+11
2024-03-06Rewrite the `untranslatable_diagnostic` lint.Nicholas Nethercote-7/+40
2024-03-05Rename `SubdiagnosticMessageOp` as `SubdiagMessageOp`.Nicholas Nethercote-3/+3
2024-03-05Disable `tests/ui-fulldeps/internal-lints/diagnostics.rs` on stage 1.Nicholas Nethercote-7/+8
2024-02-28Rename `DiagnosticBuilder` as `Diag`.Nicholas Nethercote-9/+9
2024-02-28Rename `Diagnostic` as `DiagInner`.Nicholas Nethercote-2/+2
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-9/+9
2024-02-20Reduce capabilities of `Diagnostic`.Nicholas Nethercote-7/+14
2024-02-08Add `SubdiagnosticMessageOp` as a trait alias.Nicholas Nethercote-12/+7
2024-02-06Add CoroutineClosure to TyKind, AggregateKind, UpvarArgsMichael Goulet-15/+22
2024-01-30add missing potential_query_instability for keys and values in hashmapyukang-1/+38
2024-01-06Remove ignore-stage1 that was added when changing error count msgNilstrieb-3/+2
2023-12-19Add `level` arg to `into_diagnostic`.Nicholas Nethercote-11/+11
2023-12-18Fix up some `ui-fulldeps` tests.Nicholas Nethercote-22/+22
2023-11-26Use `rustc_fluent_macro::fluent_messages!` directly.Nicholas Nethercote-7/+6
2023-11-24Bless ui-fulldepsNilstrieb-3/+4
2023-11-15Bump cfg(bootstrap)sMark Rousskov-4/+2
2023-10-22Auto merge of #116932 - Kobzol:fix-stage1-tests, r=Mark-Simulacrumbors-2/+4
2023-10-20bless ui-fulldepsOli Scherer-2/+2
2023-10-20s/Generator/Coroutine/Oli Scherer-2/+2
2023-10-19Fix `span_use_eq_ctxt` testJakub Beránek-2/+4
2023-10-16debug Span::ctxt() call detectionArthur Lafrance-3/+17
2023-10-16basic lint v2 implementedArthur Lafrance-0/+13
2023-09-28Remove `rustc_lint_defs::lint_array`DaniPopes-1/+1
2023-09-23Remove GeneratorWitness and rename GeneratorWitnessMIR.Camille GILLOT-20/+13
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-8/+10
2023-04-13Move most ui-fulldeps tests to uijyn-182/+0
2023-03-29Check for escape sequences in Fluent resourcesclubby789-1/+1
2023-02-22errors: generate typed identifiers in each crateDavid Wood-13/+20
2023-01-27Bless ui-fulldeps.Camille GILLOT-13/+20
2023-01-11Move /src/test to /testsAlbert Larsan-0/+1125