index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_middle
/
src
/
lint.rs
Age
Commit message (
Expand
)
Author
Lines
2021-10-05
Auto merge of #89266 - cjgillot:session-ich, r=michaelwoerister
bors
-1
/
+1
2021-10-03
Remove re-export.
Camille GILLOT
-1
/
+1
2021-10-02
Add desugaring mark to while loop
Cameron Steffen
-3
/
+3
2021-09-04
Fix #88256, remove duplicated diagnostic
yukang
-0
/
+1
2021-07-21
Rename force-warns to force-warn
Ryan Levick
-1
/
+1
2021-07-14
Add -Zfuture-incompat-test to assist with testing future-incompat reports.
Eric Huss
-7
/
+7
2021-07-11
Simplify future incompatible reporting.
Eric Huss
-3
/
+8
2021-07-10
rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro`
Vadim Petrochenkov
-1
/
+1
2021-07-06
Auto merge of #86572 - rylev:force-warnings-always, r=nikomatsakis
bors
-5
/
+13
2021-07-06
Add missing docs and remove dead code
Ryan Levick
-3
/
+1
2021-07-01
New force_warn diagnostic builder and ensure cap-lints doesn't reduce force_w...
Ryan Levick
-14
/
+11
2021-06-30
Force warnings even when can_emit_warnings == false
Ryan Levick
-1
/
+14
2021-06-29
Encode CommandLine in the index only.
Camille GILLOT
-24
/
+13
2021-06-29
Use a newtype_index instead of a u32.
Camille GILLOT
-7
/
+15
2021-06-29
Use the macro to implement HashStable.
Camille GILLOT
-25
/
+3
2021-06-29
Auto merge of #86009 - cjgillot:fwarn, r=davidtwco
bors
-28
/
+7
2021-06-27
Add `explain_reason: false` in future_incompatible.
Mara Bos
-3
/
+8
2021-06-26
Make ForceWarn a lint level.
Camille GILLOT
-28
/
+7
2021-06-25
Address PR feedback
Ryan Levick
-1
/
+1
2021-06-25
Change how edition based future compatibility warnings are handled
Ryan Levick
-8
/
+17
2021-06-02
Add a page on force-warns in unstable book
Ryan Levick
-1
/
+1
2021-06-02
Force warn on lint groups as well
Ryan Levick
-2
/
+2
2021-06-01
Fix issues and add test
Ryan Levick
-1
/
+0
2021-05-28
Initial support for force-warns
Ryan Levick
-4
/
+27
2021-05-12
Implement span quoting for proc-macros
Aaron Hill
-1
/
+1
2021-04-14
Cancel emitting FCW lint if it is an edition fixing lint
Ryan Levick
-5
/
+7
2021-02-25
Rollup merge of #81713 - estebank:unstable-assoc-item-lint, r=oli-obk
Dylan DPC
-4
/
+4
2021-02-24
Account for associated consts in the "unstable assoc item name colission" lint
Esteban Küber
-4
/
+4
2021-02-02
introduce future-compatibility warning for forbidden lint groups
Niko Matsakis
-2
/
+10
2021-01-16
Enforce that query results implement Debug
Aaron Hill
-1
/
+4
2021-01-11
Rename `rustc_middle::lint::LevelSource` to `LevelAndSource`
pierwill
-7
/
+7
2020-12-25
Rollup merge of #80274 - pierwill:lintlevelsource, r=petrochenkov
Dylan DPC
-16
/
+17
2020-12-21
Document rustc_middle::lint::LevelSource
pierwill
-0
/
+1
2020-12-21
Rename rustc_middle::lint::LintSource
pierwill
-16
/
+16
2020-12-19
Edit rustc_middle::lint::LintSource docs
pierwill
-2
/
+2
2020-11-03
Auto merge of #76931 - oli-obk:const_prop_inline_lint_madness, r=wesleywiser
bors
-1
/
+3
2020-11-02
Fix ICE when a future-incompat-report has its command-line level capped
Aaron Hill
-6
/
+8
2020-10-30
Implement rustc side of report-future-incompat
Aaron Hill
-7
/
+18
2020-10-27
Show the inline stack of MIR lints that only occur after inlining
Oliver Scherer
-1
/
+3
2020-10-04
Prevent forbid from being ignored if overriden at the same level.
Felix S. Klock II
-1
/
+19
2020-08-30
mv compiler to compiler/
mark
-0
/
+351