| Age | Commit message (Expand) | Author | Lines |
| 2021-01-07 | Replace set_data_ptr with pointer::set_ptr_value | CAD97 | -16/+2 |
| 2021-01-07 | Reclarify Weak<->raw pointer safety comments | CAD97 | -2/+2 |
| 2021-01-07 | Remove "pointer describes" terminology | CAD97 | -5/+4 |
| 2021-01-07 | Tighten/clarify documentation of rc data_offset | CAD97 | -5/+2 |
| 2021-01-06 | Re-stabilize Weak::as_ptr &friends for unsized T | CAD97 | -17/+24 |
| 2021-01-01 | Auto merge of #80310 - Manishearth:box-try-alloc, r=kennytm | bors | -2/+115 |
| 2020-12-31 | More inline, doc fixes | Manish Goregaokar | -1/+1 |
| 2020-12-31 | Make [A]Rc::allocate_for_layout() use try_allocate_for_layout() | Manish Goregaokar | -11/+2 |
| 2020-12-31 | Add fallible Arc APIs (`Arc::try_new_*`) | Manish Goregaokar | -0/+122 |
| 2020-12-29 | Do not create dangling &T in Weak<T>::drop | CAD97 | -1/+1 |
| 2020-12-28 | Rollup merge of #80398 - CAD97:fix-80365, r=dtolnay | Mara Bos | -2/+2 |
| 2020-12-28 | de-stabilize unsized raw ptr methods for Weak | Ralf Jung | -1/+3 |
| 2020-12-26 | Use raw version of align_of in rc data_offset | CAD97 | -2/+2 |
| 2020-12-18 | Stabilize Arc::{incr,decr}_strong_count | Yoshua Wuyts | -11/+7 |
| 2020-12-04 | Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate` | Tim Diekmann | -8/+8 |
| 2020-10-28 | Don't say you "should" use fully qualified syntax | Camelid | -5/+8 |
| 2020-10-28 | Explain fully qualified syntax for `Rc` and `Arc` | Camelid | -2/+14 |
| 2020-10-25 | Merge remote-tracking branch 'upstream/master' into box-alloc | Tim Diekmann | -0/+2 |
| 2020-10-23 | Add a spin loop hint for Arc::downgrade | Nicolas Nattis | -0/+2 |
| 2020-10-07 | Support custom allocators in `Box` | Tim Diekmann | -2/+2 |
| 2020-10-03 | Auto merge of #74160 - CAD97:weak-as-unsized-ptr, r=RalfJung | bors | -20/+21 |
| 2020-10-03 | grammar nit | Ralf Jung | -1/+1 |
| 2020-09-28 | Rename AllocErr to AllocError | Jacob Hughes | -2/+2 |
| 2020-09-12 | Allow Weak::as_ptr and friends for unsized T | CAD97 | -9/+9 |
| 2020-09-12 | Adjust sync::Weak::from_raw to support unsized T | CAD97 | -11/+12 |
| 2020-09-02 | Revert change to MaybeUninit until rustdoc bugs are fixed | Joshua Nelson | -4/+4 |
| 2020-09-02 | Convert many files to intra-doc links | Joshua Nelson | -6/+6 |
| 2020-08-28 | Add missing hyphen | Camelid | -1/+1 |
| 2020-08-24 | Auto merge of #75505 - Dylan-DPC:feature/arc_new, r=KodrAus | bors | -3/+80 |
| 2020-08-24 | add issue number | Dylan DPC | -1/+1 |
| 2020-08-22 | Auto merge of #75171 - amosonn:new_zeroed_slice, r=Amanieu | bors | -15/+58 |
| 2020-08-21 | Apply suggestions from code review | LeSeulArtichaut | -2/+2 |
| 2020-08-21 | Use intra-doc-links in `alloc` | LeSeulArtichaut | -76/+43 |
| 2020-08-15 | tidy up | DPC | -23/+23 |
| 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 |