| Age | Commit message (Expand) | Author | Lines |
| 2023-12-21 | update version placeholders | Pietro Albini | -1/+1 |
| 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 |
| 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 |