| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2020-08-13 | Add Arc::new_cyclic | DPC | -3/+80 |
| 2020-08-05 | Add {Box,Rc,Arc}::new_zeroed_slice | Amos Onn | -0/+34 |
| 2020-08-05 | Use alloc_zeroed in {Rc,Arc}::new_zeroed | Amos Onn | -15/+24 |
| 2020-08-04 | Replace `Memoryblock` with `NonNull<[u8]>` | Tim Diekmann | -3/+3 |
| 2020-08-03 | Merge branch 'master' into remove-in-place-alloc | Tim Diekmann | -35/+12 |
| 2020-08-02 | fix typos | liuzhenyu | -1/+1 |
| 2020-07-30 | Rollup merge of #74782 - vorner:weak-into-raw-cnt-doc, r=dtolnay | Manish Goregaokar | -11/+11 |
| 2020-07-29 | Remove deprecated unstable `{Box,Rc,Arc}::into_raw_non_null` functions | Simon Sapin | -23/+0 |
| 2020-07-28 | Remove in-place allocation and revert to separate methods for zeroed allocations | Tim Diekmann | -4/+2 |
| 2020-07-28 | Don't use "weak count" around Weak::from_raw_ptr | Michal 'vorner' Vaner | -11/+11 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+2294 |
