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
2024-11-15
Merge `-Zhir-stats` into `-Zinput-stats`
Sam Estep
-704
/
+0
2024-11-15
Print total node count in `-Z hir-stats`
Sam Estep
-1
/
+8
2024-11-03
remove attribute ids from hir stats (they're simply not needed)
Jonathan Dönszelmann
-80
/
+76
2024-10-20
Stop relying on hashmap iteration for hir stat printing
Noratrieb
-1
/
+3
2024-10-15
Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errors
Matthias Krüger
-0
/
+1
2024-10-11
Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser
bors
-2
/
+0
2024-10-07
Fix clippy and rustfmt compilation
Eric Holk
-27
/
+24
2024-10-07
Add sugar for &pin (const|mut) types
Eric Holk
-23
/
+27
2024-10-04
rm `ItemKind::OpaqueTy`
Noah Lev
-1
/
+0
2024-10-01
Remove anon struct and union types
Michael Goulet
-2
/
+0
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-192
/
+170
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+2
2024-07-16
hir: Create `hir::ConstArgKind` enum
Noah Lev
-1
/
+1
2024-06-28
Change RTN to use .. again
Michael Goulet
-1
/
+1
2024-06-17
Rework precise capturing syntax
Michael Goulet
-2
/
+2
2024-05-31
Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com...
Matthias Krüger
-4
/
+4
2024-05-30
Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup
León Orell Valerian Liehr
-4
/
+4
2024-05-29
Don't require `visit_body` to take a lifetime that must outlive the function ...
Oli Scherer
-1
/
+1
2024-05-15
delegation: Implement list delegation
Vadim Petrochenkov
-2
/
+3
2024-04-25
ast: Generalize item kind visiting
Vadim Petrochenkov
-1
/
+1
2024-04-16
Avoid lots of `hir::HirId{,Map,Set}` qualifiers.
Nicholas Nethercote
-2
/
+2
2024-04-08
Thread pattern types through the HIR
Oli Scherer
-0
/
+1
2024-04-08
Add pattern types to ast
Oli Scherer
-0
/
+1
2024-03-22
Rename `hir::Local` into `hir::LetStmt`
Guillaume Gomez
-1
/
+1
2024-03-21
Implement macro-based deref!() syntax for deref patterns
Michael Goulet
-0
/
+2
2024-03-14
Rename `hir::StmtKind::Local` into `hir::StmtKind::Let`
Guillaume Gomez
-1
/
+1
2024-03-14
Rename `ast::StmtKind::Local` into `ast::StmtKind::Let`
Guillaume Gomez
-1
/
+1
2024-02-25
Add `ast::ExprKind::Dummy`
Lieselotte
-1
/
+1
2024-02-15
Add an `ErrorGuaranteed` to `ast::TyKind::Err`.
Nicholas Nethercote
-2
/
+3
2024-02-12
Lower anonymous structs or unions to HIR
Frank King
-0
/
+1
2024-01-28
hir: Remove unnecessary `HirId` from `hir::Let`
Vadim Petrochenkov
-5
/
+0
2024-01-17
Add `PatKind::Err`
Lieselotte
-2
/
+4
2024-01-12
Delegation implementation: step 1
Bryanskiy
-2
/
+4
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
[next]