| Age | Commit message (Expand) | Author | Lines |
| 2022-05-06 | Auto merge of #95183 - ibraheemdev:arc-count-acquire, r=Amanieu | bors | -6/+6 |
| 2022-05-05 | Rollup merge of #95843 - GuillaumeGomez:improve-new-cyclic-doc, r=m-ou-se | Matthias Krüger | -9/+22 |
| 2022-05-04 | Improve Rc::new_cyclic and Arc::new_cyclic documentation | Guillaume Gomez | -9/+22 |
| 2022-04-30 | Bump shared_from_str to Rust 1.62.0 | David Tolnay | -1/+1 |
| 2022-04-15 | Implement str to [u8] conversion for refcounted containers | John-John Tedro | -0/+19 |
| 2022-04-07 | hide an #[allow] directive from the Arc::new_cyclic doc example | Jack O'Connor | -1/+1 |
| 2022-03-29 | Make the stdlib largely conform to strict provenance. | Aria Beingessner | -1/+1 |
| 2022-03-28 | Auto merge of #95249 - HeroicKatora:set-ptr-value, r=dtolnay | bors | -3/+4 |
| 2022-03-23 | Refactor set_ptr_value as with_metadata_of | Andreas Molzer | -3/+4 |
| 2022-03-21 | weaken needlessly restrictive orderings on `Arc::*_count` | Ibraheem Ahmed | -6/+6 |
| 2022-03-18 | Make Weak::new const | CAD97 | -2/+3 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -2/+2 |
| 2022-02-03 | Add tracking issue and impl for `Rc`. | Richard Dodd | -1/+1 |
| 2022-02-03 | impl `Arc::unwrap_or_clone` | Richard Dodd | -0/+35 |
| 2022-01-23 | Rollup merge of #90666 - bdbai:arc_new_cyclic, r=m-ou-se | Matthias Krüger | -14/+35 |
| 2022-01-22 | Update stabilization version of arc_new_cyclic | Mara Bos | -1/+1 |
| 2022-01-20 | Remove unnecessary unsafe code in `Arc` deferred initialization examples. | Jakob Degen | -29/+21 |
| 2021-12-30 | use generic params for arc_new_cyclic | bdbai | -1/+4 |
| 2021-12-13 | Stabilize arc_new_cyclic | bdbai | -13/+31 |
| 2021-12-12 | doc: fix typo in comments | japm48 | -1/+1 |
| 2021-11-20 | Rollup merge of #89741 - sdroege:arc-rc-from-inner-unsafe, r=Mark-Simulacrum | Matthias Krüger | -12/+14 |
| 2021-10-31 | Rollup merge of #90427 - jkugelman:must-use-alloc-leak, r=joshtriplett | Matthias Krüger | -0/+1 |
| 2021-10-30 | Add #[must_use] to alloc functions that would leak memory | John Kugelman | -0/+1 |
| 2021-10-15 | Add #[must_use] to remaining alloc functions | John Kugelman | -2/+8 |
| 2021-10-12 | Rollup merge of #89796 - jkugelman:must-use-non-mutating-verb-methods, r=josh... | the8472 | -1/+5 |
| 2021-10-12 | Rollup merge of #89778 - jkugelman:must-use-as_type-conversions, r=joshtriplett | the8472 | -0/+2 |
| 2021-10-11 | Add #[must_use] to non-mutating verb methods | John Kugelman | -1/+5 |
| 2021-10-11 | Add #[must_use] to as_type conversions | John Kugelman | -0/+2 |
| 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/+3 |
| 2021-10-10 | Mark `Arc::from_inner` / `Rc::from_inner` as unsafe | Sebastian Dröge | -12/+14 |
| 2021-10-10 | Add #[must_use] to alloc constructors | John Kugelman | -0/+6 |
| 2021-09-25 | Apply 16 commits (squashed) | Frank Steffahn | -12/+12 |
| 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-19 | Adjust documentation of `Arc::make_mut` | Frank Steffahn | -9/+25 |
| 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 | -3/+3 |
| 2021-07-15 | Added Arc::try_pin | Alex Gaynor | -1/+7 |
| 2021-07-02 | alloc: `no_global_oom_handling`: disable `new()`s, `pin()`s, etc. | Miguel Ojeda | -0/+6 |
| 2021-06-17 | Rollup merge of #85663 - fee1-dead:document-arc-from, r=m-ou-se | Yuki Okushi | -0/+14 |
| 2021-06-05 | Document Arc::from | Deadbeef | -0/+14 |
| 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-05 | alloc: Add unstable Cfg feature `no-global_oom_handling` | John Ericson | -4/+34 |
| 2021-03-31 | panic early when TrustedLen indicates a length > usize::MAX | The8472 | -2/+5 |
| 2021-02-12 | Add docs for shared_from_slice From impls | Michael Howell | -0/+49 |
| 2021-01-31 | Rollup merge of #79285 - yoshuawuyts:stabilize-arc_mutate_strong_count, r=m-o... | Jonas Schievink | -11/+7 |
| 2021-01-30 | Bump stable version of arc_mutate_strong_count | Mara Bos | -2/+2 |