| Age | Commit message (Expand) | Author | Lines |
| 2023-12-05 | Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errors | Michael Goulet | -0/+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/+1 |
| 2023-11-11 | Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnay | bors | -1/+1 |
| 2023-11-09 | Move `BorrowedBuf` and `BorrowedCursor` from `std:io` to `core::io` | John Millikin | -0/+2 |
| 2023-11-05 | Add `Duration::abs_diff` | Ole Bertram | -0/+1 |
| 2023-11-02 | Add insta-stable std::hash::{DefaultHasher, RandomState} exports | ltdk | -1/+1 |
| 2023-10-25 | Stabilize `[const_]pointer_byte_offsets` | Maybe Waffle | -2/+0 |
| 2023-10-22 | use visibility to check unused imports and delete some stmts | bohan | -2/+0 |
| 2023-10-13 | Auto merge of #116233 - DaniPopes:stabilize-const_maybe_uninit_assume_init_re... | bors | -1/+0 |
| 2023-10-11 | Auto merge of #112818 - Benjamin-L:add-slice_split_once, r=cuviper | bors | -0/+1 |
| 2023-09-29 | Auto merge of #116176 - FedericoStra:isqrt, r=dtolnay | bors | -0/+1 |
| 2023-09-28 | Stabilize `const_maybe_uninit_assume_init_read` | DaniPopes | -1/+0 |
| 2023-09-28 | isqrt: fix stability | Federico Stra | -0/+1 |
| 2023-09-23 | Add the `cfg_match!` macro | Caio | -0/+2 |
| 2023-09-02 | Auto merge of #113295 - clarfonthey:ascii-step, r=cuviper | bors | -0/+2 |
| 2023-08-14 | Auto merge of #113464 - waynr:remove-provider-trait, r=Amanieu | bors | -1/+3 |
| 2023-08-14 | Implement Step for AsciiChar | ltdk | -0/+2 |
| 2023-08-13 | core/any: remove Provider trait | wayne warren | -1/+3 |
| 2023-08-11 | Add Iterator::map_windows | Frank King | -0/+1 |
| 2023-07-18 | remove the unstable `core::sync::atomic::ATOMIC_*_INIT` constants | KaDiWa | -1/+1 |
| 2023-06-19 | Implement slice::split_once and slice::rsplit_once | Benjamin Lee | -0/+1 |
| 2023-05-30 | Bump to latest beta compiler | Mark Rousskov | -1/+1 |
| 2023-05-14 | Auto merge of #92048 - Urgau:num-midpoint, r=scottmcm | bors | -0/+1 |
| 2023-05-05 | Stabilize const_ptr_read | bors | -1/+0 |
| 2023-04-26 | Implement midpoint for all signed and unsigned integers | Loïc BRANSTETT | -0/+1 |
| 2023-04-21 | offset_of | DrMeepster | -0/+1 |
| 2023-04-16 | fix library and rustdoc tests | Deadbeef | -3/+0 |
| 2023-04-08 | Revert "Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_c... | Deadbeef | -3/+0 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -1/+1 |
| 2023-03-28 | Auto merge of #108095 - soc:drop-contains, r=Amanieu | bors | -1/+0 |
| 2023-03-18 | Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_check, im... | onestacked | -0/+3 |
| 2023-02-28 | add missing feature in core/tests | Ralf Jung | -0/+1 |
| 2023-02-26 | Move IpAddr and SocketAddr to core | Linus Färnstrand | -0/+5 |
| 2023-02-15 | Remove `#![feature(option_result_contains)]` from library/core/tests/lib.rs | soc | -1/+0 |
| 2023-01-11 | Stabilize `::{core,std}::pin::pin!` | Daniel Henry-Mantilla | -1/+0 |
| 2023-01-04 | Update rand in the stdlib tests, and remove the getrandom feature from it | Thom Chiovoloni | -0/+13 |
| 2022-11-22 | Rollup merge of #83608 - Kimundi:index_many, r=Mark-Simulacrum | Manish Goregaokar | -0/+1 |
| 2022-11-20 | Add get_many_mut methods to slice | Marvin Löbel | -0/+1 |
| 2022-11-20 | enable fuzzy_provenance_casts in libcore+tests | Ralf Jung | -0/+1 |
| 2022-11-20 | Rollup merge of #104435 - scottmcm:iter-repeat-n, r=thomcc | Yuki Okushi | -0/+1 |
| 2022-11-19 | add coretests for `is_aligned` | Lukas Markeffsky | -0/+2 |
| 2022-11-19 | add coretests for const `align_offset` | Lukas Markeffsky | -0/+1 |
| 2022-11-15 | `VecDeque::resize` should re-use the buffer in the passed-in element | Scott McMurray | -0/+1 |
| 2022-11-10 | Rollup merge of #104060 - ink-feather-org:const_hash, r=fee1-dead | Manish Goregaokar | -0/+1 |
| 2022-11-09 | Rollup merge of #103570 - lukas-code:stabilize-ilog, r=scottmcm | Dylan DPC | -1/+0 |
| 2022-11-08 | Test const `Hash`, fix nits | onestacked | -0/+1 |
| 2022-10-29 | interpret: fix align_of_val on packed types | Ralf Jung | -0/+2 |
| 2022-10-26 | stabilize `int_log` | Lukas Markeffsky | -1/+0 |