| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-07 | Move all alloc integration tests to a new alloctests crate | bjorn3 | -258/+0 | |
| 2024-11-27 | update cfgs | Boxy | -1/+1 | |
| 2024-10-29 | Auto merge of #132231 - lukas-code:rc-plug-leaks, r=tgross35 | bors | -0/+38 | |
| Rc/Arc: don't leak the allocation if drop panics Currently, when the last `Rc<T>` or `Arc<T>` is dropped and the destructor of `T` panics, the allocation will be leaked. This leak is unnecessary since the data cannot be (safely) accessed again and `Box` already deallocates in this case, so let's do the same for `Rc` and `Arc`, too. | ||||
| 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 | -0/+38 | |
| 2024-08-25 | Removes dead code from the compiler | mu001999 | -0/+1 | |
| 2024-07-31 | PinCoerceUnsized trait into core | Xiangfei Ding | -0/+37 | |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -1/+1 | |
| 2023-03-28 | Remove ~const from alloc | Jubilee Young | -15/+0 | |
| 2022-11-23 | Add `#![deny(unsafe_op_in_unsafe_fn)]` in liballoc tests | Thom Chiovoloni | -6/+35 | |
| 2022-03-10 | Revert accidental stabilization | Oli Scherer | -1/+1 | |
| 2021-12-23 | Constify `Box<T, A>` methods | woppopo | -3/+111 | |
| 2021-12-14 | Fix a bunch of typos | Frank Steffahn | -1/+1 | |
| 2021-08-24 | Fix grammar | est31 | -4/+4 | |
| 2020-09-25 | review: fix nits and move panic safety tests to the correct place | Alexis Bourget | -2/+1 | |
| 2020-09-21 | Move deref-lval test | Alexis Bourget | -0/+9 | |
| 2020-08-02 | fix typos | liuzhenyu | -1/+1 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+51 | |
