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-09-22
Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"
Camille GILLOT
-98
/
+124
2022-09-22
Revert "Auto merge of #101862 - cjgillot:lint-regression, r=oli-obk"
Camille GILLOT
-1
/
+1
2022-09-15
Do not fetch HIR node when iterating to find lint.
Camille GILLOT
-1
/
+1
2022-09-14
Remove unused tool_name.
Camille GILLOT
-2
/
+0
2022-09-14
Move some code and add comments.
Camille GILLOT
-180
/
+83
2022-09-14
Compute `lint_levels` by definition
Deadbeef
-19
/
+92
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-1
/
+1
2022-07-05
lint: `LintDiagnosticBuilder` into `rustc_errors`
David Wood
-26
/
+1
2022-06-30
middle: translation in `LintDiagnosticBuilder`
David Wood
-2
/
+3
2022-06-16
Support lint expectations for `--force-warn` lints (RFC 2383)
xFrednet
-5
/
+11
2022-05-08
Move lint expectation checking into a separate query (RFC 2383)
xFrednet
-1
/
+6
2022-04-05
span: move `MultiSpan`
David Wood
-2
/
+2
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
[next]