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
/
liballoc
/
tests
/
heap.rs
Age
Commit message (
Expand
)
Author
Lines
2020-07-27
mv std libs to library/
mark
-47
/
+0
2020-03-28
Make fields in `MemoryBlock` public
Tim Diekmann
-1
/
+1
2020-03-26
Remove alignment from `MemoryBlock`
Tim Diekmann
-5
/
+2
2020-03-26
Fix issues from review and unsoundness of `RawVec::into_box`
Tim Diekmann
-3
/
+6
2020-03-26
Overhaul of the `AllocRef` trait to match allocator-wg's latest consens
Tim Diekmann
-2
/
+8
2020-03-03
Remove `usable_size` APIs
Tim Diekmann
-1
/
+1
2020-01-27
Rename `Alloc` to `AllocRef`
Tim Diekmann
-2
/
+2
2019-12-22
Format the world
Mark Rousskov
-8
/
+15
2019-07-02
test more possible overaligned requests
Ralf Jung
-15
/
+17
2019-02-13
review failures in heap, slice, vec
Ralf Jung
-2
/
+0
2019-02-10
libs: doc comments
Alexander Regueiro
-1
/
+1
2019-02-07
disable tests in Miri
Ralf Jung
-0
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-11
std: Delete the `alloc_system` crate
Alex Crichton
-2
/
+1
2018-11-02
Remove all jemalloc-related content
Alex Crichton
-3
/
+0
2018-04-12
Use NonNull<Void> instead of *mut u8 in the Alloc trait
Mike Hommey
-1
/
+2
2018-04-12
Actually deprecate the Heap type
Simon Sapin
-2
/
+2
2017-11-20
alloc_jemalloc: don’t assume MIN_ALIGN for small sizes
Simon Sapin
-0
/
+5
2017-11-20
alloc_system: don’t assume MIN_ALIGN for small sizes, fix #45955
Simon Sapin
-0
/
+40