| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-01-30 | Rollup merge of #80886 - RalfJung:stable-raw-ref-macros, r=m-ou-se | Yuki Okushi | -1/+0 |
| 2021-01-30 | Rollup merge of #79023 - yoshuawuyts:stream, r=KodrAus | Yuki Okushi | -0/+1 |
| 2021-01-29 | btree: use Option's unwrap_unchecked() | Miguel Ojeda | -0/+1 |
| 2021-01-29 | rename raw_const/mut -> const/mut_addr_of, and stabilize them | Ralf Jung | -1/+0 |
| 2021-01-22 | Add `core::stream::Stream` | Yoshua Wuyts | -0/+1 |
| 2021-01-21 | Turn alloc's force_expr macro into a regular macro_rules!{}. | Mara Bos | -7/+0 |
| 2021-01-19 | Rollup merge of #81112 - m-ou-se:alloc-std-ops-reexport, r=KodrAus | Guillaume Gomez | -5/+0 |
| 2021-01-17 | Force vec! to expressions only | Dániel Buga | -0/+8 |
| 2021-01-17 | Remove unused alloc::std::ops re-export. | Mara Bos | -5/+0 |
| 2021-01-06 | Re-stabilize Weak::as_ptr &friends for unsized T | CAD97 | -0/+1 |
| 2021-01-01 | remove incomplete features from std | Bastian Kauschke | -2/+1 |
| 2020-12-31 | Auto merge of #79895 - Kerollmops:slice-group-by, r=m-ou-se | bors | -0/+1 |
| 2020-12-30 | Bump bootstrap compiler to 1.50 beta | Mark Rousskov | -2/+1 |
| 2020-12-29 | Stabilize by-value `[T; N]` iterator `core::array::IntoIter` | Simon Sapin | -1/+0 |
| 2020-12-10 | Introduce the GroupBy and GroupByMut Iterators | Clément Renault | -0/+1 |
| 2020-11-23 | Rename `optin_builtin_traits` to `auto_traits` | Camelid | -1/+2 |
| 2020-11-19 | Bump bootstrap compiler version | Jake Goulding | -3/+2 |
| 2020-11-09 | BTreeMap: fix pointer provenance rules, make borrowing explicit | Stein Somers | -0/+1 |
| 2020-11-08 | Rollup merge of #76097 - pickfire:stabilize-spin-loop, r=KodrAus | Mara Bos | -1/+0 |
| 2020-11-06 | Stabilize hint::spin_loop | Ivan Tham | -1/+0 |
| 2020-10-27 | Add unsized_fn_params feature | Santiago Pastorino | -1/+2 |
| 2020-10-25 | Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obk | Yuki Okushi | -0/+1 |
| 2020-10-23 | Add a spin loop hint for Arc::downgrade | Nicolas Nattis | -0/+1 |
| 2020-10-21 | switch allow_internal_unstable const fns to rustc_allow_const_fn_unstable | Florian Warzecha | -0/+1 |
| 2020-10-18 | Auto merge of #76885 - dylni:move-slice-check-range-to-range-bounds, r=KodrAus | bors | -1/+1 |
| 2020-10-03 | Replace some once(x).chain(once(y)) with [x, y] IntoIter | Scott McMurray | -0/+1 |
| 2020-09-22 | Update library functions with stability attributes | Dylan MacKenzie | -0/+2 |
| 2020-09-20 | Rollup merge of #76866 - est31:master, r=lcnr | Ralf Jung | -9/+1 |
| 2020-09-20 | Remove some unused features from alloc core and std | est31 | -8/+1 |
| 2020-09-19 | Use `T::BITS` instead of `size_of::<T> * 8`. | Mara Bos | -0/+1 |
| 2020-09-18 | Rename method to `assert_len` | dylni | -1/+1 |
| 2020-09-18 | Move `slice::check_range` to `RangeBounds` | dylni | -1/+1 |
| 2020-09-18 | Remove unused libc feature gate | est31 | -1/+0 |
| 2020-09-16 | Add array window fn | kadmin | -0/+1 |
| 2020-09-13 | Rollup merge of #76527 - fusion-engineering-forks:cleanup-uninit, r=jonas-sch... | Jonas Schievink | -2/+1 |
| 2020-09-09 | Remove internal and unstable MaybeUninit::UNINIT. | Mara Bos | -2/+1 |
| 2020-09-09 | BTreeMap: avoid aliasing by avoiding slices | Stein Somers | -0/+1 |
| 2020-09-04 | Auto merge of #75207 - dylni:add-slice-check-range, r=KodrAus | bors | -0/+1 |
| 2020-09-03 | get things to work under min_specialization by leaning more heavily on #[rust... | The8472 | -0/+1 |
| 2020-09-03 | avoid exposing that binary heap's IntoIter is backed by vec::IntoIter, use a ... | The8472 | -1/+1 |
| 2020-09-03 | fix build issue due to stabilized feature | The8472 | -0/+1 |
| 2020-09-03 | remove unecessary feature flag | The8472 | -1/+0 |
| 2020-09-03 | hide binary_heap::IntoIter internals behind impl Trait | The8472 | -0/+1 |
| 2020-09-03 | recover vectorization | The8472 | -0/+1 |
| 2020-09-03 | in-place collect for Vec. Box<[]> and BinaryHeap IntoIter and some adapters | The8472 | -0/+1 |
| 2020-08-24 | Auto merge of #75505 - Dylan-DPC:feature/arc_new, r=KodrAus | bors | -1/+0 |
| 2020-08-22 | stabilize ptr_offset_from | Ralf Jung | -1/+0 |
| 2020-08-21 | Use intra-doc-links in `alloc` | LeSeulArtichaut | -5/+5 |