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
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2022-03-20
Filter OnceNote in diagnostic infra.
Camille GILLOT
-38
/
+16
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-9
/
+17
2022-03-07
Handle `#[expect(unfulfilled_lint_expectations)]` with a lint message
xFrednet
-2
/
+10
2022-03-02
Use Vec for expectations to have a constant order (RFC-2383)
xFrednet
-1
/
+1
2022-03-02
Address review comments
xFrednet
-1
/
+1
2022-03-02
Emit `unfullfilled_lint_expectation` using a `HirId` for performance (RFC-2383)
xFrednet
-11
/
+2
2022-03-02
Make `LintExpectationId` stable between compilation sessions (RFC-2383)
xFrednet
-2
/
+1
2022-03-02
Set `LintExpectationId` in level and collect fulfilled ones (RFC-2383)
xFrednet
-2
/
+40
2022-03-02
Added `Expect` lint level and attribute (RFC-2383)
xFrednet
-0
/
+22
2022-02-23
rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".
Eduard-Mihai Burtescu
-3
/
+3
2022-02-23
rustc_errors: handle `force_warn` only through `DiagnosticId::Lint`.
Eduard-Mihai Burtescu
-4
/
+2
2022-02-23
Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`.
Eduard-Mihai Burtescu
-4
/
+4
2022-02-20
Improve `unused_unsafe` lint
Frank Steffahn
-62
/
+73
2022-02-01
update `FutureIncompatibilityReason`
lcnr
-25
/
+22
2022-01-24
rustc_errors: remove `allow_suggestions` from `DiagnosticBuilder`.
Eduard-Mihai Burtescu
-1
/
+1
2021-12-19
Auto merge of #92099 - matthiaskrgr:rollup-4gwv67m, r=matthiaskrgr
bors
-1
/
+1
2021-12-19
Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk
bors
-1
/
+1
2021-12-15
Remove `in_band_lifetimes` from `rustc_middle`
Aaron Hill
-1
/
+1
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-1
/
+1
2021-12-14
fix clippy::single_char_pattern perf findings
Matthias Krüger
-2
/
+2
2021-11-21
Simplify for loop desugar
Cameron Steffen
-1
/
+1
2021-11-08
Don't abort compilation after giving a lint error
Joshua Nelson
-2
/
+6
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
[next]