| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-04-28 | Stabilize vec_extend_from_within | Amanieu d'Antras | -1/+0 |
| 2021-04-18 | separate feature flag for unsizing casts in const fn | Ralf Jung | -1/+1 |
| 2021-04-18 | move 'trait bounds on const fn' to separate feature gate | Ralf Jung | -0/+1 |
| 2021-04-04 | Bump cfgs | Mark Rousskov | -3/+1 |
| 2021-03-26 | Use iter::zip in library/ | Josh Stone | -0/+1 |
| 2021-03-24 | Revert "Revert stabilizing integer::BITS." | Mara Bos | -1/+0 |
| 2021-03-19 | core/std/alloc: stabilize or_patterns | mark | -1/+1 |
| 2021-03-15 | Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual... | Oli Scherer | -1/+2 |
| 2021-03-10 | Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nik... | Yuki Okushi | -1/+1 |
| 2021-03-02 | Rollup merge of #80189 - jyn514:convert-primitives, r=poliorcetics | Yuki Okushi | -0/+5 |
| 2021-03-01 | Auto merge of #81094 - ssomers:btree_drainy_refactor_3, r=Mark-Simulacrum | bors | -0/+1 |
| 2021-02-25 | Convert primitives to use intra-doc links | Joshua Nelson | -0/+5 |
| 2021-02-23 | BTree: split off reusable components from range_search | Stein Somers | -0/+1 |
| 2021-02-23 | Auto merge of #82076 - jyn514:update-bootstrap, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-02-20 | Update the bootstrap compiler | Joshua Nelson | -1/+0 |
| 2021-02-18 | Stabilize `unsafe_op_in_unsafe_fn` lint | LeSeulArtichaut | -1/+1 |
| 2021-02-12 | Rename `Range::ensure_subset_of` to `slice::range` | dylni | -1/+1 |
| 2021-02-12 | Fix possible soundness issue in `ensure_subset_of` | dylni | -1/+1 |
| 2021-02-12 | Improve design of `assert_len` | dylni | -1/+1 |
| 2021-02-07 | Rollup merge of #81526 - ojeda:btree-use-unwrap_unchecked, r=scottmcm | Guillaume Gomez | -0/+1 |
| 2021-02-03 | Revert stabilizing integer::BITS. | Mara Bos | -0/+1 |
| 2021-02-02 | Auto merge of #79015 - WaffleLapkin:vec_append_from_within, r=KodrAus | bors | -0/+1 |
| 2021-01-31 | add `Vec::extend_from_within` method | Waffle | -0/+1 |
| 2021-01-31 | Rollup merge of #81590 - KodrAus:stabilize/int_bits_const, r=m-ou-se | Jonas Schievink | -1/+0 |
| 2021-01-31 | Rollup merge of #80404 - JulianKnodt:arr_ref, r=oli-obk | Jonas Schievink | -1/+0 |
| 2021-01-31 | stabilize int_bits_const | Ashley Mannix | -1/+0 |
| 2021-01-31 | Rollup merge of #80470 - SimonSapin:array-intoiter-type, r=m-ou-se | Jonas Schievink | -1/+0 |
| 2021-01-30 | Remove const_in_array_rep_expr | kadmin | -1/+0 |