| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -2/+2 |
| 2024-06-22 | Generalize `{Rc,Arc}::make_mut()` to unsized types. | Kevin Reid | -0/+18 |
| 2024-06-11 | `UniqueRc`: support allocators and `T: ?Sized`. | Kevin Reid | -0/+26 |
| 2023-12-10 | remove redundant imports | surechen | -5/+0 |
| 2023-06-19 | Introduce `alloc::::UniqueRc` | Eric Holk | -0/+45 |
| 2023-03-12 | Fix formatting of new Rc::into_inner test | David Tolnay | -1/+0 |
| 2023-03-11 | Introduce `Rc::into_inner`, as a parallel to `Arc::into_inner` | Josh Triplett | -0/+16 |
| 2022-05-29 | Use Box::new() instead of box syntax in alloc tests | est31 | -6/+6 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -3/+3 |
| 2021-01-06 | Re-stabilize Weak::as_ptr &friends for unsized T | CAD97 | -0/+41 |
| 2020-12-28 | de-stabilize unsized raw ptr methods for Weak | Ralf Jung | -24/+0 |
| 2020-09-12 | Add tests for weak into/from raw | CAD97 | -0/+42 |
| 2020-08-27 | `impl Rc::new_cyclic` | mental32 | -0/+66 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+436 |
