| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-03-05 | Rename the feature gate for alloc::prelude | Simon Sapin | -7/+8 | |
| … to separate it from that of the crate. New tracking issue: https://github.com/rust-lang/rust/issues/58935 | ||||
| 2019-03-05 | Move alloc::prelude::* to alloc::prelude::v1, make alloc a subset of std | Simon Sapin | -0/+26 | |
| This was one of the unresolved questions of https://github.com/rust-lang/rfcs/pull/2480. As the RFC says this is maybe not useful in the sense that we are unlikely to ever have a second version, but making the crate a true subset makes one less issue to think about if we stabilize it and later want to merge standard library crates and have Cargo feature flags to enable or disable parts of the `std` crate. See also discussion in https://github.com/rust-lang/rust/pull/58175 | ||||
