| Age | Commit message (Expand) | Author | Lines |
| 2023-04-28 | Make sure that signatures aren't accidental refinements | Michael Goulet | -17/+65 |
| 2023-04-28 | replace version placeholders | Pietro Albini | -19/+19 |
| 2023-04-26 | Loosen `From<&[T]> for Box<[T]>` bound to T: Clone | Jules Bertholet | -8/+30 |
| 2023-04-26 | Rollup merge of #110419 - jsoref:spelling-library, r=jyn514 | Matthias Krüger | -5/+5 |
| 2023-04-26 | Make `{Arc,Rc,Weak}::ptr_eq` ignore pointer metadata | Albert Larsan | -10/+10 |
| 2023-04-26 | Spelling library/ | Josh Soref | -5/+5 |
| 2023-04-25 | Rollup merge of #110796 - madsravn:wake-example, r=Mark-Simulacrum | Matthias Krüger | -1/+2 |
| 2023-04-25 | Updating Wake example to use new 'pin!' macro | Mads Ravn | -1/+2 |
| 2023-04-25 | Auto merge of #103093 - rytheo:linked-list-alloc-api, r=Mark-Simulacrum | bors | -135/+224 |
| 2023-04-24 | Add support for allocators in LinkedList | Ryan Lowe | -135/+224 |
| 2023-04-25 | Revert "Report allocation errors as panics" | Matthias Krüger | -76/+9 |
| 2023-04-25 | Revert "Remove #[alloc_error_handler] from the compiler and library" | Matthias Krüger | -2/+8 |
| 2023-04-25 | Revert "Rename -Zoom=panic to -Zoom=unwind" | Matthias Krüger | -2/+2 |
| 2023-04-22 | Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwco | bors | -17/+78 |
| 2023-04-22 | Rollup merge of #110635 - scottmcm:zst-checks, r=the8472 | Yuki Okushi | -14/+6 |
| 2023-04-21 | More `IS_ZST` in `library` | Scott McMurray | -14/+6 |
| 2023-04-20 | More `mem::take` in `library` | Scott McMurray | -1/+1 |
| 2023-04-20 | Don't reexport core::fmt::rt from alloc::fmt. | Mara Bos | -2/+0 |
| 2023-04-18 | Create try_new function for ThinBox | Trevor Leibert | -0/+65 |
| 2023-04-16 | Rename -Zoom=panic to -Zoom=unwind | Amanieu d'Antras | -2/+2 |
| 2023-04-16 | Remove #[alloc_error_handler] from the compiler and library | Amanieu d'Antras | -8/+2 |
| 2023-04-16 | Report allocation errors as panics | Amanieu d'Antras | -9/+76 |
| 2023-04-16 | fix alloc | Deadbeef | -12/+6 |
| 2023-04-16 | core is now compilable | Deadbeef | -2/+0 |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -14/+7 |
| 2023-04-14 | Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitor | Matthias Krüger | -51/+29 |
| 2023-04-14 | Rollup merge of #110292 - scottmcm:sort-features-2, r=jyn514 | Yuki Okushi | -21/+25 |
| 2023-04-13 | Add `tidy-alphabetical` to features in `alloc` & `std` | Scott McMurray | -21/+25 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -51/+29 |
| 2023-04-12 | Fix btree `CursorMut::insert_after` check | marc0246 | -1/+65 |
| 2023-04-05 | Derive String's PartialEq implementation | Konrad Borowski | -9/+1 |
| 2023-04-03 | Auto merge of #108448 - ishitatsuyuki:binary-heap, r=Mark-Simulacrum | bors | -51/+19 |
| 2023-04-02 | Auto merge of #109701 - Amanieu:binaryheap_retain, r=ChrisDenton | bors | -2/+1 |
| 2023-03-31 | Rollup merge of #109598 - veera-sivarajan:improve-wording, r=thomcc | Matthias Krüger | -2/+2 |
| 2023-03-30 | Rollup merge of #106985 - jofas:106746-fix, r=ChrisDenton | Yuki Okushi | -10/+10 |
| 2023-03-30 | removed deprecated markdown links from documentation | jofas | -3/+0 |
| 2023-03-29 | Rollup merge of #109693 - workingjubilee:maybe-unconstify-alloc, r=fee1-dead | Matthias Krüger | -38/+19 |
| 2023-03-29 | enhanced documentation of binary search methods for slice and VecDeque for un... | jofas | -7/+10 |
| 2023-03-28 | Remove ~const from alloc | Jubilee Young | -38/+19 |
| 2023-03-28 | Stabilize `binary_heap_retain` | Amanieu d'Antras | -2/+1 |
| 2023-03-28 | Rollup merge of #92284 - the8472:simplify-advance-by, r=scottmcm | nils | -53/+56 |
| 2023-03-27 | fix advance_by impl for vec_deque and add tests | The 8472 | -7/+7 |
| 2023-03-27 | replace advance_by returning usize with Result<(), NonZeroUsize> | The 8472 | -33/+44 |
| 2023-03-27 | Change advance(_back)_by to return `usize` instead of `Result<(), usize>` | The 8472 | -42/+34 |
| 2023-03-27 | Rollup merge of #97506 - JohnTitor:stabilize-nonnull-slice-from-raw-parts, r=... | Matthias Krüger | -1/+0 |
| 2023-03-25 | Improve documentation for str::replace() and str::replacen() | Veera | -2/+2 |
| 2023-03-25 | Auto merge of #99929 - the8472:default-iters, r=scottmcm | bors | -0/+246 |
| 2023-03-24 | Rollup merge of #109406 - WaffleLapkin:🥛, r=cuviper | Matthias Krüger | -6/+0 |
| 2023-03-23 | Stabilize `arc_into_inner` and `rc_into_inner`. | Frank Steffahn | -23/+6 |
| 2023-03-21 | Auto merge of #106967 - saethlin:remove-vec-as-ptr-assume, r=thomcc | bors | -11/+2 |