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
/
context.rs
Age
Commit message (
Expand
)
Author
Lines
2022-12-25
fix more clippy::style findings
Matthias Krüger
-8
/
+6
2022-12-21
Sort lint_groups in no_lint_suggestion
Ulrich Weigand
-1
/
+10
2022-12-18
don't restuct references just to reborrow
Matthias Krüger
-5
/
+5
2022-12-14
Remove many more cases of `mk_substs_trait` that can now use the iterator sch...
Oli Scherer
-1
/
+1
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-1
/
+1
2022-11-23
Move `get_associated_type` from `clippy` to `rustc_lint`
Maybe Waffle
-0
/
+17
2022-11-19
drive-by: PolyExistentialPredicate
Michael Goulet
-1
/
+1
2022-11-07
fix: lint against lint functions
Rejyr
-0
/
+4
2022-10-26
privacy: Rename "accessibility levels" to "effective visibilities"
Vadim Petrochenkov
-2
/
+2
2022-10-12
link lint function with `decorate` function param to `struct_lint_level`
Maybe Waffle
-0
/
+19
2022-10-01
Compute `lint_levels` by definition
Deadbeef
-1
/
+1
2022-10-01
`ui-fulldeps`: adopt to the new rustc lint API
Maybe Waffle
-1
/
+1
2022-10-01
Refactor rustc lint API
Maybe Waffle
-24
/
+40
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-1
/
+1
2022-09-22
Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"
Camille GILLOT
-1
/
+1
2022-09-14
Compute `lint_levels` by definition
Deadbeef
-1
/
+1
2022-09-06
Allow lint passes to be bound by `TyCtxt`
Jason Newcomb
-9
/
+19
2022-09-03
more clippy::perf fixes
Matthias Krüger
-1
/
+1
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-3
/
+2
2022-08-26
Rollup merge of #100776 - Rejyr:diagnostic-migration-rustc-lint, r=davidtwco
Michael Goulet
-58
/
+35
2022-08-23
sugg: take into count the debug formatting
Vincenzo Palazzo
-2
/
+7
2022-08-23
cleanup: commented lints
Rejyr
-3
/
+0
2022-08-22
migrate: `rustc_lint::context`
Rejyr
-58
/
+38
2022-08-02
Improve position named arguments lint underline and formatting names
Preston From
-6
/
+11
2022-07-25
Generate correct suggestion with named arguments used positionally
Preston From
-2
/
+2
2022-07-15
Only suggest if span is not erroneous
Michael Goulet
-9
/
+10
2022-07-15
Remove some more usages of guess_head_span
Michael Goulet
-2
/
+1
2022-07-13
Emit warning when named arguments are used positionally in format
Preston From
-0
/
+12
2022-07-07
Rollup merge of #98507 - xFrednet:rfc-2383-manual-expectation-magic, r=wesley...
Dylan DPC
-1
/
+32
2022-07-06
Add function to manually fulfill lint expectations (RFC 2383)
xFrednet
-1
/
+32
2022-07-05
errors: introduce `DecorateLint`
David Wood
-1
/
+21
2022-07-05
lint: `LintDiagnosticBuilder` into `rustc_errors`
David Wood
-2
/
+1
2022-06-16
Rollup merge of #97757 - xFrednet:rfc-2383-expect-with-force-warn, r=wesleywi...
Matthias Krüger
-2
/
+2
2022-06-16
Support lint expectations for `--force-warn` lints (RFC 2383)
xFrednet
-2
/
+2
2022-06-13
remove unnecessary `to_string` and `String::new`
Takayuki Maeda
-4
/
+4
2022-05-20
Lint single-use-lifetimes on the AST.
Camille GILLOT
-0
/
+37
2022-04-29
errors: `span_suggestion` takes `impl ToString`
David Wood
-1
/
+1
2022-04-19
Rollup merge of #96086 - jsgf:remove-extern-location, r=davidtwco
Dylan DPC
-26
/
+1
2022-04-17
Lint elided lifetimes in path on the AST.
Camille GILLOT
-1
/
+17
2022-04-15
Remove `--extern-location` and all associated code
Jeremy Fitzhardinge
-26
/
+1
2022-04-05
span: move `MultiSpan`
David Wood
-2
/
+2
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-6
/
+10
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-1
/
+1
2022-03-05
Review changes
Jack Huey
-4
/
+6
2022-03-05
Change to lint
Jack Huey
-0
/
+8
2022-03-05
Improve unexpected_cfgs lint when their is no value expected
Loïc BRANSTETT
-20
/
+26
2022-03-02
Added `Expect` lint level and attribute (RFC-2383)
xFrednet
-0
/
+4
2022-02-26
Document that pre-expansion lint passes are deprecated
xFrednet
-1
/
+6
2022-02-25
Switch bootstrap cfgs
Mark Rousskov
-1
/
+1
2022-02-25
Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebank
bors
-9
/
+13
[next]