| Age | Commit message (Expand) | Author | Lines |
| 2021-11-20 | Rollup merge of #89741 - sdroege:arc-rc-from-inner-unsafe, r=Mark-Simulacrum | Matthias Krüger | -20/+31 |
| 2021-11-08 | Add comments regarding superfluous `!Sync` impls | bstrie | -0/+6 |
| 2021-11-02 | Implement `RefUnwindSafe` for `Rc<T>` | inquisitivecrystal | -0/+2 |
| 2021-10-31 | Rollup merge of #89833 - jkugelman:must-use-rc-downgrade, r=joshtriplett | Matthias Krüger | -1/+3 |
| 2021-10-15 | Add #[must_use] to remaining alloc functions | John Kugelman | -0/+3 |
| 2021-10-12 | Add #[must_use] to Rc::downgrade | John Kugelman | -1/+3 |
| 2021-10-12 | Rollup merge of #89796 - jkugelman:must-use-non-mutating-verb-methods, r=josh... | the8472 | -0/+2 |
| 2021-10-12 | Rollup merge of #89778 - jkugelman:must-use-as_type-conversions, r=joshtriplett | the8472 | -0/+1 |
| 2021-10-11 | Add #[must_use] to non-mutating verb methods | John Kugelman | -0/+2 |
| 2021-10-11 | Add #[must_use] to as_type conversions | John Kugelman | -0/+1 |
| 2021-10-11 | Rollup merge of #89726 - jkugelman:must-use-alloc-constructors, r=joshtriplett | Guillaume Gomez | -0/+6 |
| 2021-10-10 | Add #[must_use] to conversions that move self | John Kugelman | -0/+1 |
| 2021-10-10 | Mark `Arc::from_inner` / `Rc::from_inner` as unsafe | Sebastian Dröge | -20/+31 |
| 2021-10-10 | Add #[must_use] to alloc constructors | John Kugelman | -0/+6 |
| 2021-09-26 | Auto merge of #89144 - sexxi-goose:insig_stdlib, r=nikomatsakis | bors | -0/+1 |
| 2021-09-25 | Apply 16 commits (squashed) | Frank Steffahn | -12/+4 |
| 2021-09-22 | PR fixup | Aman Arora | -1/+1 |
| 2021-09-21 | 2229: Annotate stdlib with insignficant dtors | Aman Arora | -0/+1 |
| 2021-08-25 | Rollup merge of #88226 - steffahn:an_rc, r=michaelwoerister | Léo Lanteri Thauvin | -1/+1 |
| 2021-08-24 | Make explanations of cross-references between `make_mut` and `get_mut` more a... | Frank Steffahn | -2/+3 |
| 2021-08-24 | Clarifiy weak pointers being diassociated… | Frank Steffahn | -2/+3 |
| 2021-08-24 | Fix typo “a Rc” → “an Rc” | Frank Steffahn | -1/+1 |
| 2021-08-19 | Adjust documentation of `Arc::make_mut` | Frank Steffahn | -5/+5 |
| 2021-07-31 | Relocate Arc and Rc UnwindSafe impls | David Tolnay | -0/+4 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -1/+1 |
| 2021-07-02 | alloc: `no_global_oom_handling`: disable `new()`s, `pin()`s, etc. | Miguel Ojeda | -0/+6 |
| 2021-05-26 | Rollup merge of #85666 - fee1-dead:document-shared-from-cow, r=dtolnay | Yuki Okushi | -0/+12 |
| 2021-05-25 | Document shared_from_cow functions | Deadbeef | -0/+12 |
| 2021-05-20 | Weak's type parameter may dangle on drop | David Tolnay | -1/+1 |
| 2021-05-10 | Document Rc::from | Deadbeef | -0/+13 |
| 2021-05-05 | alloc: Add unstable Cfg feature `no-global_oom_handling` | John Ericson | -4/+34 |
| 2021-04-15 | Correct outdated rc::Weak::default documentation | MarRue | -2/+2 |
| 2021-04-07 | Rollup merge of #83476 - mystor:rc_mutate_strong_count, r=m-ou-se | Dylan DPC | -0/+67 |
| 2021-03-31 | panic early when TrustedLen indicates a length > usize::MAX | The8472 | -2/+5 |
| 2021-03-25 | Add strong_count mutation methods to Rc | Nika Layzell | -0/+67 |
| 2021-02-12 | Add docs for shared_from_slice From impls | Michael Howell | -0/+49 |
| 2021-01-29 | rename raw_const/mut -> const/mut_addr_of, and stabilize them | Ralf Jung | -3/+3 |
| 2021-01-16 | Rollup merge of #81069 - ogoffart:rc_new_cyclic_doc, r=Mark-Simulacrum | Mara Bos | -0/+20 |
| 2021-01-16 | Rollup merge of #80764 - CAD97:weak-unsized-as-ptr-again, r=RalfJung | Mara Bos | -49/+36 |
| 2021-01-16 | Add sample code for Rc::new_cyclic | Olivier Goffart | -0/+20 |
| 2021-01-13 | Apply suggestions from code review | Christopher Durham | -1/+1 |
| 2021-01-12 | move WriteCloneIntoRaw into alloc::alloc | Josh Stone | -2/+3 |
| 2021-01-11 | Move directly when Rc/Arc::make_mut splits from Weak | Josh Stone | -5/+7 |
| 2021-01-11 | Specialize Rc/Arc::make_mut clones to try to avoid locals | Josh Stone | -2/+9 |
| 2021-01-10 | Weak::into_raw shouldn't translate sentinel value | CAD97 | -15/+12 |
| 2021-01-09 | Provide reasoning for rc data_offset safety | CAD97 | -4/+6 |
| 2021-01-07 | Replace set_data_ptr with pointer::set_ptr_value | CAD97 | -16/+3 |
| 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 |