| Age | Commit message (Expand) | Author | Lines |
| 2024-01-28 | Fix some `Arc` allocator leaks | Wim Looman | -24/+20 |
| 2024-01-28 | Fix doctest | John-John Tedro | -2/+3 |
| 2024-01-28 | Replicate documentation in {Rc,Arc}::from_raw_in | John-John Tedro | -7/+32 |
| 2024-01-28 | Fix doctest | John-John Tedro | -2/+2 |
| 2024-01-28 | Tidy up | John-John Tedro | -1/+1 |
| 2024-01-28 | Add examples for unsized {Rc,Arc}::from_raw | John-John Tedro | -0/+14 |
| 2024-01-28 | Document requirements for unsized {Rc,Arc}::from_raw | John-John Tedro | -6/+14 |
| 2024-01-23 | Auto merge of #119433 - taiki-e:rc-uninit-ref, r=Nilstrieb | bors | -9/+9 |
| 2024-01-23 | Improve documentation for [A]Rc::into_inner | Frank Steffahn | -3/+7 |
| 2024-01-18 | Add `A: 'static` bound for `Arc/Rc::pin_in` | zetanumbers | -2/+8 |
| 2024-01-10 | Fix deallocation with wrong allocator in (A)Rc::from_box_in | zachs18 | -1/+1 |
| 2024-01-08 | rc,sync: Do not create references to uninitialized values | Taiki Endo | -9/+9 |
| 2024-01-03 | Rollup merge of #119434 - taiki-e:rc-is-dangling, r=Mark-Simulacrum | León Orell Valerian Liehr | -1/+1 |
| 2023-12-30 | Rollup merge of #119158 - JohnTheCoolingFan:arc-weak-clone-pretty, r=cuviper | Matthias Krüger | -14/+11 |
| 2023-12-30 | rc: Take *const T in is_dangling | Taiki Endo | -1/+1 |
| 2023-12-22 | update version placeholders | Pietro Albini | -1/+1 |
| 2023-12-20 | Cleaned up alloc::sync::Weak Clone implementation | JohnTheCoolingFan | -14/+11 |
| 2023-12-10 | Auto merge of #116949 - hamza1311:stablize-arc_unwrap_or_clone, r=dtolnay | bors | -2/+1 |
| 2023-12-07 | Auto merge of #117960 - zhiqiangxu:dry, r=workingjubilee | bors | -5/+3 |
| 2023-12-06 | Don't repeat yourself | zhiqiangxu | -5/+3 |
| 2023-11-28 | Add proper cfgs | r0cky | -0/+1 |
| 2023-10-19 | Stablize arc_unwrap_or_clone | Muhammad Hamza | -2/+1 |
| 2023-10-14 | Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkan | bors | -3/+3 |
| 2023-10-08 | Bump to latest beta | Mark Rousskov | -2/+2 |
| 2023-10-05 | Add more diagnostic items for clippy | Jason Newcomb | -0/+1 |
| 2023-10-03 | Bump version placeholders | Mark Rousskov | -1/+1 |
| 2023-10-02 | Use `addr_eq` in `{Arc,Rc}::ptr_eq` | Scott McMurray | -2/+2 |
| 2023-09-30 | Auto merge of #115546 - SUPERCILEX:patch-2, r=Amanieu | bors | -4/+4 |
| 2023-09-28 | Auto merge of #114041 - nvzqz:nvzqz/shared_from_array, r=dtolnay | bors | -0/+21 |
| 2023-09-16 | Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726 | bors | -0/+2 |
| 2023-09-04 | Weaken needlessly restrictive orderings on Arc::*_count | Alex Saveau | -4/+4 |
| 2023-08-22 | Replace version placeholders with 1.73.0 | Mark Rousskov | -1/+1 |
| 2023-08-18 | relax redundancy constraint | Kyle Lin | -4/+2 |
| 2023-08-13 | core/any: remove Provider trait | wayne warren | -1/+1 |
| 2023-08-06 | Add #[rustc_never_returns_null_ptr] to std functions | est31 | -0/+2 |
| 2023-07-30 | Rollup merge of #95965 - CAD97:const-weak-new, r=workingjubilee | Jubilee | -1/+1 |
| 2023-07-30 | Stabilize const-weak-new | CAD97 | -1/+1 |
| 2023-07-24 | Implement `From<[T; N]>` for `Rc<[T]>` and `Arc<[T]>` | Nikolai Vazquez | -0/+21 |
| 2023-07-18 | Make {Rc,Arc}::allocator associated functions | Mike Hommey | -2/+6 |
| 2023-06-30 | Add support for allocators in `Rc` and `Arc` | Cyborus04 | -1/+1 |
| 2023-06-30 | Add support for allocators in `Rc` and `Arc` | Cyborus04 | -162/+769 |
| 2023-06-21 | Auto merge of #106450 - albertlarsan68:fix-arc-ptr-eq, r=Amanieu | bors | -5/+5 |
| 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 |