| Age | Commit message (Expand) | Author | Lines |
| 2022-09-29 | Stabilize `nonnull_slice_from_raw_parts` | Yuki Okushi | -2/+1 |
| 2022-09-28 | Rollup merge of #102232 - Urgau:stabilize-bench_black_box, r=TaKO8Ki | Yuki Okushi | -1/+0 |
| 2022-09-27 | Stabilize bench_black_box | Urgau | -1/+0 |
| 2022-09-23 | Stabilize const `BTree{Map,Set}::new` | Nilstrieb | -1/+1 |
| 2022-09-10 | Update test | Giacomo Stevanato | -33/+34 |
| 2022-09-10 | Adapt inplace collection leak test to check for no leaks | Giacomo Stevanato | -16/+20 |
| 2022-08-31 | fix into_iter on ZST | Ralf Jung | -0/+6 |
| 2022-08-30 | Rollup merge of #95376 - WaffleLapkin:drain_keep_rest, r=dtolnay | Dylan DPC | -0/+60 |
| 2022-08-22 | Rollup merge of #100820 - WaffleLapkin:use_ptr_is_aligned_methods, r=scottmcm | Dylan DPC | -4/+5 |
| 2022-08-22 | Rollup merge of #99386 - AngelicosPhosphoros:add_retain_test_maybeuninit, r=J... | Dylan DPC | -0/+45 |
| 2022-08-21 | Make use of `pointer::is_aligned[_to]` | Maybe Waffle | -4/+5 |
| 2022-08-21 | Replace most uses of `pointer::offset` with `add` and `sub` | Maybe Waffle | -5/+5 |
| 2022-07-27 | Auto merge of #98553 - the8472:next_chunk_opt, r=Mark-Simulacrum | bors | -0/+11 |
| 2022-07-26 | add test for vec::IntoIter::next_chunk() impl | The 8472 | -0/+11 |
| 2022-07-17 | Add tests that check `Vec::retain` predicate execution order. | AngelicosPhosphoros | -0/+45 |
| 2022-07-15 | Stabilize `core::ffi::CStr`, `alloc::ffi::CString`, and friends | Josh Triplett | -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-10 | Auto merge of #95295 - CAD97:layout-isize, r=scottmcm | bors | -311/+142 |
| 2022-07-01 | Rollup merge of #98585 - cuviper:covariant-thinbox, r=thomcc | Dylan DPC | -0/+7 |
| 2022-06-27 | Make `ThinBox<T>` covariant in `T` | Josh Stone | -0/+7 |
| 2022-06-27 | liballoc tests: avoid int2ptr cast | Ralf Jung | -1/+1 |
| 2022-06-19 | Fix documentation for with_capacity and reserve families of methods | jmaargh | -0/+9 |
| 2022-06-08 | Stabilize `const_intrinsic_copy` | Yuki Okushi | -1/+0 |
| 2022-06-05 | Add vec::Drain{,Filter}::keep_rest | Maybe Waffle | -0/+60 |
| 2022-06-04 | Rollup merge of #96642 - thomcc:thinbox-zst-ugh, r=yaahc | Dylan DPC | -0/+232 |
| 2022-05-29 | Use Box::new() instead of box syntax in alloc tests | est31 | -12/+12 |
| 2022-05-27 | Avoid zero-sized allocs in ThinBox if T and H are both ZSTs. | Thom Chiovoloni | -0/+232 |
| 2022-05-26 | improve case conversion happy path | Conrad Ludgate | -0/+14 |
| 2022-05-02 | Rollup merge of #94126 - ssomers:alloc_prep_1, r=Mark-Simulacrum | Yuki Okushi | -1173/+0 |
| 2022-04-27 | Remove use of reverted std::ffi::c_char | Josh Triplett | -1/+2 |
| 2022-04-14 | library: Use type aliases to make `CStr(ing)` in libcore/liballoc unstable | Vadim Petrochenkov | -0/+1 |
| 2022-04-14 | library: Move `CStr` to libcore, and `CString` to liballoc | Vadim Petrochenkov | -0/+20 |
| 2022-04-11 | impl const Default for Box<[T]> and Box<str> | Josh Stone | -0/+6 |
| 2022-04-10 | thin_box test: import from std, not alloc | Ralf Jung | -1/+1 |
| 2022-04-08 | Add ThinBox type for 1 stack pointer sized heap allocated trait objects | Jane Lusby | -0/+28 |
| 2022-04-08 | add `<[[T; N]]>::flatten`, `<[[T; N]]>::flatten_mut`, and `Vec::<[T; N]>::int... | Cyborus04 | -0/+8 |
| 2022-03-31 | make utf8_char_counts test faster in Miri | Ralf Jung | -4/+7 |
| 2022-03-31 | Rollup merge of #95298 - jhorstmann:fix-double-drop-of-allocator-in-vec-into-... | Dylan DPC | -0/+28 |
| 2022-03-27 | Debug print char 0 as '\0' rather than '\u{0}' | David Tolnay | -2/+2 |
| 2022-03-25 | Add another assertion without into_iter | Jörn Horstmann | -2/+6 |
| 2022-03-25 | Add a test verifying the number of drop calls | Jörn Horstmann | -0/+24 |
| 2022-03-25 | Adjust tests for isize::MAX allocation always being checked | CAD97 | -311/+142 |
| 2022-03-11 | Classify BinaryHeap & LinkedList unit tests as such | Stein Somers | -1173/+0 |
| 2022-03-10 | Rollup merge of #93950 - T-O-R-U-S:use-modern-formatting-for-format!-macros, ... | Dylan DPC | -32/+32 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -32/+32 |
| 2022-03-10 | Revert accidental stabilization | Oli Scherer | -1/+1 |
| 2022-02-13 | stabilize const_ptr_offset | SaltyKitkat | -1/+0 |
| 2022-02-07 | Add {floor,ceil}_char_boundary methods to str | ltdk | -0/+93 |
| 2022-02-05 | Ensure non-power-of-two sizes are tested in the Chars::count test | Thom Chiovoloni | -2/+4 |