| Age | Commit message (Expand) | Author | Lines |
| 2024-03-05 | Rollup merge of #121287 - zachs18:rc-into-raw-must-use, r=cuviper | Matthias Krüger | -1/+2 |
| 2024-03-05 | Rollup merge of #121213 - Takashiidobe:takashi/example-for-rc-into-inner, r=c... | Matthias Krüger | -0/+15 |
| 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/+2 |
| 2024-02-16 | Add an example to demonstrate how Rc::into_inner works | Takashiidobe | -0/+15 |
| 2024-02-15 | Rollup merge of #120449 - udoprog:document-unsized-rc-arc-from-raw, r=m-ou-se | Guillaume Gomez | -13/+61 |
| 2024-01-29 | Rollup merge of #120266 - steffahn:a_rc_into_inner_docs, r=Mark-Simulacrum | Dylan DPC | -2/+5 |
| 2024-01-28 | Fix doctest | John-John Tedro | -2/+3 |
| 2024-01-28 | Replicate documentation in {Rc,Arc}::from_raw_in | John-John Tedro | -9/+34 |
| 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 | -11/+16 |
| 2024-01-23 | Improve documentation for [A]Rc::into_inner | Frank Steffahn | -2/+5 |
| 2024-01-23 | Auto merge of #119892 - joboet:libs_use_assert_unchecked, r=Nilstrieb,cuviper | bors | -2/+3 |
| 2024-01-13 | libs: use `assert_unchecked` instead of intrinsic | joboet | -2/+3 |
| 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 | -11/+16 |
| 2023-12-30 | rc: Take *const T in is_dangling | Taiki Endo | -2/+2 |
| 2023-12-22 | 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-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-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-08-22 | Replace version placeholders with 1.73.0 | Mark Rousskov | -1/+1 |
| 2023-08-06 | Add #[rustc_never_returns_null_ptr] to std functions | est31 | -0/+2 |
| 2023-08-03 | Fix documentation of Rc as From<Vec<T>> | July Tikhonov | -3/+3 |
| 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 | -138/+749 |
| 2023-06-21 | Auto merge of #106450 - albertlarsan68:fix-arc-ptr-eq, r=Amanieu | bors | -5/+5 |
| 2023-06-19 | Introduce `alloc::::UniqueRc` | Eric Holk | -3/+139 |
| 2023-06-16 | remove box_free and replace with drop impl | DrMeepster | -9/+7 |
| 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 | -12/+10 |
| 2023-03-23 | Stabilize `arc_into_inner` and `rc_into_inner`. | Frank Steffahn | -3/+3 |
| 2023-03-15 | unequal → not equal | gimbles | -2/+2 |