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
Age
Commit message (
Expand
)
Author
Lines
2022-08-23
sugg: take into count the debug formatting
Vincenzo Palazzo
-2
/
+7
2022-08-23
cleanup: commented lints
Rejyr
-11
/
+0
2022-08-22
refactor: migrate to kind-less `SessionDiagnostic` derives
Rejyr
-8
/
+8
2022-08-22
migrate: `rustc_lint::context`
Rejyr
-59
/
+119
2022-08-22
rename: `UnknownTool` to `UnknownToolInScopedLint`
Rejyr
-4
/
+4
2022-08-22
migrate: `BuiltinEllipsisInclusiveRangePatterns`
Rejyr
-23
/
+23
2022-08-22
migrate: `OverruledAttribute`
Rejyr
-12
/
+65
2022-08-22
hotfix: add missing import
Rejyr
-1
/
+1
2022-08-22
change: diagnostic `String` field to `Symbol`
Rejyr
-3
/
+2
2022-08-22
migrate: `bad_attr` to `SessionDiagnostic`
Rejyr
-18
/
+45
2022-08-22
migrate: `UnknownTool` error to `SessionDiagnostic`
Rejyr
-16
/
+27
2022-08-22
Use DiagnosticMessage for BufferedEarlyLint.msg
finalchild
-1
/
+1
2022-08-21
Replace #[lint/warning/error] with #[diag]
Xiretza
-1
/
+1
2022-08-16
Rename some things related to literals.
Nicholas Nethercote
-2
/
+2
2022-08-15
Auto merge of #96745 - ehuss:even-more-attribute-validation, r=cjgillot
bors
-65
/
+81
2022-08-12
Adjust cfgs
Mark Rousskov
-1
/
+0
2022-08-11
Add missing visit_pat_field in early lint visitor.
Eric Huss
-0
/
+6
2022-08-11
Make Node::ExprField a child of Node::Expr.
Eric Huss
-51
/
+47
2022-08-11
Add visitors for PatField and ExprField.
Eric Huss
-45
/
+19
2022-08-11
Honor lint level attributes in more places.
Eric Huss
-6
/
+46
2022-08-11
Rollup merge of #100392 - nnethercote:simplify-visitors, r=cjgillot
Matthias Krüger
-28
/
+9
2022-08-11
Simplify `rustc_ast::visit::Visitor::visit_poly_trait_ref`.
Nicholas Nethercote
-5
/
+4
2022-08-11
Simplify `rustc_hir::intravisit::Visitor::visit_variant_data`.
Nicholas Nethercote
-23
/
+5
2022-08-10
Do not consider method call receiver as an argument in AST.
Camille GILLOT
-2
/
+1
2022-08-07
Do not manually craft a span pointing inside a multibyte character.
Camille GILLOT
-46
/
+42
2022-08-04
Fix imports.
Aaron Kofsky
-2
/
+2
2022-08-04
Explain why let-underscoring a lock guard is incorrect.
Aaron Kofsky
-2
/
+11
2022-08-04
Rollup merge of #100093 - wcampbell0x2a:unused-parens-for-match-arms, r=petro...
Matthias Krüger
-0
/
+14
2022-08-04
Enable unused_parens for match arms
wcampbell
-0
/
+14
2022-08-03
Remove index from Region::EarlyBound.
Camille GILLOT
-6
/
+13
2022-08-02
Improve position named arguments lint underline and formatting names
Preston From
-6
/
+11
2022-08-01
Remove DefId from AssocItemContainer.
Camille GILLOT
-2
/
+2
2022-08-01
Rollup merge of #99911 - cjgillot:no-guess, r=davidtwco
Matthias Krüger
-20
/
+5
2022-07-30
Auto merge of #99887 - nnethercote:rm-TreeAndSpacing, r=petrochenkov
bors
-1
/
+1
2022-07-30
Rollup merge of #99888 - nnethercote:streamline-visitors, r=cjgillot
Yuki Okushi
-70
/
+2
2022-07-29
Remove `TreeAndSpacing`.
Nicholas Nethercote
-1
/
+1
2022-07-29
Remove some late `check_*` functions.
Nicholas Nethercote
-34
/
+2
2022-07-29
Remove some early `check_*` functions.
Nicholas Nethercote
-36
/
+0
2022-07-29
Auto merge of #99660 - PrestonFrom:issue_99265, r=compiler-errors
bors
-2
/
+2
2022-07-28
Remove guess_head_span.
Camille GILLOT
-20
/
+5
2022-07-27
lint: add bad opt access internal lint
David Wood
-0
/
+38
2022-07-27
session: disable internal lints for rustdoc
David Wood
-14
/
+0
2022-07-27
lint: add comment about diag lints in group
David Wood
-0
/
+4
2022-07-25
Generate correct suggestion with named arguments used positionally
Preston From
-2
/
+2
2022-07-21
`special_module_name`: ignore inline modules
Ibraheem Ahmed
-1
/
+5
2022-07-20
Rollup merge of #99433 - cjgillot:erase-foreign-sig, r=compiler-errors
Dylan DPC
-3
/
+4
2022-07-19
Erase regions before comparing signatures of foreign fns.
Camille GILLOT
-3
/
+4
2022-07-18
Update invalid atomic ordering lint
Tomasz Miąsko
-38
/
+3
2022-07-16
Stabilize `let_chains`
Caio
-1
/
+1
2022-07-15
Only suggest if span is not erroneous
Michael Goulet
-9
/
+10
[prev]
[next]