about summary refs log tree commit diff
path: root/src/test/ui-fulldeps/internal-lints
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-1125/+0
2022-12-13Combine projection and opaque into aliasMichael Goulet-19/+12
2022-10-23Update translation testsNilstrieb-6/+6
2022-10-10errors: `AddToDiagnostic::add_to_diagnostic_with`David Wood-7/+13
2022-10-03errors: rename `typeck.ftl` to `hir_analysis.ftl`David Wood-6/+6
2022-10-01`ui-fulldeps`: adopt to the new rustc lint APIMaybe Waffle-4/+4
2022-09-21FIX - adopt new Diagnostic naming in newly migrated modulesJhonny Bill Mena-5/+5
2022-09-21UPDATE - rename SessionSubdiagnostic macro to SubdiagnosticJhonny Bill Mena-2/+2
2022-09-21UPDATE - rename DiagnosticHandler macro to DiagnosticJhonny Bill Mena-2/+2
2022-09-21UPDATE - rename AddSubdiagnostic trait to AddToDiagnosticJhonny Bill Mena-9/+9
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-9/+10
2022-09-21UPDATE - move SessionDiagnostic from rustc_session to rustc_errorsJhonny Bill Mena-2/+1
2022-09-05FIX - broken translatable diagnostics testsJhonny Bill Mena-5/+5
2022-09-05FIX - broken translatable diagnostics testsJhonny Bill Mena-13/+15
2022-09-05UPDATE - into_diagnostic to take a Handler instead of a ParseSessJhonny Bill Mena-11/+11
2022-08-31lint: avoid linting diag functions with diag lintsDavid Wood-7/+15
2022-08-21Replace #[lint/warning/error] with #[diag]Xiretza-1/+1
2022-07-27lint: add bad opt access internal lintDavid Wood-0/+42
2022-07-25passes: port more of `check_attr` moduleDavid Wood-4/+4
2022-07-19tests: fix `rustc-pass-by-value-self`Artur Sinila-2/+2
2022-07-19tests: fix `rustc-pass-by-value-self`Artur Sinila-4/+4
2022-07-13Bless ui-fulldeps tests.Camille GILLOT-3/+3
2022-06-30lint: port non-existant doc keyword diagnosticsDavid Wood-1/+1
2022-06-24macros: use typed identifiers in subdiag deriveDavid Wood-1/+1
2022-06-24macros: use typed identifiers in diag deriveDavid Wood-1/+1
2022-06-10lint: add diagnostic translation migration lintsDavid Wood-0/+149
2022-05-28Fix TyKind lint, make consts no longer fn, etcMichael Goulet-87/+119
2022-02-01add a rustc::query_stability lintlcnr-0/+95
2022-01-27Clarify the `usage-of-qualified-ty` error message.Nicholas Nethercote-2/+2
2022-01-11rustc_pass_by_value: handle inferred generic types (with _)Mahdi Dibaiee-6/+20
2022-01-11rustc_pass_by_value: handle generic and const type parametersMahdi Dibaiee-2/+55
2022-01-11rustc_pass_by_value: allow types with no parameters on selfMahdi Dibaiee-1/+14
2022-01-10rustc_pass_by_value remove dependency on rustc_diagnostic_itemMahdi Dibaiee-11/+6
2022-01-10rustc_pass_by_value lint: add test on custom typesMahdi Dibaiee-14/+78
2022-01-09feat: pass_by_value lint attributeMahdi Dibaiee-23/+24
2021-11-24Add feature gate test for "rustdoc_internal" featureGuillaume Gomez-1/+1
2021-10-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-95/+0
2021-10-24Rollup merge of #89558 - lcnr:query-stable-lint, r=estebankMatthias Krüger-0/+95
2021-10-15add a `rustc::query_stability` lintlcnr-0/+95
2021-10-15Bless testsCameron Steffen-1/+1
2021-08-22Fix typos “an”→“a” and a few different ones that appeared in the sa...Frank Steffahn-1/+1
2021-07-09Fix default_hash_types to use resolved pathCameron Steffen-20/+27
2021-06-06Don't pass -Z unstable-options by default for UI testsJoshua Nelson-3/+4
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-1/+1
2020-12-03Only deny doc_keyword in std and set it as "allow" by defaultGuillaume Gomez-2/+8
2020-12-03Add test for EXISTING_DOC_KEYWORD internal lintGuillaume Gomez-0/+20
2020-09-21add testBastian Kauschke-0/+53
2020-06-15make all uses of ty::Error or ConstKind::Error delay a span bugmark-2/+2
2020-05-12Remove ty::UnnormalizedProjectionJack Huey-15/+8
2020-03-30rustc -> rustc_middle part 5 -- fix testsMazdak Farrokhzad-7/+7