| Age | Commit message (Expand) | Author | Lines |
| 2022-09-25 | Auto merge of #102169 - scottmcm:constify-some-conditions, r=thomcc | bors | -0/+1 |
| 2022-09-23 | Stabilize const `BTree{Map,Set}::new` | Nilstrieb | -1/+1 |
| 2022-09-22 | Make ZST checks in core/alloc more readable | Scott McMurray | -0/+1 |
| 2022-09-21 | Rollup merge of #89891 - ojeda:modular-alloc, r=Mark-Simulacrum | Dylan DPC | -3/+6 |
| 2022-09-19 | Rollup merge of #101798 - y86-dev:const_waker, r=lcnr | Matthias Krüger | -0/+1 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-14 | Made from_waker, waker, from_raw const | y86-dev | -0/+1 |
| 2022-09-02 | implement IsZero for Saturating and Wrapping | asquared31415 | -0/+1 |
| 2022-08-26 | `alloc`: add unstable cfg features `no_rc` and `no_sync` | Miguel Ojeda | -3/+6 |
| 2022-08-22 | Move error trait into core | Jane Losare-Lusby | -0/+4 |
| 2022-08-20 | Auto merge of #100810 - matthiaskrgr:rollup-xep778s, r=matthiaskrgr | bors | -4/+4 |
| 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-18 | clarify lib.rs attribute structure | Ralf Jung | -5/+4 |
| 2022-08-18 | add miri-test-libstd support to libstd | Ralf Jung | -0/+1 |
| 2022-07-27 | Auto merge of #98553 - the8472:next_chunk_opt, r=Mark-Simulacrum | bors | -0/+4 |
| 2022-07-26 | Optimized vec::IntoIter::next_chunk impl | The 8472 | -0/+4 |
| 2022-07-15 | Stabilize `core::ffi::CStr`, `alloc::ffi::CString`, and friends | Josh Triplett | -2/+0 |
| 2022-07-15 | Rollup merge of #99113 - WaffleLapkin:arc_simplify, r=Mark-Simulacrum | Dylan DPC | -0/+1 |
| 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-10 | Use `byte_sub` in [a]rc impl | Maybe Waffle | -0/+1 |
| 2022-07-01 | update cfg(bootstrap)s | Pietro Albini | -1/+0 |
| 2022-06-18 | Expose iter::ByRefSized as unstable feature and use it | Paolo Barbolini | -0/+1 |
| 2022-06-07 | Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakis | bors | -1/+0 |
| 2022-06-04 | Rollup merge of #96642 - thomcc:thinbox-zst-ugh, r=yaahc | Dylan DPC | -0/+1 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1/+0 |
| 2022-06-02 | Auto merge of #97293 - est31:remove_box, r=oli-obk | bors | -1/+2 |
| 2022-06-01 | Use #[rustc_box] in alloc instead of box syntax | est31 | -1/+2 |
| 2022-05-30 | Add reexport of slice::from{,_mut}_ptr_range to alloc & std | Maybe Waffle | -0/+1 |
| 2022-05-27 | Use `pointer::is_aligned` in ThinBox debug assert | Thom Chiovoloni | -0/+1 |
| 2022-05-11 | Apply CR suggestions; add real tracking issue | Scott McMurray | -1/+1 |
| 2022-05-11 | Add `unsigned_offset_from` on pointers | Scott McMurray | -0/+1 |
| 2022-05-06 | Add a dedicated length-prefixing method to `Hasher` | Scott McMurray | -0/+1 |
| 2022-05-02 | Share testing utilities with non-btree test cases | Stein Somers | -0/+2 |
| 2022-04-14 | library: Use type aliases to make `CStr(ing)` in libcore/liballoc unstable | Vadim Petrochenkov | -0/+2 |
| 2022-04-14 | library: Move `CStr` to libcore, and `CString` to liballoc | Vadim Petrochenkov | -0/+7 |
| 2022-04-08 | Add ThinBox type for 1 stack pointer sized heap allocated trait objects | Jane Lusby | -0/+2 |
| 2022-04-08 | Rollup merge of #95579 - Cyborus04:slice_flatten, r=scottmcm | Dylan DPC | -0/+1 |
| 2022-04-08 | add `<[[T; N]]>::flatten`, `<[[T; N]]>::flatten_mut`, and `Vec::<[T; N]>::int... | Cyborus04 | -0/+1 |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -1/+0 |
| 2022-03-29 | fixup feature position in liballoc | Aria Beingessner | -1/+1 |
| 2022-03-29 | Make the stdlib largely conform to strict provenance. | Aria Beingessner | -0/+1 |
| 2022-03-07 | Stabilize const_fn_fn_ptr_basics and const_fn_trait_bound | Eric Holk | -1/+1 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+0 |
| 2022-02-18 | Rollup merge of #93613 - crlf0710:rename_to_async_iter, r=yaahc | Matthias Krüger | -1/+1 |
| 2022-02-12 | Stabilise inherent_ascii_escape (FCP in #77174) | ltdk | -1/+0 |
| 2022-02-09 | Stabilize cfg_target_has_atomic | Amanieu d'Antras | -1/+1 |
| 2022-02-05 | Mark __rgl_oom and __rd_oom as "C-unwind" | Amanieu d'Antras | -0/+1 |
| 2022-02-03 | Move `{core,std}::stream::Stream` to `{core,std}::async_iter::AsyncIterator`. | Charles Lew | -1/+1 |