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
/
boxed.rs
Age
Commit message (
Expand
)
Author
Lines
2020-07-27
mv std libs to library/
mark
-1200
/
+0
2020-07-05
Remove the usage of the LengthAtMost32 trait
Roman Proskuryakov
-9
/
+2
2020-07-01
Rollup merge of #73678 - Keno:patch-1, r=LukasKalbertodt
Manish Goregaokar
-1
/
+4
2020-06-24
lints: add `improper_ctypes_definitions`
David Wood
-0
/
+2
2020-06-23
Update Box::from_raw example to generalize better
Keno Fischer
-1
/
+4
2020-06-19
Rollup merge of #72709 - LeSeulArtichaut:unsafe-liballoc, r=nikomatsakis
Manish Goregaokar
-3
/
+3
2020-06-19
`#[deny(unsafe_op_in_unsafe_fn)]` in liballoc
LeSeulArtichaut
-3
/
+3
2020-06-17
Reduce pointer casts in Box::into_boxed_slice
Josh Stone
-1
/
+1
2020-05-30
Rollup merge of #72499 - mendess:master, r=dtolnay
Ralf Jung
-0
/
+8
2020-05-23
Override Box::<[T]>::clone_from
mendess
-0
/
+8
2020-05-20
impl From<[T; N]> for Box<[T]>
Ivan Tham
-0
/
+19
2020-05-19
Auto merge of #71447 - cuviper:unsized_cow, r=dtolnay
bors
-0
/
+23
2020-04-26
Rollup merge of #71421 - elichai:2020-04-boxed-slice, r=sfackler
Dylan DPC
-0
/
+10
2020-04-26
Add a function to turn Box<T> into Box<[T]> (into_boxed_slice)
Elichai Turkel
-0
/
+10
2020-04-22
impl From<Cow> for boxed slices and strings
Josh Stone
-0
/
+23
2020-04-16
Implement `Box::into_raw` based on `Box::leak`
Simon Sapin
-10
/
+17
2020-04-15
Apply suggestions from code review
Simon Sapin
-1
/
+1
2020-04-15
Deprecate `Box::into_raw_non_null`
Simon Sapin
-12
/
+21
2020-04-04
use ManuallyDrop instead of forget inside collections
Trevor Spiteri
-1
/
+1
2020-03-28
Make fields in `MemoryBlock` public
Tim Diekmann
-2
/
+2
2020-03-26
Fix issues from review and unsoundness of `RawVec::into_box`
Tim Diekmann
-11
/
+4
2020-03-26
Overhaul of the `AllocRef` trait to match allocator-wg's latest consens
Tim Diekmann
-23
/
+21
2020-03-15
Bump the bootstrap compiler
Jonas Schievink
-24
/
+0
2020-03-03
Rollup merge of #69609 - TimDiekmann:excess, r=Amanieu
Yuki Okushi
-2
/
+2
2020-03-03
Remove `usable_size` APIs
Tim Diekmann
-2
/
+2
2020-02-28
Stabilize `boxed_slice_try_from`
Yuki Okushi
-1
/
+1
2020-02-11
Preparation for allocator aware `Box`
Tim Diekmann
-15
/
+16
2020-02-06
Rollup merge of #68524 - jonas-schievink:generator-resume-arguments, r=Zoxc
Dylan DPC
-0
/
+24
2020-02-02
Add a resume type parameter to `Generator`
Jonas Schievink
-0
/
+24
2020-01-31
Fixed issue 68593
hman523
-1
/
+2
2020-01-27
Rename `Alloc` to `AllocRef`
Tim Diekmann
-1
/
+1
2019-12-23
Simplify Clone for Box<[T]>
Josh Stone
-42
/
+1
2019-12-22
Format the world
Mark Rousskov
-23
/
+13
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-4
/
+4
2019-12-12
Rollup merge of #62514 - stephaneyfx:box-ffi, r=nikomatsakis
Yuki Okushi
-0
/
+53
2019-12-11
clarify that `Box<T>` should only be used when defined *in Rust*
Nicholas Matsakis
-7
/
+16
2019-12-10
Fix description based on review
Stephane Raux
-1
/
+1
2019-12-10
Remove trailing whitespace
Stephane Raux
-4
/
+4
2019-12-09
Specify behavior when passed a null pointer
Stephane Raux
-2
/
+6
2019-12-09
Use Niko's wording
Stephane Raux
-2
/
+21
2019-11-05
alloc: Add new_zeroed() versions like new_uninit().
Emilio Cobos Álvarez
-0
/
+27
2019-11-01
Update FFI example
Stephane Raux
-4
/
+4
2019-10-16
Uninitialized boxes: check for zero-size allocation based on Layout::size
Simon Sapin
-4
/
+4
2019-10-06
Fix zero-size uninitialized boxes
Simon Sapin
-4
/
+14
2019-10-05
Hide the `Iterator` specialization behind a trait
Jonas Schievink
-5
/
+22
2019-10-05
Deny specializing items not in the parent impl
Jonas Schievink
-0
/
+5
2019-10-01
Remove unneeded `fn main` blocks from docs
Lzu Tao
-33
/
+21
2019-08-25
Update Box representation comment based on reviews
Stephane Raux
-3
/
+2
2019-08-17
Doc nits
Simon Sapin
-4
/
+4
2019-08-16
Add tracking issue numbers
Simon Sapin
-4
/
+4
[next]