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
/
early.rs
Age
Commit message (
Expand
)
Author
Lines
2021-09-26
Pass real crate-level attributes to `pre_expansion_lint`
Samuel Moelius
-3
/
+21
2021-07-17
Add additional missing lint handling logic
Aaron Hill
-2
/
+4
2021-07-17
Add missing `visit_expr_field`
Aaron Hill
-2
/
+14
2021-05-07
Fix duplicate unknown lint errors
Cameron Steffen
-3
/
+3
2021-04-15
Run buffered lints attached to anon consts
Aaron Hill
-0
/
+1
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-3
/
+3
2021-02-27
Combine HasAttrs and HasTokens into AstLike
Aaron Hill
-1
/
+1
2021-02-18
ast: Stop using `Mod` in `Crate`
Vadim Petrochenkov
-7
/
+0
2021-02-03
Really fix early lints inside an async desugaring
Jethro Beekman
-4
/
+4
2021-02-02
Fix early lints inside an async desugaring
Aaron Hill
-0
/
+16
2021-01-22
Remove special casing of rustdoc in rustc_lint
Joshua Nelson
-11
/
+3
2020-11-03
rustc_ast: `visit_mac` -> `visit_mac_call`
Vadim Petrochenkov
-1
/
+1
2020-11-03
rustc_ast: Do not panic by default when visiting macro calls
Vadim Petrochenkov
-7
/
+1
2020-10-24
Fix inconsistencies in handling of inert attributes on statements
Aaron Hill
-2
/
+17
2020-10-16
Add check_generic_arg early pass
Santiago Pastorino
-0
/
+5
2020-08-30
mv compiler to compiler/
mark
-0
/
+381
[prev]