| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-29 | Simplify implementations of `AllocRef` for `Global` and `System` | Tim Diekmann | -71/+70 | |
| 2020-07-29 | Remove deprecated unstable `{Box,Rc,Arc}::into_raw_non_null` functions | Simon Sapin | -91/+1 | |
| FCP: https://github.com/rust-lang/rust/issues/47336#issuecomment-619369613 | ||||
| 2020-07-29 | Stabilize `Vec::leak` | Simon Sapin | -3/+1 | |
| 2020-07-29 | Make `Vec::leak` a method instead of an associated function. | Simon Sapin | -3/+3 | |
| The reason for `Box::leak` not to be a method (`Deref` to an arbitrary `T` which might have its own, different `leak` method) does not apply. | ||||
| 2020-07-29 | Link to syntax section when referencing it | Tomasz Miąsko | -1/+1 | |
| 2020-07-29 | Explain why inline default ToString impl | Lzu Tao | -0/+3 | |
| 2020-07-28 | Remove into_slices and its unsafe block | Stein Somers | -10/+3 | |
| 2020-07-28 | Stabilize deque_make_contiguous | Jon Gjengset | -5/+8 | |
| Closes #70929. | ||||
| 2020-07-28 | Remove in-place allocation and revert to separate methods for zeroed allocations | Tim Diekmann | -93/+105 | |
| Fix docs | ||||
| 2020-07-28 | Add str::[r]split_once | Aleksey Kladov | -0/+25 | |
| This is useful for quick&dirty parsing of key: value config pairs | ||||
| 2020-07-28 | Don't use "weak count" around Weak::from_raw_ptr | Michal 'vorner' Vaner | -20/+22 | |
| 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/+44206 | |
