| Age | Commit message (Expand) | Author | Lines |
| 2024-02-08 | [Beta 1.77] Fix bootstrapping from 1.76 | Eric Huss | -1/+1 |
| 2024-01-26 | Rollup merge of #103522 - Dylan-DPC:76118/array-methods-stab, r=dtolnay | Matthias Krüger | -1/+0 |
| 2023-11-07 | Stabilize `slice_group_by` | Niklas Fiekas | -1/+0 |
| 2024-01-22 | Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin" | Oli Scherer | -0/+1 |
| 2024-01-21 | Auto merge of #85528 - the8472:iter-markers, r=dtolnay | bors | -2/+15 |
| 2024-01-21 | Rollup merge of #119081 - jstasiak:is-ipv4-mapped, r=dtolnay | Nadrieril | -1/+11 |
| 2024-01-21 | Rollup merge of #118811 - EbbDrop:is-sorted-by-bool, r=Mark-Simulacrum | Nadrieril | -3/+2 |
| 2024-01-20 | Use bool instead of PartiolOrd in is_sorted_by | EbbDrop | -3/+2 |
| 2024-01-20 | Rollup merge of #118799 - GKFX:stabilize-simple-offsetof, r=wesleywiser | Matthias Krüger | -1/+1 |
| 2024-01-20 | Rollup merge of #113142 - the8472:opt-cstr-display, r=Mark-Simulacrum | Matthias Krüger | -0/+10 |
| 2024-01-19 | Remove feature(offset_of) from tests | George Bateman | -0/+1 |
| 2024-01-19 | Stabilize simple offset_of | George Bateman | -1/+0 |
| 2024-01-19 | Rollup merge of #119984 - kpreid:waker-noop, r=dtolnay | Matthias Krüger | -2/+1 |
| 2024-01-19 | Rollup merge of #117561 - tgross35:split-array, r=scottmcm | Matthias Krüger | -38/+14 |
| 2024-01-17 | Remove unnecessary `let`s and borrowing from `Waker::noop()` usage. | Kevin Reid | -2/+1 |
| 2024-01-11 | apply fmt | klensy | -75/+111 |
| 2024-01-11 | Make is_global/is_unicast_global special address handling complete | Jakub Stasiak | -2/+12 |
| 2024-01-10 | implement TrustedLen for StepBy | The8472 | -2/+15 |
| 2024-01-10 | Stabilize `slice_first_last_chunk` | Trevor Gross | -1/+0 |
| 2024-01-05 | Rollup merge of #119583 - AngelicosPhosphoros:const_assume, r=RalfJung | Michael Goulet | -1/+0 |
| 2024-01-04 | Make `intrinsics::assume` const stable | AngelicosPhosphoros | -1/+0 |
| 2024-01-02 | Adjust library tests for unused_tuple_struct_fields -> dead_code | Jake Goulding | -28/+28 |
| 2023-12-24 | Stabilize ip_in_core feature | Linus Färnstrand | -1/+0 |
| 2023-12-22 | Rollup merge of #119222 - eholk:into-async-iterator, r=compiler-errors,dtolnay | Michael Goulet | -0/+21 |
| 2023-12-22 | Add IntoAsyncIterator | Eric Holk | -0/+21 |
| 2023-12-22 | update cfg(bootstrap)s | Pietro Albini | -1/+0 |
| 2023-12-18 | Add Ipv6Addr::is_ipv4_mapped | Christiaan Dirkx | -1/+11 |
| 2023-12-10 | remove redundant imports | surechen | -17/+2 |
| 2023-12-05 | Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errors | Michael Goulet | -0/+1 |
| 2023-11-29 | Remove `{,r}split_array_ref{,_mut}` methods from slices | Trevor Gross | -38/+15 |
| 2023-11-26 | Fix library tests | Caleb Zulawski | -2/+1 |
| 2023-11-22 | also make 'core_intrinsics' internal | Ralf Jung | -0/+1 |
| 2023-11-22 | Stabilize RFC3324 dyn upcasting coercion | Urgau | -1/+1 |
| 2023-11-21 | Auto merge of #117619 - elomatreb:add-duration-abs-diff, r=thomcc | bors | -0/+14 |
| 2023-11-18 | Auto merge of #117525 - GKFX:remove_option_payload_ptr, r=petrochenkov | bors | -0/+8 |
| 2023-11-16 | Remove option_payload_ptr; redundant to offset_of | George Bateman | -0/+8 |
| 2023-11-15 | avoid exhaustive i16 test in Miri | Ralf Jung | -2/+5 |
| 2023-11-14 | Auto merge of #116301 - mj10021:issue-115737-fix, r=cuviper | bors | -4/+16 |
| 2023-11-11 | round to even | James Dietz | -343/+10 |
| 2023-11-11 | fix rounding issue with exponents in fmt | James Dietz | -4/+349 |
| 2023-11-11 | Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnay | bors | -2/+2 |
| 2023-11-09 | Move `BorrowedBuf` and `BorrowedCursor` from `std:io` to `core::io` | John Millikin | -0/+178 |
| 2023-11-05 | Add `Duration::abs_diff` | Ole Bertram | -0/+14 |
| 2023-11-05 | Auto merge of #116218 - tgross35:const-maybe-uninit-zeroed, r=dtolnay | bors | -0/+21 |
| 2023-11-04 | Stabilize `const_maybe_uninit_zeroed` | Trevor Gross | -0/+21 |
| 2023-11-02 | Add insta-stable std::hash::{DefaultHasher, RandomState} exports | ltdk | -2/+2 |
| 2023-10-25 | Stabilize `[const_]pointer_byte_offsets` | Maybe Waffle | -2/+0 |
| 2023-10-24 | Rollup merge of #116714 - WaffleLapkin:order-the-order, r=joshtriplett | Matthias Krüger | -0/+11 |
| 2023-10-22 | use visibility to check unused imports and delete some stmts | bohan | -4/+0 |
| 2023-10-15 | Add tests for `SocketAddrV6` ordering with scope_id and flowinfo | Maybe Waffle | -0/+11 |