rust/library/alloc
Matthias Krüger 32c04fc509
Rollup merge of #135805 - DiuDiu777:master, r=Noratrieb
Add missing allocator safety in alloc crate

### PR Description
In the previous PR [#135009](https://github.com/rust-lang/rust/pull/135009), PR [#134496](https://github.com/rust-lang/rust/pull/134496), some incomplete API documentation issues have been fixed.

Based on these changes,  other inconsistencies related to the allocator have also been identified, including:

- `Box::from_non_null`
- `Box::from_non_null_in`
- `Weak::from_raw`
2025-01-28 14:23:23 +01:00
..
benches Fix testing of the standard library with Emscripten 2025-01-24 09:25:34 +00:00
src Rollup merge of #135805 - DiuDiu777:master, r=Noratrieb 2025-01-28 14:23:23 +01:00
tests Rollup merge of #135948 - bjorn3:update_emscripten_std_tests, r=Mark-Simulacrum 2025-01-25 23:27:00 -05:00
Cargo.toml Update compiler-builtins to 0.1.143 2025-01-15 04:02:19 +00:00