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_lint
/
src
/
levels.rs
Age
Commit message (
Expand
)
Author
Lines
2022-10-01
Move code to rustc_lint.
Camille GILLOT
-2
/
+69
2022-10-01
Remove unused tool_name.
Camille GILLOT
-4
/
+0
2022-10-01
Compute `lint_levels` by definition
Deadbeef
-278
/
+310
2022-10-01
Refactor rustc lint API
Maybe Waffle
-59
/
+73
2022-09-22
Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"
Camille GILLOT
-396
/
+284
2022-09-14
Add FIXME.
Camille GILLOT
-0
/
+2
2022-09-14
Comment LintLevelSets.
Camille GILLOT
-1
/
+12
2022-09-14
Remove unused tool_name.
Camille GILLOT
-4
/
+0
2022-09-14
Move some code and add comments.
Camille GILLOT
-32
/
+103
2022-09-14
Compute `lint_levels` by definition
Deadbeef
-278
/
+310
2022-09-12
Allow tool-lints to specify a feature-gate too
Wim Looman
-2
/
+4
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-1
/
+0
2022-08-23
cleanup: commented lints
Rejyr
-3
/
+0
2022-08-22
rename: `UnknownTool` to `UnknownToolInScopedLint`
Rejyr
-2
/
+2
2022-08-22
migrate: `OverruledAttribute`
Rejyr
-12
/
+25
2022-08-22
change: diagnostic `String` field to `Symbol`
Rejyr
-2
/
+1
2022-08-22
migrate: `bad_attr` to `SessionDiagnostic`
Rejyr
-17
/
+25
2022-08-22
migrate: `UnknownTool` error to `SessionDiagnostic`
Rejyr
-16
/
+11
2022-08-11
Add visitors for PatField and ExprField.
Eric Huss
-34
/
+13
2022-08-11
Honor lint level attributes in more places.
Eric Huss
-3
/
+42
2022-08-11
Simplify `rustc_hir::intravisit::Visitor::visit_variant_data`.
Nicholas Nethercote
-7
/
+2
2022-07-05
lint: `LintDiagnosticBuilder` into `rustc_errors`
David Wood
-3
/
+3
2022-06-30
middle: translation in `LintDiagnosticBuilder`
David Wood
-2
/
+2
2022-06-16
Rollup merge of #97757 - xFrednet:rfc-2383-expect-with-force-warn, r=wesleywi...
Matthias Krüger
-6
/
+16
2022-06-16
Support lint expectations for `--force-warn` lints (RFC 2383)
xFrednet
-6
/
+16
2022-06-13
remove unnecessary `to_string` and `String::new`
Takayuki Maeda
-3
/
+3
2022-05-20
Lint single-use-lifetimes on the AST.
Camille GILLOT
-1
/
+9
2022-05-08
Move lint expectation checking into a separate query (RFC 2383)
xFrednet
-7
/
+18
2022-04-05
span: move `MultiSpan`
David Wood
-2
/
+2
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-1
/
+1
2022-03-15
Rollup merge of #94947 - Dylan-DPC:fix/typos, r=oli-obk
Matthias Krüger
-2
/
+2
2022-03-15
fix typos
Dylan DPC
-2
/
+2
2022-03-14
Rollup merge of #94670 - xFrednet:rfc-2383-expect-impl-after-party, r=flip199...
Matthias Krüger
-8
/
+28
2022-03-09
Add comment about `unfulfilled_lint_expectation` not being in a group (RFC 2383)
xFrednet
-0
/
+2
2022-03-08
Fix docs, fix incorrect lint source in note
David Koloski
-2
/
+3
2022-03-08
Switch the primary diagnostic to `unknown_lints`
David Koloski
-31
/
+36
2022-03-08
Treat unstable lints as unknown
David Koloski
-35
/
+57
2022-03-07
Handle `#[expect(unfulfilled_lint_expectations)]` with a lint message
xFrednet
-8
/
+26
2022-03-03
Emit `unused_attributes` if a level attr only has a reason
xFrednet
-3
/
+1
2022-03-02
Use Vec for expectations to have a constant order (RFC-2383)
xFrednet
-5
/
+5
2022-03-02
Emit `unfullfilled_lint_expectation` using a `HirId` for performance (RFC-2383)
xFrednet
-45
/
+11
2022-03-02
Reduced the size of `LintExpectationId` by 12 bytes (RFC-2383)
xFrednet
-2
/
+3
2022-03-02
Expect each lint in attribute individually (RFC-2383)
xFrednet
-26
/
+62
2022-03-02
Make `LintExpectationId` stable between compilation sessions (RFC-2383)
xFrednet
-6
/
+44
2022-03-02
Set `LintExpectationId` in level and collect fulfilled ones (RFC-2383)
xFrednet
-7
/
+31
2022-02-23
rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".
Eduard-Mihai Burtescu
-12
/
+13
2022-02-19
Adopt let else in more places
est31
-3
/
+3
2022-01-23
rustc_lint: Stop creating a fake `ast::Crate` for running early lints
Vadim Petrochenkov
-1
/
+1
2022-01-23
rustc_lint: Reuse the set of registered tools from resolver
Vadim Petrochenkov
-23
/
+9
2022-01-23
rustc_lint: Remove some redundant fields from `EarlyContext`
Vadim Petrochenkov
-15
/
+18
[prev]
[next]