| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-01-04 | Add tracking issues (`const_box`, `const_alloc_error`) | woppopo | -22/+22 |
| 2021-12-23 | Constify `Box<T, A>` methods | woppopo | -24/+68 |
| 2021-12-04 | Rollup merge of #90851 - ibraheemdev:downcast-unchecked, r=scottmcm | Matthias Krüger | -28/+109 |
| 2021-12-03 | fix stability annotations for `Box::downcast` | Ibraheem Ahmed | -2/+2 |
| 2021-12-02 | Implement write() method for Box<MaybeUninit<T>> | Martin Habovstiak | -0/+36 |
| 2021-11-20 | fix doc links for `downcast_unchecked` | Ibraheem Ahmed | -0/+6 |
| 2021-11-12 | add tracking issue for `downcast_unchecked` | Ibraheem Ahmed | -3/+3 |
| 2021-11-12 | add unchecked downcast methods | Ibraheem Ahmed | -28/+103 |
| 2021-11-09 | document Box and box_free connection | asquared31415 | -0/+3 |
| 2021-10-10 | Add #[must_use] to alloc constructors | John Kugelman | -0/+12 |
| 2021-10-09 | Remove unnecessary hyphen | Tim McNamara | -1/+1 |
| 2021-10-09 | Simplify wording | Tim McNamara | -4/+4 |