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
/
late.rs
Age
Commit message (
Expand
)
Author
Lines
2021-09-30
Do not pass hir::Crate to lints.
Camille GILLOT
-4
/
+2
2021-09-12
Gather module items after lowering.
Camille GILLOT
-4
/
+2
2021-09-02
Rename walk_crate.
Camille GILLOT
-1
/
+1
2021-09-02
Stop using walk_crate.
Camille GILLOT
-3
/
+2
2021-08-28
Treat macros as HIR items
inquisitivecrystal
-4
/
+0
2021-07-25
Add inferred args to typeck
kadmin
-0
/
+5
2021-05-17
Auto merge of #85178 - cjgillot:local-crate, r=oli-obk
bors
-3
/
+3
2021-05-15
Fix unused attributes on macro_rules.
Eric Huss
-0
/
+4
2021-05-12
Use () for privacy.
Camille GILLOT
-3
/
+3
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-3
/
+3
2021-03-09
Track HirId when visiting attributes.
Camille GILLOT
-4
/
+7
2021-03-09
Access attrs directly from HirId in rustc_lint::late.
Camille GILLOT
-14
/
+13
2021-02-15
Index Modules using their LocalDefId.
Camille GILLOT
-1
/
+1
2021-02-15
Only store a LocalDefId in hir::ForeignItem.
Camille GILLOT
-2
/
+2
2021-02-15
Only store a LocalDefId in hir::ImplItem.
Camille GILLOT
-2
/
+2
2021-02-15
Only store a LocalDefId in hir::TraitItem.
Camille GILLOT
-2
/
+2
2021-02-15
Only store a LocalDefId in hir::Item.
Camille GILLOT
-2
/
+2
2021-02-15
Use ItemId as a strongly typed index.
Camille GILLOT
-1
/
+1
2021-01-18
Reset LateContext enclosing body in nested items
Cameron Steffen
-0
/
+4
2020-10-24
Fix inconsistencies in handling of inert attributes on statements
Aaron Hill
-6
/
+7
2020-08-30
mv compiler to compiler/
mark
-0
/
+499