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
Age
Commit message (
Expand
)
Author
Lines
2025-08-26
remove deprecated Error::description in impls
Marijn Schouten
-6
/
+1
2025-07-16
add `const_make_global`; err for `const_allocate` ptrs if didn't call
Deadbeef
-3
/
+4
2025-03-06
library: Use size_of from the prelude instead of imported
Thalia Archibald
-32
/
+18
2024-11-27
replace placeholder version
Boxy
-2
/
+2
2024-10-29
Implement `From<&mut {slice}>` for `Box/Rc/Arc<{slice}>`
Eduardo Sánchez Muñoz
-0
/
+45
2024-10-28
Split `boxed.rs` into a few modules
Maybe Lapkin
-0
/
+941
2024-09-25
Use `&raw` in the standard library
Josh Stone
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+3
2024-06-20
Convert some module-level `//` and `///` comments to `//!`.
Nicholas Nethercote
-3
/
+4
2024-04-05
Do not allocate for ZST ThinBox attempt 2 (using const_allocate)
Stepan Koltsov
-13
/
+83
2024-02-24
library: use `addr_of!`
Pavel Grigorenko
-1
/
+1
2024-02-11
Rollup merge of #110483 - tleibert:thin-box-try-new, r=dtolnay
Matthias Krüger
-0
/
+64
2024-02-11
Address ThinBox::try_new PR review
David Tolnay
-4
/
+3
2024-01-18
Remove no-longer-needed `allow(dead_code)` from the standard library
Jake Goulding
-1
/
+0
2024-01-02
Adjust library tests for unused_tuple_struct_fields -> dead_code
Jake Goulding
-1
/
+1
2023-11-28
Address unused tuple struct fields in the standard library
Jake Goulding
-0
/
+1
2023-04-21
More `IS_ZST` in `library`
Scott McMurray
-7
/
+3
2023-04-18
Create try_new function for ThinBox
Trevor Leibert
-0
/
+65
2023-01-20
ThinBox: Add intra-doc-links for Metadata
est31
-2
/
+6
2023-01-01
Deallocate ThinBox even if the value unwinds on drop
LegionMammal978
-13
/
+34
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-2
/
+0
2022-08-22
Move error trait into core
Jane Losare-Lusby
-0
/
+10
2022-07-01
Rollup merge of #98585 - cuviper:covariant-thinbox, r=thomcc
Dylan DPC
-6
/
+27
2022-06-29
alloc: fix `no_global_oom_handling` warnings
Miguel Ojeda
-1
/
+3
2022-06-27
Implement `Send` and `Sync` for `ThinBox<T>`
Josh Stone
-0
/
+8
2022-06-27
Make `ThinBox<T>` covariant in `T`
Josh Stone
-6
/
+27
2022-05-27
Use `pointer::is_aligned` in ThinBox debug assert
Thom Chiovoloni
-1
/
+1
2022-05-27
Avoid zero-sized allocs in ThinBox if T and H are both ZSTs.
Thom Chiovoloni
-19
/
+46
2022-04-08
Add ThinBox type for 1 stack pointer sized heap allocated trait objects
Jane Lusby
-0
/
+215