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
/
input_stats.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-13
Retire hir::*ItemRef.
Camille GILLOT
-6
/
+6
2025-07-13
Retire hir::ForeignItemRef.
Camille GILLOT
-3
/
+3
2025-07-06
compiler: rename {ast,hir}::BareFn* to FnPtr*
Jubilee Young
-2
/
+2
2025-06-24
Tweak `-Zinput-stats` and `-Zmeta-stats` output.
Nicholas Nethercote
-6
/
+7
2025-06-24
Reverse order of `-Zinput-stats` and `-Zmeta-stats` output.
Nicholas Nethercote
-0
/
+1
2025-06-24
Make stats code nicer.
Nicholas Nethercote
-18
/
+37
2025-06-12
Overhaul the `thousands` module.
Nicholas Nethercote
-8
/
+8
2025-05-28
Avoid over-counting of `UsePath` in the HIR stats.
Nicholas Nethercote
-2
/
+8
2025-03-28
Add `{ast,hir,thir}::PatKind::Missing` variants.
Nicholas Nethercote
-0
/
+2
2025-03-09
Rollup merge of #138040 - thaliaarchi:use-prelude-size-of.compiler, r=compile...
Matthias Krüger
-2
/
+2
2025-03-07
compiler: Use size_of from the prelude instead of imported
Thalia Archibald
-2
/
+2
2025-03-07
Rollup merge of #138150 - nnethercote:streamline-intravisit-visit_id, r=oli-obk
Matthias Krüger
-2
/
+2
2025-03-07
Move `visit_id` calls.
Nicholas Nethercote
-2
/
+2
2025-03-06
Implement .use keyword as an alias of clone
Santiago Pastorino
-1
/
+2
2025-02-18
Move methods from `Map` to `TyCtxt`, part 2.
Nicholas Nethercote
-2
/
+2
2025-02-17
Move some `Map` methods onto `TyCtxt`.
Nicholas Nethercote
-13
/
+9
2025-02-08
Rustfmt
bjorn3
-203
/
+228
2025-01-31
Overhaul `to_readable_str`.
Nicholas Nethercote
-8
/
+8
2025-01-29
Eliminate PatKind::Path
Oli Scherer
-1
/
+0
2025-01-23
Split hir `TyKind` and `ConstArgKind` in two and update `hir::Visitor`
Boxy
-4
/
+3
2025-01-08
Rename PatKind::Lit to Expr
Oli Scherer
-2
/
+2
2024-12-31
add guard patterns to HIR and implement lowering
Max Niederman
-0
/
+1
2024-12-17
Fix `-Z inputs-stats` ordering.
Nicholas Nethercote
-7
/
+11
2024-12-15
Add hir::Attribute
Jonathan Dönszelmann
-1
/
+1
2024-12-14
(Re-)Implement impl_trait_in_bindings
Michael Goulet
-0
/
+1
2024-12-12
Add unwrap_unsafe_binder and wrap_unsafe_binder macro operators
Michael Goulet
-4
/
+35
2024-12-12
Lower AST and resolve lifetimes for unsafe binder types
Michael Goulet
-0
/
+2
2024-12-10
Remove more traces of anonymous ADTs
Michael Goulet
-1
/
+0
2024-12-08
Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-dead
Matthias Krüger
-0
/
+1
2024-11-25
Refactor `where` predicates, and reserve for attributes support
Frank King
-6
/
+5
2024-11-24
add guard pattern AST node
Max Niederman
-0
/
+1
2024-11-15
Merge `-Zhir-stats` into `-Zinput-stats`
Sam Estep
-0
/
+704