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
2023-03-20
Lint ambiguous glob re-exports
许杰友 Jieyou Xu (Joe)
-0
/
+4
2023-02-22
Move the unused extern crate check back to the resolver.
Camille GILLOT
-0
/
+17
2023-02-19
Make public API, docs algorithm-agnostic
Jacob Pratt
-1
/
+1
2023-02-16
Replace some `then`s with some `then_some`s
Maybe Waffle
-1
/
+1
2023-02-16
`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`
Maybe Waffle
-6
/
+4
2023-02-14
Fix #107998, avoid ICE when the generic_span is empty
yukang
-1
/
+9
2023-01-30
Allow more deriving on packed structs.
Nicholas Nethercote
-0
/
+3
2023-01-16
fix #104440
Takayuki Maeda
-21
/
+26
2023-01-09
refactor: cleanup
Rejyr
-2
/
+0
2023-01-09
add: `#[rustc_lint_diagnostics]` for more `context.rs` functions.
Rejyr
-0
/
+5
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
[next]