| Age | Commit message (Expand) | Author | Lines |
| 2023-07-12 | Replace version placeholder to 1.72 | Mark Rousskov | -1/+1 |
| 2023-07-08 | mark as stable | Tristan Guichaoua | -1/+1 |
| 2023-07-08 | impl `From<&[T; N]>` for `Cow<[T]>` | Tristan Guichaoua | -0/+13 |
| 2023-07-04 | Revert "alloc: Allow comparing `Box`s over different allocators" | Trevor Gross | -26/+9 |
| 2023-07-02 | Rollup merge of #113253 - nurmukhametdaniyar:rc_from_cstr_doc_fix, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-07-02 | fixed documentation of from<CString> for Rc<CStr>: Arc -> Rc | Daniyar Nurmukhamet | -1/+1 |
| 2023-07-01 | Remove lifetime bound for A for `impl Extend<&'a T> for Vec<T, A>`. | Zachary S | -3/+3 |
| 2023-06-30 | Add support for allocators in `Rc` and `Arc` | Cyborus04 | -1/+1 |
| 2023-06-30 | Add support for allocators in `Rc` and `Arc` | Cyborus04 | -300/+1518 |
| 2023-06-29 | Fix document examples of Vec::from_raw_parts and Vec::from_raw_parts_in | Li Zhanhui | -14/+15 |
| 2023-06-27 | Rollup merge of #112628 - gootorov:box_alloc_partialeq, r=joshtriplett | Matthias Krüger | -9/+26 |
| 2023-06-26 | Rollup merge of #112677 - the8472:remove-unusued-field, r=JohnTitor | Takayuki Maeda | -9/+1 |
| 2023-06-21 | Auto merge of #112877 - Nilstrieb:rollup-5g5hegl, r=Nilstrieb | bors | -2/+7 |
| 2023-06-21 | Rollup merge of #112632 - gootorov:vec_alloc_partialeq, r=dtolnay | Nilstrieb | -2/+7 |
| 2023-06-21 | Auto merge of #106450 - albertlarsan68:fix-arc-ptr-eq, r=Amanieu | bors | -10/+10 |
| 2023-06-19 | Introduce `alloc::::UniqueRc` | Eric Holk | -3/+184 |
| 2023-06-18 | alloc: Allow comparing `Box`s over different allocators | Igor Gutorov | -9/+26 |
| 2023-06-18 | alloc: Implement PartialOrd for `Vec`s over different allocators | Igor Gutorov | -2/+7 |
| 2023-06-17 | Auto merge of #100036 - DrMeepster:box_free_free_box, r=oli-obk | bors | -21/+28 |
| 2023-06-16 | remove box_free and replace with drop impl | DrMeepster | -21/+28 |
| 2023-06-16 | Rollup merge of #112535 - RalfJung:miri-test-libstd, r=cuviper | Dylan DPC | -5/+5 |
| 2023-06-15 | remove unused field | The 8472 | -9/+1 |
| 2023-06-15 | Auto merge of #104455 - the8472:dont-drain-on-drop, r=Amanieu | bors | -392/+283 |
| 2023-06-14 | Rollup merge of #109814 - est31:stabilize_string_leak, r=Amanieu | Matthias Krüger | -7/+8 |
| 2023-06-14 | s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList | The 8472 | -151/+146 |
| 2023-06-14 | remove drain-on-drop behavior from linked_list::DrainFilter and add #[must_use] | The 8472 | -30/+14 |
| 2023-06-14 | remove drain-on-drop behavior from BTree{Set,Map}::DrainFilter and add #[must... | The 8472 | -58/+40 |
| 2023-06-14 | remove drain-on-drop behavior from vec::DrainFilter and add #[must_use] | The 8472 | -91/+21 |
| 2023-06-13 | Auto merge of #112314 - ferrocene:pa-core-alloc-abort, r=bjorn3 | bors | -0/+18 |
| 2023-06-13 | ignore core, alloc and test tests that require unwinding on panic=abort | Pietro Albini | -0/+18 |
| 2023-06-11 | Impl allocator function for iterators | yanchith | -0/+32 |
| 2023-06-11 | Remove explicit lifetimes | yanchith | -20/+20 |
| 2023-06-11 | reorder attributes to make miri-test-libstd work again | Ralf Jung | -5/+5 |
| 2023-06-09 | Don't explicitly name Global | yanchith | -1/+1 |
| 2023-06-09 | Pass tidy again | yanchith | -5/+1 |
| 2023-06-09 | Add allocator function | yanchith | -0/+7 |
| 2023-06-09 | Reallocatorize after merge | yanchith | -12/+16 |
| 2023-06-09 | Merge branch 'master' into binary-heap-ta | yanchith | -2776/+5512 |
| 2023-06-04 | Remove redundant example of `BTreeSet::iter` | zica | -13/+0 |
| 2023-06-04 | Remove ExtendWith and ExtendElement | Grisha Vartanyan | -26/+10 |
| 2023-05-31 | Clarify behavior of inclusive bounds in BTreeMap::{lower,upper}_bound | chloekek | -0/+8 |
| 2023-05-30 | Bump to latest beta compiler | Mark Rousskov | -2/+0 |
| 2023-05-30 | Swap out CURRENT_RUSTC_VERSION to 1.71.0 | Mark Rousskov | -1/+1 |
| 2023-05-28 | Stabilize String::leak | est31 | -7/+8 |
| 2023-05-27 | Rollup merge of #111656 - finnbear:string_leak_unbounded_lifetime, r=Amanieu | Matthias Krüger | -2/+2 |
| 2023-05-27 | Auto merge of #111934 - scottmcm:stabilize-hash-one, r=Amanieu | bors | -1/+0 |
| 2023-05-25 | Auto merge of #86844 - bjorn3:global_alloc_improvements, r=pnkfelix | bors | -1/+11 |
| 2023-05-24 | Stabilize `BuildHasher::hash_one` | Scott McMurray | -1/+0 |
| 2023-05-23 | Rollup merge of #111609 - LegionMammal978:internal-unsafe, r=thomcc | Dylan DPC | -4/+5 |
| 2023-05-22 | Auto merge of #111634 - marc0246:arc-new-uninit-bloat, r=thomcc | bors | -6/+19 |