| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-30 | Rollup merge of #74782 - vorner:weak-into-raw-cnt-doc, r=dtolnay | Manish Goregaokar | -11/+11 | |
| Don't use "weak count" around Weak::from_raw_ptr As `Rc/Arc::weak_count` returns 0 when having no strong counts, this could be confusing and it's better to avoid using that completely. Closes #73840. | ||||
| 2020-07-29 | Remove deprecated unstable `{Box,Rc,Arc}::into_raw_non_null` functions | Simon Sapin | -23/+0 | |
| FCP: https://github.com/rust-lang/rust/issues/47336#issuecomment-619369613 | ||||
| 2020-07-28 | Don't use "weak count" around Weak::from_raw_ptr | Michal 'vorner' Vaner | -11/+11 | |
| As `Rc/Arc::weak_count` returns 0 when having no strong counts, this could be confusing and it's better to avoid using that completely. Closes #73840. | ||||
| 2020-07-27 | mv std libs to library/ | mark | -0/+2294 | |
