| Age | Commit message (Expand) | Author | Lines |
| 2023-06-16 | remove box_free and replace with drop impl | DrMeepster | -9/+7 |
| 2023-05-16 | Fix duplicate `arcinner_layout_for_value_layout` calls | marc0246 | -6/+19 |
| 2023-05-08 | Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar... | bors | -1/+1 |
| 2023-05-07 | enable `rust_2018_idioms` for doctests | ozkanonur | -1/+1 |
| 2023-04-28 | replace version placeholders | Pietro Albini | -1/+1 |
| 2023-04-26 | Make `{Arc,Rc,Weak}::ptr_eq` ignore pointer metadata | Albert Larsan | -5/+5 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -8/+5 |
| 2023-03-23 | Stabilize `arc_into_inner` and `rc_into_inner`. | Frank Steffahn | -20/+3 |
| 2023-03-15 | unequal → not equal | gimbles | -2/+2 |
| 2023-03-11 | Rollup merge of #108708 - noamtashma:issue-108706-fix, r=m-ou-se | Matthias Krüger | -3/+17 |
| 2023-03-06 | issue-108706-fix | Noam Ta Shma | -3/+17 |
| 2023-03-03 | Match unmatched backticks in library/ | est31 | -1/+1 |
| 2023-01-29 | fix typo in {Rc, Arc}::get_mut_unchecked docs | y21 | -1/+1 |
| 2023-01-23 | Rollup merge of #106854 - steffahn:drop_linear_arc_rebased, r=Mark-Simulacrum | Dylan DPC | -0/+145 |
| 2023-01-22 | Add Arc::into_inner for safely discarding Arcs without calling the destructor... | Frank Steffahn | -0/+145 |
| 2023-01-14 | Remove various double spaces in source comments. | André Vennberg | -4/+4 |
| 2023-01-08 | Auto merge of #90291 - geeklint:loosen_weak_debug_bound, r=dtolnay | bors | -1/+1 |
| 2022-12-19 | Update coerce_unsized tracking issue from #27732 to #18598 | Anders Kaseorg | -2/+2 |
| 2022-11-20 | Rollup merge of #101310 - zachs18:rc_get_unchecked_mut_docs_soundness, r=Mark... | Matthias Krüger | -4/+37 |
| 2022-11-18 | Change undefined-behavior doctests from ignore to no_run. | Zachary S | -2/+2 |
| 2022-11-18 | Apply suggestions from code review
| zachs18 | -1/+1 |
| 2022-11-18 | Add examples to show when `{Arc,Rc}::get_mut_unchecked` is disallowed. | Zachary S | -0/+32 |
| 2022-11-18 | Clarify and restrict when `{Arc,Rc}::get_mut_unchecked` is allowed. | Zachary S | -4/+5 |
| 2022-11-18 | Remove Vec/Rc storage reuse opt | clubby789 | -54/+6 |
| 2022-11-14 | Add `Vec` storage optimization to `Arc` and add tests | clubby789 | -19/+66 |
| 2022-10-26 | ptr::eq: clarify that comparing dyn Trait is fragile | Ralf Jung | -5/+5 |
| 2022-10-21 | Reduce mutability in std-use of with_metadata_of | Andreas Molzer | -1/+1 |
| 2022-10-03 | Rollup merge of #98218 - kpreid:nostdarc, r=joshtriplett | Matthias Krüger | -0/+9 |
| 2022-10-02 | Rollup merge of #102098 - xfix:weak-upgrade-fetch-update, r=Mark-Simulacrum | Dylan DPC | -23/+16 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-21 | Use fetch_update in sync::Weak::upgrade | Konrad Borowski | -23/+16 |
| 2022-08-22 | Move error trait into core | Jane Losare-Lusby | -0/+22 |
| 2022-07-10 | Use `byte_sub` in [a]rc impl | Maybe Waffle | -6/+5 |
| 2022-06-21 | clarify Arc::clone overflow check comment | Ralf Jung | -8/+9 |
| 2022-06-20 | Rollup merge of #96609 - ibraheemdev:arc-downcast-unchecked, r=m-ou-se | Dylan DPC | -3/+42 |
| 2022-06-17 | Document the conditional existence of `alloc::sync` and `alloc::task`. | Kevin Reid | -0/+9 |
| 2022-06-01 | Update sync.rs | Dylan DPC | -1/+1 |
| 2022-06-01 | Update sync.rs | Dylan DPC | -3/+3 |
| 2022-06-01 | Spelling correction. | Ximon Eighteen | -1/+1 |
| 2022-05-29 | Use Box::new() instead of box syntax in alloc tests | est31 | -4/+4 |
| 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-05-01 | add `{Arc, Rc}::downcast_unchecked` | Ibraheem Ahmed | -3/+42 |
| 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 |