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_passes
/
src
/
hir_stats.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-15
banish hir::GenericBound::LangItemTrait
Michael Goulet
-1
/
+1
2023-12-12
rustc_passes: Enforce `rustc::potential_query_instability` lint
Martin Nordholts
-0
/
+4
2023-11-29
Add `never_patterns` feature gate
Nadrieril
-1
/
+16
2023-10-27
Add gen blocks to ast and do some broken ast lowering
Oli Scherer
-2
/
+2
2023-08-24
Parse unnamed fields and anonymous structs or unions
Frank King
-0
/
+2
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-4
/
+4
2023-06-26
`hir`: Add `Become` expression kind
Maybe Waffle
-2
/
+2
2023-06-19
Syntatically accept `become` expressions
Maybe Waffle
-1
/
+2
2023-04-21
offset_of
DrMeepster
-2
/
+3
2023-04-10
Remove `..` from return type notation
Michael Goulet
-1
/
+1
2023-03-28
Add `(..)` syntax for RTN
Michael Goulet
-1
/
+1
2023-03-14
Remove box expressions from HIR
clubby789
-1
/
+1
2023-03-12
Remove `box_syntax` from AST and use in tools
clubby789
-1
/
+1
2023-03-03
Match unmatched backticks in comments in compiler/
est31
-1
/
+1
2023-01-28
Take a LocalDefId in hir::Visitor::visit_fn.
Camille GILLOT
-1
/
+2
2023-01-12
Expand format_args!() in rust_ast_lowering.
Mara Bos
-1
/
+1
2022-12-28
Rename `Rptr` to `Ref` in AST and HIR
Nilstrieb
-2
/
+2
2022-12-18
don't restuct references just to reborrow
Matthias Krüger
-2
/
+2
2022-12-01
rustc_hir: Change representation of import paths to support multiple resolutions
Vadim Petrochenkov
-1
/
+1
2022-12-01
rustc_hir: Relax lifetime requirements on `Visitor::visit_path`
Vadim Petrochenkov
-1
/
+1
2022-11-11
Introduce `ExprKind::IncludedBytes`
clubby789
-1
/
+2
2022-10-10
Rename AssocItemKind::TyAlias to AssocItemKind::Type
Michael Goulet
-1
/
+1
2022-10-09
ImplItemKind::TyAlias => ImplItemKind::Type
Michael Goulet
-1
/
+1
2022-09-12
Remove unused span argument from `walk_fn`.
Nicholas Nethercote
-4
/
+4
2022-09-12
Remove `path_span` argument to the `visit_path_segment` methods.
Nicholas Nethercote
-8
/
+8
2022-09-08
Arena-allocate `hir::Lifetime`.
Nicholas Nethercote
-0
/
+5
2022-09-05
Rollup merge of #101142 - nnethercote:improve-hir-stats, r=davidtwco
Dylan DPC
-66
/
+215
2022-08-31
Fix a bunch of typo
Dezhi Wu
-1
/
+1
2022-08-29
Improve HIR stats collector.
Nicholas Nethercote
-50
/
+194
2022-08-29
Move a comment to the right place.
Nicholas Nethercote
-4
/
+4
2022-08-29
Add prefix to every line of `-Zhir-stats` output.
Nicholas Nethercote
-12
/
+17
2022-08-11
Rollup merge of #100392 - nnethercote:simplify-visitors, r=cjgillot
Matthias Krüger
-7
/
+2
2022-08-11
Add a second level to the AST size reporting.
Nicholas Nethercote
-34
/
+184
2022-08-11
Add percentages to `-Zhir-stats` output.
Nicholas Nethercote
-6
/
+8
2022-08-11
Change how `AssocItem` is reported.
Nicholas Nethercote
-5
/
+1
2022-08-11
Improve AST stat collector.
Nicholas Nethercote
-13
/
+66
2022-08-11
Simplify `rustc_hir::intravisit::Visitor::visit_variant_data`.
Nicholas Nethercote
-7
/
+2
2022-06-16
Remove unused `hir_id` arg from `visit_attribute`.
Nicholas Nethercote
-1
/
+1
2022-05-20
Introduce LifetimeCtxt.
Camille GILLOT
-1
/
+1
2022-04-21
rename to `BoundKind` and add comments
SparrowLii
-2
/
+2
2022-04-20
Add `BoundCtxt` in `visit_param_bounds` to check questions in bounds
SparrowLii
-1
/
+2
2022-01-18
Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk
bors
-3
/
+3
2022-01-17
add eq constraints on associated constants
kadmin
-3
/
+3
2022-01-16
Replace NestedVisitorMap with NestedFilter
Cameron Steffen
-6
/
+0
2021-09-02
Rename walk_crate.
Camille GILLOT
-1
/
+1
2021-09-02
Drop walk_crate_and_attributes.
Camille GILLOT
-4
/
+6
2021-09-02
Stop using walk_crate.
Camille GILLOT
-1
/
+1
2021-08-28
Treat macros as HIR items
inquisitivecrystal
-5
/
+0
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-6
/
+6
2021-03-09
Track HirId when visiting attributes.
Camille GILLOT
-1
/
+1
[next]