| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -2/+2 | |
| 2015-02-17 | std: Rename io/path features with old_ prefix | Alex Crichton | -1/+1 | |
| This commit renames the features for the `std::old_io` and `std::old_path` modules to `old_io` and `old_path` to help facilitate migration to the new APIs. This is a breaking change as crates which mention the old feature names now need to be renamed to use the new feature names. [breaking-change] | ||||
| 2015-02-08 | Rename Show to Debug, String to Display | Alexander Korolkov | -2/+2 | |
| Update reference.md: - derive() no longer supports Zero trait - derive() now supports Copy trait | ||||
| 2015-02-03 | Rename std::path to std::old_path | Aaron Turon | -0/+923 | |
| As part of [RFC 474](https://github.com/rust-lang/rfcs/pull/474), this commit renames `std::path` to `std::old_path`, leaving the existing path API in place to ease migration to the new one. Updating should be as simple as adjusting imports, and the prelude still maps to the old path APIs for now. [breaking-change] | ||||
