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
/
library
/
alloc
/
src
/
raw_vec.rs
Age
Commit message (
Expand
)
Author
Lines
2020-09-23
Rollup merge of #76993 - blitzerr:alloc-ref, r=Amanieu
Dylan DPC
-1
/
+1
2020-09-22
Update library functions with stability attributes
Dylan MacKenzie
-0
/
+1
2020-09-22
removing &mut self for other methods of AllocRef
blitzerr
-1
/
+1
2020-09-21
Rollup merge of #72734 - pickfire:liballoc, r=KodrAus
ecstatic-morse
-15
/
+13
2020-09-19
Use `T::BITS` instead of `size_of::<T> * 8`.
Mara Bos
-1
/
+1
2020-08-22
Reduce duplicate in liballoc reserve error handling
Ivan Tham
-15
/
+13
2020-08-20
Assume same alignment in `RawVec`
Tim Diekmann
-1
/
+6
2020-08-20
Add debug assertion for equal alignment in RawVec
Tim Diekmann
-0
/
+1
2020-08-19
Allow reallocation to different alignment
Tim Diekmann
-7
/
+6
2020-08-09
Rollup merge of #75151 - pickfire:patch-4, r=LukasKalbertodt
Yuki Okushi
-4
/
+6
2020-08-04
Replace `Memoryblock` with `NonNull<[u8]>`
Tim Diekmann
-15
/
+15
2020-08-04
Consistent variable name alloc for raw_vec
Ivan Tham
-4
/
+6
2020-07-28
Remove in-place allocation and revert to separate methods for zeroed allocations
Tim Diekmann
-22
/
+22
2020-07-27
mv std libs to library/
mark
-0
/
+536