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_hir
/
src
/
arena.rs
Age
Commit message (
Expand
)
Author
Lines
2023-11-20
Remove unused arena kinds in `rustc_hir` and `rustc_middle`.
Nicholas Nethercote
-1
/
+0
2023-04-22
Also arena-allocate `ast::MacroDef` to make `Item: Copy`
Nilstrieb
-1
/
+1
2023-04-22
Impl `Copy` for almost all HIR types
Nilstrieb
-41
/
+1
2023-04-16
Alloc `hir::Lit` in an arena to remove the destructor from `Expr`
Nilstrieb
-0
/
+1
2022-12-01
rustc_hir: Change representation of import paths to support multiple resolutions
Vadim Petrochenkov
-0
/
+1
2022-07-12
Add an indirection for closures in `hir::ExprKind`
Maybe Waffle
-0
/
+1
2022-07-06
Make AST lowering a query.
Camille GILLOT
-1
/
+1
2022-04-30
Box HIR Generics and Impl.
Camille GILLOT
-0
/
+2
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-1
/
+0
2021-12-13
let-else: add hir::Let and type check it like a hir::Local
Cormac Relf
-0
/
+1
2021-11-19
Add some comments.
Nicholas Nethercote
-1
/
+1
2021-11-17
Remove unnecessary lifetime argument from arena macros.
Nicholas Nethercote
-37
/
+37
2021-11-15
Remove `DropArena`.
Nicholas Nethercote
-10
/
+5
2021-10-09
Perform indexing during lowering.
Camille GILLOT
-0
/
+1
2021-10-09
Use an IndexVec for bodies.
Camille GILLOT
-0
/
+1
2021-09-20
Do not store visibility in *ItemRef.
Camille GILLOT
-2
/
+2
2021-08-30
Remove unused arena macro args
bjorn3
-2
/
+2
2021-08-28
Treat macros as HIR items
inquisitivecrystal
-1
/
+0
2021-07-25
Introduce OwnerNode::Crate.
Camille GILLOT
-0
/
+1
2021-07-25
Merge the BTreeMap in hir::Crate.
Camille GILLOT
-0
/
+3
2021-06-01
Revert "Reduce the amount of untracked state in TyCtxt"
Camille Gillot
-1
/
+0
2021-05-30
Remove StableVec.
Camille GILLOT
-0
/
+1
2021-05-13
Add support for const operands and options to global_asm!
Amanieu d'Antras
-1
/
+0
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-3
/
+3
2020-12-06
Retain assembly operands span when lowering AST to HIR
Tomasz Miąsko
-1
/
+1
2020-11-26
Formatting.
Camille GILLOT
-1
/
+1
2020-11-26
Store ForeignItem in a side table.
Camille GILLOT
-0
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+52