| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-09-22 | Update library functions with stability attributes | Dylan MacKenzie | -0/+2 | |
| This may not be strictly minimal, but all unstable functions also need a `rustc_const_unstable` attribute. | ||||
| 2020-08-31 | Make `cow_is_borrowed` methods const | CDirkx | -2/+2 | |
| Constify the following methods of `alloc::borrow::Cow`: - `is_borrowed` - `is_owned` These methods are still unstable under `cow_is_borrowed`. Possible because of #49146 (Allow if and match in constants). Tracking issue: #65143 | ||||
| 2020-07-27 | mv std libs to library/ | mark | -0/+476 | |
