| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-04-10 | std: Stabilize the Utf8Error type | Alex Crichton | -1/+0 | |
| The meaning of each variant of this enum was somewhat ambiguous and it's uncler that we wouldn't even want to add more enumeration values in the future. As a result this error has been altered to instead become an opaque structure. Learning about the "first invalid byte index" is still an unstable feature, but the type itself is now stable. | ||||
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -4/+4 | |
| This commit cleans out a large amount of deprecated APIs from the standard library and some of the facade crates as well, updating all users in the compiler and in tests as it goes along. | ||||
| 2015-03-16 | extract libcollections tests into libcollectionstest | Jorge Aparicio | -0/+453 | |
