| Age | Commit message (Expand) | Author | Lines |
| 2024-06-16 | Update `Arc::try_unwrap()` docs | lukaslueg | -9/+12 |
| 2024-06-11 | replace version placeholder | Pietro Albini | -3/+3 |
| 2024-06-05 | Rollup merge of #123168 - joshtriplett:size-of-prelude, r=Amanieu | Jubilee | -2/+0 |
| 2024-05-20 | Rollup merge of #125283 - zachs18:arc-default-shared, r=dtolnay | Matthias Krüger | -31/+56 |
| 2024-05-20 | Rollup merge of #125093 - zachs18:rc-into-raw-with-allocator-only, r=Mark-Sim... | Matthias Krüger | -0/+67 |
| 2024-05-19 | Fix typo in assert message | Zachary S | -1/+1 |
| 2024-05-19 | cfg-out unused code under no_global_oom_handling | Zachary S | -0/+1 |
| 2024-05-19 | fmt | Zachary S | -5/+6 |
| 2024-05-19 | Fix stacked borrows violation | Zachary S | -1/+5 |
| 2024-05-19 | Use a single static for all default slice Arcs. | Zachary S | -29/+48 |
| 2024-05-16 | Access alloc field directly in Arc/Rc::into_raw_with_allocator. | Zachary S | -2/+2 |
| 2024-05-13 | Add fn into_raw_with_allocator to Rc/Arc/Weak. | Zachary S | -0/+67 |
| 2024-05-13 | Add `size_of`, `size_of_val`, `align_of`, and `align_of_val` to the prelude | Josh Triplett | -2/+0 |
| 2024-05-12 | Use shared statics for the ArcInner for Arc<str, CStr>::default, and for Arc<... | Zachary S | -1/+51 |
| 2024-05-12 | Add note about possible allocation-sharing to Arc/Rc<str/[T]/CStr>::default. | Zachary S | -0/+4 |
| 2024-05-12 | added Default impls | Billy Sheppard | -0/+21 |
| 2024-05-10 | Relax A: Clone requirement on Rc/Arc::unwrap_or_clone. | Zachary S | -0/+2 |
| 2024-05-10 | Relax allocator requirements on some Rc APIs. | Zachary S | -7/+7 |
| 2024-05-10 | Add fn allocator method to rc/sync::Weak. Relax Rc<T>/Arc<T>::allocator to al... | Zachary S | -10/+18 |
| 2024-04-12 | Auto merge of #120092 - zetanumbers:pin_in_static_allocator, r=Amanieu | bors | -2/+8 |
| 2024-04-07 | make a doctest less slow in Miri | Ralf Jung | -1/+3 |
| 2024-03-25 | Require DerefPure for patterns | Michael Goulet | -1/+4 |
| 2024-03-19 | SeqCst->Relaxed in doc examples. | Mara Bos | -1/+1 |
| 2024-03-05 | Rollup merge of #121287 - zachs18:rc-into-raw-must-use, r=cuviper | Matthias Krüger | -1/+1 |
| 2024-02-24 | library: use `addr_of!` | Pavel Grigorenko | -2/+2 |
| 2024-02-21 | rename ptr::invalid -> ptr::without_provenance | Ralf Jung | -2/+6 |
| 2024-02-18 | Clarify/add `must_use` message for Rc/Arc/Weak::into_raw. | Zachary S | -1/+1 |
| 2024-02-15 | Rollup merge of #120449 - udoprog:document-unsized-rc-arc-from-raw, r=m-ou-se | Guillaume Gomez | -13/+61 |
| 2024-01-30 | Rollup merge of #120445 - Nemo157:arc-plug, r=Mark-Simulacrum | Guillaume Gomez | -24/+20 |
| 2024-01-29 | Rollup merge of #120266 - steffahn:a_rc_into_inner_docs, r=Mark-Simulacrum | Dylan DPC | -3/+7 |
| 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 |