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
/
library
/
alloc
/
src
/
boxed.rs
Age
Commit message (
Expand
)
Author
Lines
2023-10-31
delegate box error provide
Bugen Zhao
-0
/
+4
2023-10-21
Update boxed.rs
Gimbles
-1
/
+1
2023-10-20
s/generator/coroutine/
Oli Scherer
-2
/
+2
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-5
/
+5
2023-08-14
avoid transmuting Box when we can just cast raw pointers instead
Ralf Jung
-2
/
+2
2023-07-13
Eliminate ZST allocations in `Box` and `Vec`
Amanieu d'Antras
-15
/
+29
2023-06-16
remove box_free and replace with drop impl
DrMeepster
-1
/
+9
2023-04-29
`cfg`-gate `BoxFromSlice` trait
Jules Bertholet
-0
/
+1
2023-04-26
Loosen `From<&[T]> for Box<[T]>` bound to T: Clone
Jules Bertholet
-8
/
+30
2023-04-16
fix alloc
Deadbeef
-12
/
+6
2023-04-16
rm const traits in libcore
Deadbeef
-10
/
+5
2023-04-12
remove some unneeded imports
KaDiWa
-5
/
+2
2023-03-28
Remove ~const from alloc
Jubilee Young
-28
/
+16
2023-03-03
Make `unused_allocation` lint warn against `Box::new`
Maybe Waffle
-0
/
+1
2023-02-27
Remove or justify use of #[rustc_box]
Ben Kimock
-5
/
+4
2022-12-28
Update bootstrap cfg
Pietro Albini
-30
/
+0
2022-12-28
Rollup merge of #104024 - noeddl:unused-must-use, r=compiler-errors
fee1-dead
-1
/
+1
2022-12-19
Update coerce_unsized tracking issue from #27732 to #18598
Anders Kaseorg
-1
/
+1
2022-11-22
Rollup merge of #101655 - dns2utf8:box_docs, r=dtolnay
Manish Goregaokar
-1
/
+1
2022-11-21
Touch up Box<T> one-liner
David Tolnay
-2
/
+2
2022-11-06
Bump version placeholders to release
Mark Rousskov
-1
/
+1
2022-11-05
Fix unused_must_use warning for Box::from_raw
Anett Seeker
-1
/
+1
2022-11-05
Enforce Tuple trait on Fn traits
Michael Goulet
-0
/
+31
2022-10-17
Auto merge of #101837 - scottmcm:box-array-from-vec, r=m-ou-se
bors
-1
/
+50
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-14
/
+0
2022-09-17
Add `Box<[T; N]>: TryFrom<Vec<T>>`
Scott McMurray
-1
/
+50
2022-09-16
Do not implement `Unpin` as const
Deadbeef
-2
/
+1
2022-09-10
Make the one-liner more descriptive
Stefan Schindler
-2
/
+2
2022-08-28
Rollup merge of #99570 - XrXr:box-from-slice-docs, r=thomcc
Matthias Krüger
-1
/
+1
2022-08-22
Move error trait into core
Jane Losare-Lusby
-0
/
+306
2022-08-20
Improve primitive/std docs separation and headers
Cameron Steffen
-1
/
+1
2022-07-21
Box::from(slice): Clarify that contents are copied
Alan Wu
-1
/
+1
2022-07-15
add `#[must_use]` to `Box::from_raw`
rhysd
-0
/
+1
2022-07-01
update cfg(bootstrap)s
Pietro Albini
-21
/
+4
2022-06-02
Rollup merge of #97655 - steffahn:better-pin-box-construction-docs, r=thomcc
Matthias Krüger
-4
/
+28
2022-06-02
Improve documentation for constructors of pinned `Box`es
Frank Steffahn
-4
/
+28
2022-06-02
Auto merge of #97293 - est31:remove_box, r=oli-obk
bors
-4
/
+26
2022-06-02
Stabilize `box_into_pin`
Yuki Okushi
-2
/
+21
2022-06-01
Use #[rustc_box] in alloc instead of box syntax
est31
-4
/
+26
2022-05-30
Fix typo uniqeness -> uniqueness
David Tolnay
-1
/
+1
2022-05-26
Document the current aliasing rules for `Box<T>`.
Nilstrieb
-0
/
+14
2022-05-06
Add a dedicated length-prefixing method to `Hasher`
Scott McMurray
-0
/
+6
2022-04-11
impl const Default for Box<[T]> and Box<str>
Josh Stone
-4
/
+12
2022-04-08
Add ThinBox type for 1 stack pointer sized heap allocated trait objects
Jane Lusby
-0
/
+5
2022-04-05
trivial cfg(bootstrap) changes
Pietro Albini
-17
/
+9
2022-03-21
Rename `~const Drop` to `~const Destruct`
Deadbeef
-10
/
+18
2022-03-10
Rollup merge of #93950 - T-O-R-U-S:use-modern-formatting-for-format!-macros, ...
Dylan DPC
-6
/
+6
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-6
/
+6
2022-03-10
Revert accidental stabilization
Oli Scherer
-2
/
+1
2022-02-03
Move `{core,std}::stream::Stream` to `{core,std}::async_iter::AsyncIterator`.
Charles Lew
-3
/
+3
[next]