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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
stats
Age
Commit message (
Expand
)
Author
Lines
2025-07-13
Retire hir::*ItemRef.
Camille GILLOT
-3
/
+3
2025-07-13
Retire hir::ForeignItemRef.
Camille GILLOT
-2
/
+2
2025-07-13
Remove hir::AssocItemKind.
Camille GILLOT
-3
/
+3
2025-07-13
Move trait_item_def_id from ImplItemRef to ImplItem.
Camille GILLOT
-2
/
+2
2025-06-30
Improve macro-stats printing.
Nicholas Nethercote
-2
/
+1
2025-06-30
Augment the macro-stats test.
Nicholas Nethercote
-3
/
+10
2025-06-25
tests: Do not run afoul of asm.validity.non-exhaustive in input-stats
Jubilee Young
-7
/
+10
2025-06-24
Rollup merge of #142934 - nnethercote:tweak-macro-stats, r=petrochenkov
Jubilee
-20
/
+20
2025-06-24
Tweak `-Zinput-stats` and `-Zmeta-stats` output.
Nicholas Nethercote
-4
/
+6
2025-06-24
Reverse order of `-Zinput-stats` and `-Zmeta-stats` output.
Nicholas Nethercote
-93
/
+93
2025-06-24
Tweak `-Zmacro-stats` measurement.
Nicholas Nethercote
-20
/
+20
2025-06-13
Rollup merge of #142158 - xizheyin:141617, r=jdonszelmann
Matthias Krüger
-2
/
+2
2025-06-12
Tracking the old name of renamed unstable library attribute
xizheyin
-2
/
+2
2025-06-12
Introduce `-Zmacro-stats`.
Nicholas Nethercote
-0
/
+159
2025-06-03
Remove pre-expansion AST stats.
Nicholas Nethercote
-117
/
+60
2025-05-28
Avoid over-counting of `UsePath` in the HIR stats.
Nicholas Nethercote
-3
/
+3
2025-05-28
Filter percentages out of `tests/ui/stats/input-stats.rs` output.
Nicholas Nethercote
-160
/
+164
2025-04-04
Implement `super let`.
Mara Bos
-18
/
+18
2025-04-01
Move `ast::Item::ident` into `ast::ItemKind`.
Nicholas Nethercote
-39
/
+39
2025-03-28
Don't use `kw::Empty` in `hir::Lifetime::ident`.
Nicholas Nethercote
-3
/
+3
2025-03-01
Implment `#[cfg]` and `#[cfg_attr]` in `where` clauses
Frank King
-14
/
+14
2025-01-01
Fix ICE when opaque captures a duplicated/invalid lifetime
Michael Goulet
-6
/
+6
2024-12-17
Fix `-Z inputs-stats` ordering.
Nicholas Nethercote
-17
/
+17
2024-12-09
Introduce `default_field_values` feature
Esteban Küber
-18
/
+18
2024-11-25
Refactor `where` predicates, and reserve for attributes support
Frank King
-23
/
+23
2024-11-21
Implement the unsafe-fields RFC.
Luca Versari
-15
/
+15
2024-11-15
Merge `-Zhir-stats` into `-Zinput-stats`
Sam Estep
-2
/
+2
2024-11-15
Print total node count in `-Z hir-stats`
Sam Estep
-4
/
+4
2024-10-22
Represent TraitBoundModifiers as distinct parts in HIR
Michael Goulet
-8
/
+8
2024-10-20
Stop relying on hashmap iteration for hir stat printing
Noratrieb
-23
/
+23
2024-08-31
ignore/fix layout-sensitive tests
The 8472
-0
/
+3
2024-07-16
Add `ConstArgKind::Path` and make `ConstArg` its own HIR node
Noah Lev
-6
/
+6
2024-06-26
ast: Standardize visiting order
Vadim Petrochenkov
-31
/
+31
2024-05-04
Auto merge of #124401 - oli-obk:some_hir_cleanups, r=cjgillot
bors
-13
/
+13
2024-04-29
Add StaticForeignItem and use it on ForeignItemKind
Santiago Pastorino
-10
/
+10
2024-04-29
Bless ui tests
Oli Scherer
-13
/
+13
2024-03-14
Update `tests/ui/stats/hir-stats.stderr` output
Guillaume Gomez
-3
/
+3
2024-03-01
Detect more cases of `=` to `:` typo
Esteban Küber
-10
/
+10
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-6
/
+6
2024-01-31
Add async bound modifier to enable async Fn bounds
Michael Goulet
-26
/
+26
2024-01-05
Remove `hir::Guard`
Matthew Jasper
-4
/
+4
2023-12-25
Make closures carry their own ClosureKind, rather than deducing what it is fr...
Michael Goulet
-4
/
+4
2023-12-20
Refactor AST trait bound modifiers
León Orell Valerian Liehr
-17
/
+17
2023-11-24
Add `Span` to `TraitBoundModifier`
Deadbeef
-29
/
+29
2023-09-22
Rollup merge of #116067 - saethlin:meta-stats-ice, r=WaffleLapkin
Matthias Krüger
-0
/
+7
2023-09-22
Open the FileEncoder file for reading and writing
Ben Kimock
-0
/
+7
2023-09-21
Record asyncness span in HIR
Michael Goulet
-16
/
+16
2023-04-04
Rename `ast::Static` to `ast::StaticItem` to match `ast::ConstItem`
Oli Scherer
-43
/
+43
2023-02-21
Use `ThinVec` in a few more AST types.
Nicholas Nethercote
-44
/
+44
2023-02-21
Use `ThinVec` in `ast::PatKind::Struct`.
Nicholas Nethercote
-51
/
+51
[next]