about summary refs log tree commit diff
path: root/src/test/ui-fulldeps/internal-lints
AgeCommit message (Expand)AuthorLines
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