| Age | Commit message (Expand) | Author | Lines |
| 2022-02-05 | Optimize `core::str::Chars::count` | Thom Chiovoloni | -0/+40 |
| 2022-01-17 | Stabilize vec_spare_capacity | Amanieu d'Antras | -1/+0 |
| 2022-01-16 | Auto merge of #92598 - Badel2:panic-update-hook, r=yaahc | bors | -3/+3 |
| 2022-01-09 | eplace usages of vec![].into_iter with [].into_iter | Lucas Kent | -29/+28 |
| 2022-01-08 | Change panic::update_hook to simplify usage | Badel2 | -6/+4 |
| 2022-01-07 | Implement panic::update_hook | Badel2 | -6/+8 |
| 2022-01-04 | Rollup merge of #91884 - woppopo:const_box, r=oli-obk | Matthias Krüger | -3/+123 |
| 2021-12-23 | Constify `Box<T, A>` methods | woppopo | -3/+123 |
| 2021-12-23 | Rollup merge of #88858 - spektom:to_lower_upper_rev, r=dtolnay | Matthias Krüger | -0/+31 |
| 2021-12-15 | Rollup merge of #91916 - steffahn:fix-typos, r=dtolnay | Matthias Krüger | -2/+2 |
| 2021-12-14 | Rollup merge of #89825 - martinvonz:split-inclusive-empty, r=m-ou-se | Matthias Krüger | -4/+4 |
| 2021-12-14 | Fix a bunch of typos | Frank Steffahn | -2/+2 |
| 2021-11-19 | Fix Iterator::advance_by contract inconsistency | The8472 | -0/+3 |
| 2021-11-18 | Make slice->str conversion and related functions const | Maybe Waffle | -3/+62 |
| 2021-10-30 | Add #[must_use] to remaining core functions | John Kugelman | -1/+1 |
| 2021-10-12 | Make split_inclusive() on an empty slice yield an empty output | Martin von Zweigbergk | -4/+4 |
| 2021-10-04 | Rollup merge of #87993 - kornelski:try_reserve_stable, r=joshtriplett | Jubilee | -1/+0 |
| 2021-10-04 | Rollup merge of #89443 - cuviper:btree-hash-len, r=dtolnay | Jubilee | -2/+12 |
| 2021-10-04 | Stabilize try_reserve | Kornel | -1/+0 |
| 2021-10-01 | Include the length in BTree hashes | Josh Stone | -2/+12 |
| 2021-09-30 | implement advance_(back_)_by on more iterators | The8472 | -0/+19 |
| 2021-09-17 | Stabilize `Iterator::map_while` | Maybe Waffle | -1/+0 |
| 2021-09-11 | Allow reverse iteration of lowercase'd/uppercase'd chars | Michael Spector | -0/+31 |
| 2021-09-01 | Rollup merge of #88040 - nbdd0121:btreemap, r=m-ou-se | Mara Bos | -28/+4 |
| 2021-08-24 | Fix grammar | est31 | -4/+4 |
| 2021-08-18 | BTree: remove Ord bound from new | Gary Guo | -28/+4 |
| 2021-08-17 | Constified `Default` implementations | Deadbeef | -13/+14 |
| 2021-08-16 | Rollup merge of #88030 - fee1-dead:fixme, r=oli-obk | Mara Bos | -3/+1 |
| 2021-08-15 | Auto merge of #87974 - steffahn:slice_split_size_hints, r=dtolnay | bors | -0/+61 |
| 2021-08-14 | Assign FIXMEs to me and remove obsolete ones | Deadbeef | -3/+1 |
| 2021-08-13 | Improve wording, correct -> tight. | Frank Steffahn | -6/+6 |
| 2021-08-13 | Consistent use of `impl Trait` arguments in the test's helper function. | Frank Steffahn | -5/+1 |
| 2021-08-13 | allow incomplete features for now | Deadbeef | -0/+2 |
| 2021-08-13 | Moved ui test | Deadbeef | -0/+56 |
| 2021-08-12 | Rewrite test from previous commit but without using macros. | Frank Steffahn | -64/+55 |
| 2021-08-12 | Test and fix size_hint for slice's [r]split* iterators | Frank Steffahn | -0/+74 |
| 2021-08-07 | Use assert_matches! instead of if let {} else | Kornel | -292/+269 |
| 2021-08-07 | Auto merge of #87408 - kornelski:try_reserve_error, r=yaahc | bors | -87/+197 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -1/+1 |
| 2021-07-24 | Hide allocator details from TryReserveError | Kornel | -87/+197 |
| 2021-07-11 | Add test for the fix | Alexis Bourget | -0/+41 |
| 2021-06-18 | Lint for unused borrows as part of UNUSED_MUST_USE | hi-rustin | -10/+10 |
| 2021-06-06 | Rollup merge of #85930 - mominul:array_into_iter, r=m-ou-se | Yuki Okushi | -5/+5 |
| 2021-06-02 | Stabilize `vecdeque_binary_search` | SOFe | -1/+0 |
| 2021-06-02 | Update expressions where we can use array's IntoIterator implementation | Muhammad Mominul Huque | -5/+5 |
| 2021-05-26 | Rollup merge of #85625 - SkiFire13:fix-85613-vec-dedup-drop-panics, r=nagisa | Dylan DPC | -23/+25 |
| 2021-05-24 | Make Vec::dedup panicking test actually detect double panics | Giacomo Stevanato | -23/+25 |
| 2021-05-20 | Add Weak may_dangle tests | David Tolnay | -0/+30 |
| 2021-05-19 | from review: more robust test | the8472 | -2/+2 |
| 2021-05-19 | add regression test | The8472 | -0/+12 |