| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-10-25 | Rollup merge of #98204 - Kixiron:stable-unzip, r=thomcc | Dylan DPC | -1/+0 |
| 2022-10-24 | Rollup merge of #102271 - lopopolo:lopopolo/stabilize-duration-try-from-secs-... | Yuki Okushi | -1/+0 |
| 2022-10-17 | Remove all uses of array_assume_init | Alex Saveau | -1/+1 |
| 2022-10-15 | Stabilize `duration_checked_float` | Ryan Lopopolo | -1/+0 |
| 2022-10-14 | Auto merge of #103069 - matthiaskrgr:rollup-xxsx6sk, r=matthiaskrgr | bors | -0/+1 |
| 2022-10-14 | Auto merge of #101030 - woppopo:const_location, r=scottmcm | bors | -0/+3 |
| 2022-10-14 | Fix `Duration::{try_,}from_secs_f{32,64}(-0.0)` | beetrees | -0/+1 |
| 2022-10-11 | Change tracking issue from #76156 to #102911 | woppopo | -0/+1 |
| 2022-10-03 | Rollup merge of #101308 - nerdypepper:feature/is-ascii-octdigit, r=joshtriplett | Matthias Krüger | -0/+1 |
| 2022-09-27 | Sort mod | woppopo | -1/+1 |
| 2022-09-27 | Add test cases for const `Location` | woppopo | -0/+2 |
| 2022-09-27 | Stabilize bench_black_box | Urgau | -1/+0 |
| 2022-09-27 | introduce `{char, u8}::is_ascii_octdigit` | Akshay | -0/+1 |
| 2022-09-14 | Made from_waker, waker, from_raw const | y86-dev | -0/+1 |
| 2022-09-09 | Auto merge of #93873 - Stovent:big-ints, r=m-ou-se | bors | -0/+1 |
| 2022-08-26 | Rollup merge of #100604 - dtolnay:okorerr, r=m-ou-se | Yuki Okushi | -1/+0 |
| 2022-08-20 | Rollup merge of #99544 - dylni:expose-utf8lossy, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2022-08-20 | Expose `Utf8Lossy` as `Utf8Chunks` | dylni | -0/+1 |
| 2022-08-17 | Remove unstable Result::into_ok_or_err | David Tolnay | -1/+0 |
| 2022-08-14 | Rollup merge of #100026 - WaffleLapkin:array-chunks, r=scottmcm | Dylan DPC | -0/+1 |
| 2022-08-05 | cleanup code w/ pointers in std a little | Maybe Waffle | -0/+2 |
| 2022-08-01 | Add `Iterator::array_chunks()` | Ross MacArthur | -0/+1 |
| 2022-07-16 | Stabilize `future_poll_fn` | Yuki Okushi | -1/+0 |
| 2022-07-14 | Rollup merge of #98315 - joshtriplett:stabilize-core-ffi-c, r=Mark-Simulacrum | Dylan DPC | -1/+0 |
| 2022-07-13 | Stabilize `core::ffi:c_*` and rexport in `std::ffi` | Josh Triplett | -1/+0 |
| 2022-07-09 | Partially stabilize const_slice_from_raw_parts | Konrad Borowski | -1/+0 |
| 2022-07-01 | Allow arithmetic and certain bitwise ops on AtomicPtr | Thom Chiovoloni | -0/+1 |
| 2022-06-21 | Add `Iterator::next_chunk` | Ross MacArthur | -0/+1 |
| 2022-06-17 | Stabilized Option::unzip() | Chase Wilson | -1/+0 |
| 2022-06-10 | Auto merge of #91970 - nrc:provide-any, r=scottmcm | bors | -0/+1 |