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
/
nonstandard_style.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-24
Introduce new-style attribute parsers for several attributes
Jana Dönszelmann
-5
/
+6
2025-02-24
Introduce new parsing infrastructure and types for parsed attributes
Jana Dönszelmann
-2
/
+2
2025-02-22
Fix binding mode problems
Michael Goulet
-1
/
+1
2025-02-08
Rustfmt
bjorn3
-10
/
+10
2025-01-29
Eliminate PatKind::Path
Oli Scherer
-2
/
+6
2025-01-07
Avoid naming variables `str`
Josh Triplett
-3
/
+3
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-1
/
+1
2024-12-16
split attributes
Jonathan Dönszelmann
-5
/
+4
2024-12-15
Add hir::Attribute
Jonathan Dönszelmann
-31
/
+32
2024-11-04
ty::KContainer -> ty::AssocItemContainer::K
Michael Goulet
-2
/
+2
2024-11-03
compiler: Directly use rustc_abi in lints
Jubilee Young
-3
/
+3
2024-10-24
Remove associated type based effects logic
Michael Goulet
-5
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-11
/
+11
2024-09-21
Explain why non_snake_case is skipped for binary crates
许杰友 Jieyou Xu (Joe)
-0
/
+3
2024-08-27
Add `warn(unreachable_pub)` to `rustc_lint`.
Nicholas Nethercote
-2
/
+2
2024-08-07
Use more slice patterns inside the compiler
León Orell Valerian Liehr
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-8
/
+7
2024-06-03
Fix up comments.
Nicholas Nethercote
-5
/
+5
2024-04-29
Remove `extern crate rustc_session` from `rustc_lint`.
Nicholas Nethercote
-0
/
+1
2024-03-01
Hoist only-executables check above producing crate ident
许杰友 Jieyou Xu (Joe)
-3
/
+5
2024-02-28
Don't lint snake-case on executable crate name
Gil Shoshan
-1
/
+4
2024-02-10
hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}`
Vadim Petrochenkov
-1
/
+1
2024-01-23
Rename `LintContext::emit_spanned_lint` as `LintContext::emit_span_lint`.
Nicholas Nethercote
-3
/
+3
2023-12-05
Remove `#[rustc_host]`, use internal desugaring
Deadbeef
-3
/
+3
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-3
/
+3
2023-10-13
Format all the let chains in compiler
Michael Goulet
-1
/
+3
2023-07-04
allow host param to be lowercase
Deadbeef
-0
/
+4
2023-04-20
reimpl `make non_upper_case_globals lint not report trait impls`
Ezra Shaw
-9
/
+12
2023-04-19
make `non_upper_case_globals` lint not report trait impls
Ezra Shaw
-6
/
+9
2023-03-22
rustc: Remove unused `Session` argument from some attribute functions
Vadim Petrochenkov
-3
/
+2
2023-03-21
Use local key in providers
Michael Goulet
-4
/
+2
2023-01-28
Remove `HirId -> LocalDefId` map from HIR.
Camille GILLOT
-2
/
+2
2023-01-28
Take a LocalDefId in hir::Visitor::visit_fn.
Camille GILLOT
-8
/
+8
2023-01-09
refactor: cleanup
Rejyr
-2
/
+0
2023-01-09
migrate: `nonstandard_style.rs`
Rejyr
-80
/
+51
2023-01-04
get_parent and find_parent
Michael Goulet
-1
/
+1
2023-01-04
rename get_parent_node to parent_id
Michael Goulet
-2
/
+1
2022-12-16
Detect inherent associated types not having CamelCase
Deadbeef
-1
/
+11
2022-10-23
Migrate all diagnostics
Nilstrieb
-13
/
+13
2022-10-10
Rename AssocItemKind::TyAlias to AssocItemKind::Type
Michael Goulet
-1
/
+1
2022-10-01
Refactor rustc lint API
Maybe Waffle
-48
/
+55
2022-09-12
Remove unused span argument from `check_mod` and `process_mod`.
Nicholas Nethercote
-7
/
+1
2022-08-11
Add visitors for PatField and ExprField.
Eric Huss
-11
/
+6
2022-08-01
Remove DefId from AssocItemContainer.
Camille GILLOT
-2
/
+2
2022-06-30
lint: port non-standard style diagnostics
David Wood
-18
/
+22
2022-04-23
Stop visiting visibility.
Camille GILLOT
-1
/
+1
2022-01-23
rustc_lint: Remove some redundant fields from `EarlyContext`
Vadim Petrochenkov
-1
/
+1
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-3
/
+3
2021-10-03
Fix extra `non_snake_case` warning for shorthand field bindings
Fabian Wolff
-6
/
+7
[next]