summary refs log tree commit diff
path: root/compiler/rustc_middle/src/lint.rs
AgeCommit message (Expand)AuthorLines
2021-02-04Rollup merge of #81556 - nikomatsakis:forbidden-lint-groups-lint, r=pnkfelixMara Bos-3/+11
2020-12-25Rollup merge of #80274 - pierwill:lintlevelsource, r=petrochenkovDylan DPC-16/+17
2020-12-21Document rustc_middle::lint::LevelSourcepierwill-0/+1
2020-12-21Rename rustc_middle::lint::LintSourcepierwill-16/+16
2020-12-19Edit rustc_middle::lint::LintSource docspierwill-2/+2
2020-11-03Auto merge of #76931 - oli-obk:const_prop_inline_lint_madness, r=wesleywiserbors-1/+3
2020-11-02Fix ICE when a future-incompat-report has its command-line level cappedAaron Hill-6/+8
2020-10-30Implement rustc side of report-future-incompatAaron Hill-7/+18
2020-10-27Show the inline stack of MIR lints that only occur after inliningOliver Scherer-1/+3
2020-10-04Prevent forbid from being ignored if overriden at the same level.Felix S. Klock II-1/+19
2020-08-30mv compiler to compiler/mark-0/+351