| Age | Commit message (Expand) | Author | Lines |
| 2024-09-19 | Rollup merge of #130553 - GnomedDev:remove-clippy-paths, r=compiler-errors | Matthias Krüger | -0/+17 |
| 2024-09-19 | Add str.as_str() for easy dereferencing of Box<str> | Kornel | -0/+5 |
| 2024-09-19 | [Clippy] Swap `unnecessary_owned_empty_strings` to use diagnostic item instea... | GnomedDev | -0/+1 |
| 2024-09-19 | [Clippy] Swap `unnecessary_to_owned` to use diagnostic item instead of path | GnomedDev | -0/+1 |
| 2024-09-19 | [Clippy] Swap `manual_while_let_some` to use diagnostic items instead of paths | GnomedDev | -0/+2 |
| 2024-09-19 | [Clippy] Swap `repeat_vec_with_capacity` to use diagnostic item instead of path | GnomedDev | -0/+1 |
| 2024-09-19 | [Clippy] Swap `VecArgs::hir` to use diagnostic items instead of paths | GnomedDev | -0/+3 |
| 2024-09-19 | [Clippy] Swap `single_char_add_str`/`format_push_string` to use diagnostic it... | GnomedDev | -0/+2 |
| 2024-09-19 | [Clippy] Swap `option_as_ref_deref` to use diagnostic items instead of paths | GnomedDev | -0/+5 |
| 2024-09-19 | [Clippy] Swap `map_entry` to use diagnostic items instead of paths | GnomedDev | -0/+2 |
| 2024-09-18 | remove feature attributes as const_maybe_uninit_as_mut_ptr is stabilized | ultrabear | -1/+0 |
| 2024-09-18 | Rollup merge of #130522 - GnomedDev:clippy-manual-retain-paths, r=compiler-er... | Jubilee | -0/+3 |
| 2024-09-18 | [Clippy] Swap `manual_retain` to use diagnostic items instead of paths | GnomedDev | -0/+3 |
| 2024-09-17 | read_volatile __rust_no_alloc_shim_is_unstable in alloc_zeroed | Ben Kimock | -1/+7 |
| 2024-09-17 | Rollup merge of #129674 - matthewpipie:rc-arc-new-cyclic-in, r=dtolnay | Matthias Krüger | -84/+172 |
| 2024-09-16 | Update library/alloc/src/sync.rs | matthewpipie | -1/+1 |
| 2024-09-15 | Rollup merge of #129439 - okaneco:vec_string_lossy, r=Noratrieb | Matthias Krüger | -0/+74 |
| 2024-09-15 | Rollup merge of #129195 - RalfJung:const-mut-refs, r=fee1-dead | Matthias Krüger | -3/+3 |
| 2024-09-15 | also stabilize const_refs_to_cell | Ralf Jung | -1/+1 |
| 2024-09-15 | stabilize const_mut_refs | Ralf Jung | -2/+2 |
| 2024-09-15 | Rollup merge of #130061 - theemathas:box_vec_non_null, r=MarkSimulacrum,worki... | Stuart Cook | -16/+531 |
| 2024-09-15 | Add tracking issue number for `box_vec_non_null` | Tim (Theemathas) Chirananthavat | -8/+8 |
| 2024-09-13 | Update tests for hidden references to mutable static | Obei Sideg | -0/+16 |
| 2024-09-13 | Rollup merge of #130245 - RalfJung:miri-alloc-backtrace, r=Amanieu | Stuart Cook | -0/+14 |
| 2024-09-12 | Auto merge of #130281 - matthiaskrgr:rollup-1b2ibs8, r=matthiaskrgr | bors | -19/+6 |
| 2024-09-12 | Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-dead | Matthias Krüger | -19/+6 |
| 2024-09-12 | Auto merge of #129992 - alexcrichton:update-compiler-builtins, r=tgross35 | bors | -1/+1 |
| 2024-09-11 | make basic allocation functions track_caller in Miri for nicer backtraces | Ralf Jung | -0/+14 |
| 2024-09-10 | Auto merge of #129403 - scottmcm:only-array-simd, r=compiler-errors | bors | -2/+2 |
| 2024-09-10 | Auto merge of #130025 - Urgau:missing_docs-expect, r=petrochenkov | bors | -0/+3 |
| 2024-09-09 | Ban non-array SIMD | Scott McMurray | -2/+2 |
| 2024-09-09 | Add missing `#[allow(missing_docs)]` on hack functions in alloc | Urgau | -0/+3 |
| 2024-09-08 | add FIXME(const-hack) | Ralf Jung | -19/+6 |
| 2024-09-08 | Remove needless returns detected by clippy in libraries | Eduardo Sánchez Muñoz | -7/+7 |
| 2024-09-07 | Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68 | bors | -21/+17 |
| 2024-09-07 | Add `NonNull` convenience methods to `Vec` | Tim (Theemathas) Chirananthavat | -16/+308 |
| 2024-09-07 | Add `NonNull` convenience methods to `Box` | Tim (Theemathas) Chirananthavat | -0/+223 |
| 2024-09-06 | Remove duplicate impl | Matthew Giordano | -88/+6 |
| 2024-09-06 | remove the Clone requirement | Matthew Giordano | -173/+170 |
| 2024-09-05 | Update compiler-builtins to 0.1.125 | Alex Crichton | -1/+1 |
| 2024-09-05 | update cfgs | Boxy | -4/+0 |
| 2024-09-05 | Rollup merge of #101339 - the8472:ci-randomize-debug, r=Mark-Simulacrum | Matthias Krüger | -1/+2 |
| 2024-09-03 | replace placeholder version | Boxy | -17/+17 |
| 2024-09-02 | Rollup merge of #129748 - RalfJung:box-validity, r=workingjubilee | Matthias Krüger | -15/+13 |
| 2024-09-02 | Auto merge of #129873 - matthiaskrgr:rollup-bv849ud, r=matthiaskrgr | bors | -4/+4 |
| 2024-09-02 | Rollup merge of #129804 - ranger-ross:fixed-documentation-typos, r=Noratrieb | Matthias Krüger | -4/+4 |
| 2024-09-02 | Auto merge of #129063 - the8472:cold-opt-size, r=Amanieu | bors | -0/+7 |
| 2024-09-01 | tweak wording regarding Box validity | Ralf Jung | -2/+3 |
| 2024-09-01 | Rollup merge of #129207 - GrigorenkoPV:elided-is-named, r=cjgillot | Matthias Krüger | -1/+1 |
| 2024-08-31 | when -Zrandomize-layout is enabled disable alloc test testing internal struct... | The 8472 | -1/+2 |