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_arena
/
src
Age
Commit message (
Expand
)
Author
Lines
2022-01-28
Clarify `ArenaAllocatable`'s second parameter.
Nicholas Nethercote
-5
/
+10
2022-01-28
Add some comments.
Nicholas Nethercote
-7
/
+21
2022-01-26
Rename `TypedArenaChunk` as `ArenaChunk`.
Nicholas Nethercote
-9
/
+9
2021-11-19
Add some comments.
Nicholas Nethercote
-3
/
+12
2021-11-17
Remove unnecessary lifetime argument from arena macros.
Nicholas Nethercote
-5
/
+5
2021-11-15
Remove `DropArena`.
Nicholas Nethercote
-134
/
+7
2021-08-30
Remove unused arena macro args
bjorn3
-1
/
+1
2021-05-25
rustc_arena: macros 2.0
bstrie
-78
/
+76
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-20
/
+0
2021-03-19
Rollup merge of #83197 - jyn514:cfg-test-dead-code, r=joshtriplett
Dylan DPC
-16
/
+18
2021-03-17
Move some test-only code to test files
Joshua Nelson
-16
/
+18
2021-03-10
Update to rustc-rayon 0.3.1
Josh Stone
-9
/
+25
2021-02-20
Update the bootstrap compiler
Joshua Nelson
-1
/
+0
2021-02-13
Edit `rustc_arena::DropArena` docs
pierwill
-6
/
+9
2021-01-31
Rollup merge of #80470 - SimonSapin:array-intoiter-type, r=m-ou-se
Jonas Schievink
-2
/
+0
2021-01-29
`fn cold_path` doesn't need to be pub
Henry Boisdequin
-1
/
+1
2020-12-29
Stabilize by-value `[T; N]` iterator `core::array::IntoIter`
Simon Sapin
-2
/
+0
2020-12-26
stabilize min_const_generics
Bastian Kauschke
-1
/
+1
2020-11-20
Use specialization to avoid copying
Dániel Buga
-13
/
+71
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-6
/
+4
2020-10-27
Fix typos in arena comments
Dániel Buga
-2
/
+2
2020-10-20
Track element count only for types that need drop
Dániel Buga
-2
/
+6
2020-10-17
Make sure arenas don't allocate bigger than HUGE_PAGE
Dániel Buga
-8
/
+4
2020-10-15
Arena: Copy cold_path and remove rustc_data_structures dependency
Dániel Buga
-1
/
+6
2020-09-26
Remove unused #[allow(...)] statements from compiler/
est31
-1
/
+0
2020-09-25
Auto merge of #77172 - jonas-schievink:rollup-a041rou, r=jonas-schievink
bors
-1
/
+1
2020-09-23
/nightly/nightly-rustc
Erik Hofmayer
-1
/
+1
2020-09-23
Updated html_root_url for compiler crates
Erik Hofmayer
-1
/
+1
2020-09-21
DroplessArena: Allocate objects from the end of memory chunk
Tomasz Miąsko
-21
/
+16
2020-09-20
Rollup merge of #76821 - est31:remove_redundant_nightly_features, r=oli-obk,M...
Ralf Jung
-3
/
+1
2020-09-18
Add bench_typed_arena_clear_100 bench
est31
-0
/
+11
2020-09-18
Replace loop with drop_in_place call
est31
-6
/
+1
2020-09-18
Dogfood new_uninit and maybe_uninit_slice in rustc_arena
est31
-19
/
+16
2020-09-17
Remove intrinsics::arith_offset use from libarena
est31
-3
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+905