| Age | Commit message (Expand) | Author | Lines |
| 2025-03-07 | Move all alloc integration tests to a new alloctests crate | bjorn3 | -15602/+0 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -16/+13 |
| 2025-02-24 | Rollup merge of #137109 - bend-n:knife, r=oli-obk | Trevor Gross | -1/+0 |
| 2025-02-23 | Stabilize `core::str::from_utf8_mut` | Waffle Lapkin | -1/+0 |
| 2025-02-23 | stabilize extract_if | bendn | -1/+0 |
| 2025-02-19 | Rollup merge of #120580 - HTGAzureX1212:HTGAzureX1212/issue-45795, r=m-ou-se | Matthias Krüger | -2/+4 |
| 2025-02-16 | add MAX_LEN_UTF8 and MAX_LEN_UTF16 constants | HTGAzureX1212 | -2/+4 |
| 2025-02-13 | library: Update rand to 0.9.0 | Eric Huss | -6/+6 |
| 2025-02-09 | Rollup merge of #135488 - GrigorenkoPV:vec_pop_if, r=jhpratt | Matthias Krüger | -1/+0 |
| 2025-02-08 | Rustfmt | bjorn3 | -90/+110 |
| 2025-02-06 | Remove some unnecessary parens in `assert!` conditions | Esteban Küber | -11/+11 |
| 2025-01-25 | Rollup merge of #135948 - bjorn3:update_emscripten_std_tests, r=Mark-Simulacrum | Jacob Pratt | -11/+9 |
| 2025-01-25 | Stabilize `vec_pop_if` | Pavel Grigorenko | -1/+0 |
| 2025-01-24 | Remove a bunch of emscripten test ignores | bjorn3 | -10/+0 |
| 2025-01-24 | Fix testing of the standard library with Emscripten | bjorn3 | -1/+9 |
| 2025-01-22 | Implement `VecDeque::pop_front_if` & `VecDeque::pop_back_if` | Pavel Grigorenko | -0/+40 |
| 2025-01-10 | alloc: remove unsound `IsZero` for raw pointers | joboet | -0/+10 |
| 2025-01-04 | add regression test for unsound Flatten/FlatMap specialization | The 8472 | -0/+14 |
| 2025-01-04 | do not in-place-iterate over flatmap/flatten | The 8472 | -19/+6 |
| 2024-12-28 | Update library/alloc/tests/sort/tests.rs | chloefeal | -1/+1 |
| 2024-12-27 | Fix typos | chloefeal | -1/+1 |
| 2024-12-16 | Add a range argument to vec.extract_if | The 8472 | -12/+37 |
| 2024-12-04 | Move some alloc tests to the alloctests crate | bjorn3 | -0/+1803 |
| 2024-11-30 | remove a whole bunch of unnecessary const feature gates | Ralf Jung | -2/+0 |
| 2024-11-27 | update cfgs | Boxy | -3/+2 |
| 2024-10-29 | Auto merge of #132231 - lukas-code:rc-plug-leaks, r=tgross35 | bors | -3/+113 |
| 2024-10-28 | New lint: `dangling_pointers_from_temporaries` | Pavel Grigorenko | -0/+1 |
| 2024-10-27 | add test for panicking drop in Box/Rc/Arc | Lukas Markeffsky | -3/+113 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -1/+2 |
| 2024-10-15 | update bootstrap configs | Josh Stone | -2/+1 |
| 2024-10-12 | Rollup merge of #131617 - RalfJung:const_cow_is_borrowed, r=tgross35 | Matthias Krüger | -1/+0 |
| 2024-10-12 | remove const_cow_is_borrowed feature gate | Ralf Jung | -1/+0 |
| 2024-10-12 | library: Stabilize `const_ptr_write` | Jubilee Young | -1/+0 |
| 2024-10-11 | Rollup merge of #131065 - Voultapher:port-sort-test-suite, r=thomcc | Trevor Gross | -0/+1945 |
| 2024-10-01 | Stabilize `const_slice_from_raw_parts_mut` | Eduardo Sánchez Muñoz | -1/+0 |
| 2024-09-30 | Port sort-research-rs test suite Rust stdlib tests | Lukas Bergdoll | -0/+1945 |
| 2024-09-23 | Improve autovectorization of to_lowercase / to_uppercase functions | Jörn Horstmann | -0/+3 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -116/+96 |
| 2024-09-21 | Rollup merge of #130408 - okaneco:into_lossy_refactor, r=Noratrieb | Michael Goulet | -0/+38 |
| 2024-09-20 | Avoid re-validating UTF-8 in `FromUtf8Error::into_utf8_lossy` | okaneco | -0/+38 |
| 2024-09-20 | Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors | bors | -0/+10 |
| 2024-09-15 | stabilize const_mut_refs | Ralf Jung | -1/+1 |
| 2024-09-13 | Update tests for hidden references to mutable static | Obei Sideg | -0/+10 |
| 2024-08-31 | Rollup merge of #129640 - saethlin:unignore-android-in-alloc, r=tgross35 | Matthias Krüger | -9/+0 |
| 2024-08-28 | Re-enable android tests/benches in alloc | Ben Kimock | -9/+0 |
| 2024-08-27 | library: Stabilize new_uninit for Box, Rc, and Arc | Jubilee Young | -1/+0 |
| 2024-08-25 | Removes dead code from the compiler | mu001999 | -0/+1 |
| 2024-08-13 | Auto merge of #128742 - RalfJung:miri-vtable-uniqueness, r=saethlin | bors | -2/+2 |
| 2024-08-12 | ignore some vtable/fn ptr equality tests in Miri, their result is not fully p... | Ralf Jung | -2/+2 |
| 2024-07-31 | PinCoerceUnsized trait into core | Xiangfei Ding | -0/+69 |