| Age | Commit message (Expand) | Author | Lines |
| 2022-07-10 | Use `byte_sub` in [a]rc impl | Maybe Waffle | -0/+1 |
| 2022-07-01 | update cfg(bootstrap)s | Pietro Albini | -1/+0 |
| 2022-06-18 | Expose iter::ByRefSized as unstable feature and use it | Paolo Barbolini | -0/+1 |
| 2022-06-07 | Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakis | bors | -1/+0 |
| 2022-06-04 | Rollup merge of #96642 - thomcc:thinbox-zst-ugh, r=yaahc | Dylan DPC | -0/+1 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1/+0 |
| 2022-06-02 | Auto merge of #97293 - est31:remove_box, r=oli-obk | bors | -1/+2 |
| 2022-06-01 | Use #[rustc_box] in alloc instead of box syntax | est31 | -1/+2 |
| 2022-05-30 | Add reexport of slice::from{,_mut}_ptr_range to alloc & std | Maybe Waffle | -0/+1 |
| 2022-05-27 | Use `pointer::is_aligned` in ThinBox debug assert | Thom Chiovoloni | -0/+1 |
| 2022-05-11 | Apply CR suggestions; add real tracking issue | Scott McMurray | -1/+1 |
| 2022-05-11 | Add `unsigned_offset_from` on pointers | Scott McMurray | -0/+1 |
| 2022-05-06 | Add a dedicated length-prefixing method to `Hasher` | Scott McMurray | -0/+1 |
| 2022-05-02 | Share testing utilities with non-btree test cases | Stein Somers | -0/+2 |
| 2022-04-14 | library: Use type aliases to make `CStr(ing)` in libcore/liballoc unstable | Vadim Petrochenkov | -0/+2 |
| 2022-04-14 | library: Move `CStr` to libcore, and `CString` to liballoc | Vadim Petrochenkov | -0/+7 |
| 2022-04-08 | Add ThinBox type for 1 stack pointer sized heap allocated trait objects | Jane Lusby | -0/+2 |
| 2022-04-08 | Rollup merge of #95579 - Cyborus04:slice_flatten, r=scottmcm | Dylan DPC | -0/+1 |
| 2022-04-08 | add `<[[T; N]]>::flatten`, `<[[T; N]]>::flatten_mut`, and `Vec::<[T; N]>::int... | Cyborus04 | -0/+1 |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -1/+0 |
| 2022-03-29 | fixup feature position in liballoc | Aria Beingessner | -1/+1 |
| 2022-03-29 | Make the stdlib largely conform to strict provenance. | Aria Beingessner | -0/+1 |
| 2022-03-07 | Stabilize const_fn_fn_ptr_basics and const_fn_trait_bound | Eric Holk | -1/+1 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+0 |
| 2022-02-18 | Rollup merge of #93613 - crlf0710:rename_to_async_iter, r=yaahc | Matthias Krüger | -1/+1 |
| 2022-02-12 | Stabilise inherent_ascii_escape (FCP in #77174) | ltdk | -1/+0 |
| 2022-02-09 | Stabilize cfg_target_has_atomic | Amanieu d'Antras | -1/+1 |
| 2022-02-05 | Mark __rgl_oom and __rd_oom as "C-unwind" | Amanieu d'Antras | -0/+1 |
| 2022-02-03 | Move `{core,std}::stream::Stream` to `{core,std}::async_iter::AsyncIterator`. | Charles Lew | -1/+1 |
| 2022-01-28 | update cfg(bootstrap)s | Pietro Albini | -12/+8 |
| 2022-01-11 | Partially stabilize `maybe_uninit_extra` | Miguel Ojeda | -1/+0 |
| 2022-01-04 | Fix a compile error when no_global_oom_handling | woppopo | -1/+1 |
| 2022-01-04 | Add tracking issues (`const_box`, `const_alloc_error`) | woppopo | -1/+2 |
| 2021-12-23 | Constify `Box<T, A>` methods | woppopo | -0/+15 |
| 2021-12-15 | Rollup merge of #90521 - jhpratt:stabilize-destructuring_assignment, r=jackh7... | Matthias Krüger | -1/+1 |
| 2021-12-14 | Stabilize `destructuring_assignment` | Jacob Pratt | -1/+1 |
| 2021-12-14 | Stabilize iter::zip. | PFPoitras | -1/+0 |
| 2021-11-30 | Apply cfg-bootstrap switch | Mark Rousskov | -1/+0 |
| 2021-11-15 | Stabilize format_args_capture | Josh Triplett | -1/+1 |
| 2021-11-15 | Give examples of format args capture in the fmt module documentation | Josh Triplett | -0/+1 |
| 2021-11-13 | Auto merge of #90542 - the8472:privatize-the-means-of-rawvec-production, r=jo... | bors | -1/+2 |
| 2021-11-05 | Add feature to `alloc` so we can re-export. | mbartlett21 | -0/+1 |
| 2021-11-03 | Make RawVec private to alloc | The8472 | -1/+2 |
| 2021-10-31 | Rollup merge of #89951 - ojeda:stable-unwrap_unchecked, r=dtolnay | Matthias Krüger | -1/+0 |
| 2021-10-23 | update cfg(bootstrap) | Pietro Albini | -1/+1 |
| 2021-10-20 | Stabilize `option_result_unwrap_unchecked` | Miguel Ojeda | -1/+0 |
| 2021-10-19 | Reenable feature(nll) in alloc. | Mara Bos | -0/+1 |
| 2021-10-19 | Remove unused language #![feature]s from alloc. | Mara Bos | -5/+0 |
| 2021-10-19 | Remove unused library #![feature]s from alloc. | Mara Bos | -3/+0 |
| 2021-10-19 | Sort and categorize #![feature]s in alloc. | Mara Bos | -42/+52 |