| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -15/+15 | |
| 2015-02-03 | Rename std::path to std::old_path | Aaron Turon | -0/+4600 | |
| 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] | ||||
