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
/
src
/
librustc_arena
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-918
/
+0
2020-08-14
Simplify arena_types macros
Matthew Jasper
-5
/
+1
2020-06-20
Rollup merge of #73378 - matthewjasper:arena-not-special, r=oli-obk
Manish Goregaokar
-43
/
+52
2020-06-18
Use alloc::Layout in DroplessArena API
Tomasz Miąsko
-20
/
+19
2020-06-16
Explain unused macro param
Matthew Jasper
-0
/
+4
2020-06-16
Rollup merge of #73237 - tmiasko:arena, r=nnethercote
Dylan DPC
-31
/
+41
2020-06-15
Remove use of specialization from librustc_arena
Matthew Jasper
-43
/
+48
2020-06-15
Rollup merge of #72707 - matthewjasper:rustc_min_spec, r=oli-obk
Ralf Jung
-10
/
+19
2020-06-15
Avoid forming references to an uninitialized memory in DroplessArena
Tomasz Miąsko
-14
/
+11
2020-06-15
Check for overflow in DroplessArena and return aligned pointer
Tomasz Miąsko
-20
/
+33
2020-06-10
Use min_specialization in the remaining rustc crates
Matthew Jasper
-10
/
+19
2020-06-09
Rename some identifiers in `RawVec` and `libarena`.
Nicholas Nethercote
-26
/
+26
2020-06-09
Remove the `reserve_in_place` calls in `{Typed,Dropless}Arena::grow`.
Nicholas Nethercote
-30
/
+22
2020-06-09
Fix off-by-one error in `DroplessArena::alloc_raw`.
Nicholas Nethercote
-1
/
+1
2020-06-02
Make things build again
Vadim Petrochenkov
-2
/
+2
2020-06-02
Rename directories for some compiler crates from `libx` to `librustc_x`
Vadim Petrochenkov
-0
/
+903