| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-10-15 | Remove alloc::prelude | Amanieu d'Antras | -1/+0 |
| 2021-10-14 | Fix missing remaining compiler specific cfg information | Guillaume Gomez | -0/+1 |
| 2021-10-09 | Cfg hide no_global_oom_handling and no_fp_fmt_parse | Gary Guo | -0/+1 |
| 2021-10-08 | Cfg hide more conditions for alloc | Loïc BRANSTETT | -1/+6 |
| 2021-10-06 | Clean up code a bit: | Guillaume Gomez | -2/+3 |
| 2021-10-05 | Suppress some cfg from being shown in the stdlib docs | Wim Looman | -1/+6 |
| 2021-09-30 | implement advance_(back_)_by on more iterators | The8472 | -0/+1 |
| 2021-09-08 | Bump stage0 compiler to 1.56 | Mark Rousskov | -3/+0 |
| 2021-08-17 | Constified `Default` implementations | Deadbeef | -0/+1 |
| 2021-07-28 | Rollup merge of #87501 - spastorino:remove-min-tait, r=oli-obk | Yuki Okushi | -1/+2 |
| 2021-07-27 | Use type_alias_impl_trait instead of min in compiler and lib | Santiago Pastorino | -1/+2 |
| 2021-07-27 | Auto merge of #85305 - MarcusDunn:master, r=pnkfelix | bors | -1/+1 |
| 2021-07-18 | better support for running libcore and liballoc tests with Miri | Ralf Jung | -0/+4 |
| 2021-06-28 | Update to new bootstrap compiler | Mark Rousskov | -2/+1 |
| 2021-06-14 | Stabilize `maybe_uninit_ref` | Yuki Okushi | -1/+0 |
| 2021-06-04 | rustdoc: link to stable/beta docs consistently in documentation | Joshua Nelson | -1/+0 |
| 2021-06-04 | added back bindings_after_at as a cfg_attr | marcusdunn | -0/+1 |
| 2021-06-04 | removed ref to bindings_after_at | marcusdunn | -1/+0 |
| 2021-05-29 | Add `String::extend_from_within` | Waffle | -0/+1 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -3/+1 |
| 2021-05-09 | PR feedback | Scott McMurray | -2/+2 |
| 2021-05-06 | Perf Experiment: Wait, what if I just skip the trait alias | Scott McMurray | -1/+1 |
| 2021-05-06 | Bootstrapping preparation for the library | Scott McMurray | -0/+1 |
| 2021-05-05 | alloc: Add unstable Cfg feature `no-global_oom_handling` | John Ericson | -2/+2 |