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
/
boxed.rs
Age
Commit message (
Expand
)
Author
Lines
2020-12-04
Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate`
Tim Diekmann
-66
/
+67
2020-11-28
Require allocator to be static for boxed `Pin`-API
Tim Diekmann
-7
/
+25
2020-11-21
Auto merge of #78461 - TimDiekmann:vec-alloc, r=Amanieu
bors
-2
/
+3
2020-11-21
Rollup merge of #77844 - RalfJung:zst-box, r=nikomatsakis
Dylan DPC
-0
/
+11
2020-11-20
reference NonNull::dangling
Ralf Jung
-4
/
+6
2020-11-18
Add support for custom allocators in `Vec`
Tim Diekmann
-2
/
+3
2020-10-27
fix Box::into_unique
Ralf Jung
-7
/
+2
2020-10-23
Rename `Box::alloc` to `Box::alloc_ref`
Tim Diekmann
-2
/
+2
2020-10-16
Merge branch 'master' into box-alloc
Tim Diekmann
-1
/
+1
2020-10-15
Fix typo in documentation
strct
-1
/
+1
2020-10-13
explicitly talk about integer literals
Ralf Jung
-3
/
+3
2020-10-12
clarify rules for ZST Boxes
Ralf Jung
-0
/
+9
2020-10-07
Support custom allocators in `Box`
Tim Diekmann
-110
/
+380
2020-09-01
Use intra-doc links for `MaybeUninit` in `boxed.rs`
Joshua Nelson
-4
/
+4
2020-08-22
Auto merge of #75171 - amosonn:new_zeroed_slice, r=Amanieu
bors
-0
/
+23
2020-08-21
Use intra-doc-links in `alloc`
LeSeulArtichaut
-16
/
+10
2020-08-05
Add {Box,Rc,Arc}::new_zeroed_slice
Amos Onn
-0
/
+23
2020-08-04
Replace `Memoryblock` with `NonNull<[u8]>`
Tim Diekmann
-3
/
+1
2020-08-03
Merge branch 'master' into remove-in-place-alloc
Tim Diekmann
-45
/
+1
2020-07-29
Remove deprecated unstable `{Box,Rc,Arc}::into_raw_non_null` functions
Simon Sapin
-45
/
+1
2020-07-28
Remove in-place allocation and revert to separate methods for zeroed allocations
Tim Diekmann
-7
/
+4
2020-07-27
mv std libs to library/
mark
-0
/
+1200