summary refs log tree commit diff
path: root/src/test/ui-fulldeps/internal-lints
AgeCommit message (Expand)AuthorLines
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
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-0/+1
2020-01-24Normalise notes with the/isvarkor-5/+5
2020-01-11fix fallout in ui-fulldepsMazdak Farrokhzad-5/+4
2019-12-03Fix UI tests for new locationsMark Rousskov-3/+5
2019-10-17Take lint passes as constructor functionsMark Rousskov-0/+1
2019-10-17Make get_lints be a static functionMark Rousskov-11/+2
2019-09-25Fix falloutvarkor-2/+2
2019-09-25Rename surviving uses of `sty`varkor-6/+6
2019-06-24Turn internal lints into tool lintsflip1995-15/+15
2019-06-24Only allow {declare,impl}_lint_pass macros for implementing LintPassflip1995-1/+30
2019-06-24Implement initernal lint LINT_PASS_IMPL_WITHOUT_MACROflip1995-0/+50
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-43/+43
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-43/+43
2019-04-28Update *.stderr filesflip1995-1/+101
2019-04-28Add testsflip1995-0/+99
2019-04-03Update testsflip1995-57/+38
2019-04-03Fix rebase falloutflip1995-59/+39
2019-04-03Add tests for internal lintsflip1995-0/+345