| Age | Commit message (Expand) | Author | Lines |
| 2020-05-27 | Rollup merge of #72533 - Diggsey:db-fix-arc-ub2, r=dtolnay | Dylan DPC | -9/+26 |
| 2020-05-25 | Fix UB in Arc | Diggory Blake | -9/+26 |
| 2020-05-19 | Auto merge of #71447 - cuviper:unsized_cow, r=dtolnay | bors | -0/+16 |
| 2020-05-17 | Auto merge of #72204 - RalfJung:abort, r=Mark-Simulacrum | bors | -0/+5 |
| 2020-05-17 | make abort intrinsic safe, and correct its documentation | Ralf Jung | -0/+5 |
| 2020-05-14 | Auto merge of #71321 - matthewjasper:alloc-min-spec, r=sfackler | bors | -27/+13 |
| 2020-05-14 | Fix Arc::decr_strong_count doc test | Tomasz Miąsko | -3/+5 |
| 2020-05-07 | Rollup merge of #70733 - yoshuawuyts:arc-increment-refcount, r=Mark-Simulacrum | Dylan DPC | -0/+73 |
| 2020-05-07 | Add Arc::{incr,decr}_strong_count | Yoshua Wuyts | -0/+73 |
| 2020-04-26 | Use min_specialization in liballoc | Matthew Jasper | -27/+13 |
| 2020-04-25 | Auto merge of #71556 - Dylan-DPC:rollup-9ll4shr, r=Dylan-DPC | bors | -1/+3 |
| 2020-04-25 | Rollup merge of #71168 - SimonSapin:into_raw_non_null, r=Amanieu | Dylan DPC | -1/+3 |
| 2020-04-25 | Bump bootstrap compiler | Mark Rousskov | -1/+0 |
| 2020-04-23 | Fix doc link errors | Tyler Ruckinger | -1/+1 |
| 2020-04-22 | impl From<Cow> for Rc and Arc | Josh Stone | -0/+16 |
| 2020-04-19 | weak-into-raw: Add {Arc,Rc}::as_ptr | Michal 'vorner' Vaner | -1/+25 |
| 2020-04-15 | Apply suggestions from code review | Simon Sapin | -1/+1 |
| 2020-04-15 | Deprecate `Rc::into_raw_non_null` and `Arc::into_raw_non_null` | Simon Sapin | -0/+2 |
| 2020-04-15 | Deprecate `Box::into_raw_non_null` | Simon Sapin | -1/+1 |
| 2020-04-13 | weak-into-raw: as_raw -> as_ptr + dangling garbage | Michal 'vorner' Vaner | -26/+15 |
| 2020-04-08 | Replace "rc"/"arc" lang items with Rc/Arc diagnostic items. | Eduard-Mihai Burtescu | -1/+2 |
| 2020-04-05 | Stop importing integer modules in liballoc | Linus Färnstrand | -1/+0 |
| 2020-03-28 | Make fields in `MemoryBlock` public | Tim Diekmann | -1/+1 |
| 2020-03-26 | Remove alignment from `MemoryBlock` | Tim Diekmann | -9/+3 |
| 2020-03-26 | Fix issues from review and unsoundness of `RawVec::into_box` | Tim Diekmann | -5/+11 |
| 2020-03-26 | Overhaul of the `AllocRef` trait to match allocator-wg's latest consens | Tim Diekmann | -2/+4 |
| 2020-03-22 | Rollup merge of #68099 - lukaslueg:into_raw_unsafe, r=LukasKalbertodt | Dylan DPC | -5/+18 |
| 2020-03-20 | Make std::sync::Arc compatible with ThreadSanitizer | Tomasz Miąsko | -4/+21 |
| 2020-03-03 | Rollup merge of #69609 - TimDiekmann:excess, r=Amanieu | Yuki Okushi | -1/+1 |
| 2020-03-03 | Remove `usable_size` APIs | Tim Diekmann | -1/+1 |
| 2020-02-28 | Stabilize `boxed_slice_try_from` | Yuki Okushi | -1/+1 |
| 2020-02-07 | Make rc::RcBox and sync::ArcInner repr(C) | Lukas Lueg | -0/+4 |
| 2020-01-28 | Refine [Arc/Rc]::from_raw() docs | Lukas Lueg | -5/+13 |
| 2020-01-27 | Rename `Alloc` to `AllocRef` | Tim Diekmann | -1/+1 |
| 2020-01-16 | Auto merge of #67339 - CAD97:rc-provenance, r=sfackler | bors | -2/+12 |
| 2020-01-10 | Ammend Rc/Arc::from_raw() docs regarding unsafety | Lukas Lueg | -3/+4 |
| 2019-12-22 | Format the world | Mark Rousskov | -95/+56 |
| 2019-12-22 | Rollup merge of #67504 - Mark-Simulacrum:note-data-offset, r=Centril | Mazdak Farrokhzad | -0/+2 |
| 2019-12-21 | Warn against relying on ?Sized being last | Mark Rousskov | -0/+2 |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -4/+4 |
| 2019-12-17 | Add internal safety docs to (A)Rc::into_raw | CAD97 | -0/+5 |
| 2019-12-16 | Rollup merge of #65778 - bdonlan:stable_weak_count, r=dtolnay | Mazdak Farrokhzad | -25/+15 |
| 2019-12-15 | Use pointer offset instead of deref for A/Rc::into_raw | cad97 | -2/+7 |
| 2019-12-14 | Bump Weak::strong_count/weak_count stabilizations from 1.40 to 1.41 | David Tolnay | -2/+2 |
| 2019-12-05 | Rollup merge of #66710 - vorner:weak-into-raw-null-docs, r=dtolnay | Mazdak Farrokhzad | -10/+14 |
| 2019-12-05 | weak-into-raw: Clarify some details in Safety | Michal 'vorner' Vaner | -10/+14 |
| 2019-12-03 | Auto merge of #66256 - CAD97:patch-2, r=RalfJung | bors | -1/+1 |
| 2019-11-26 | Rollup merge of #66128 - emilio:new-zeroed, r=SimonSapin | Tyler Mandry | -0/+29 |
| 2019-11-21 | Make Weak::weak_count() return zero when no strong refs remain | Bryan Donlan | -23/+13 |
| 2019-11-21 | Stabilize `std::{rc,sync}::Weak::{weak_count, strong_count}` | Bryan Donlan | -2/+2 |