| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-05-06 | kill the old auxiliary directory | Niko Matsakis | -53/+0 | |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -5/+5 | |
| Now that support has been removed, all lingering use cases are renamed. | ||||
| 2014-08-14 | libsyntax: Accept `use foo as bar;` in lieu of `use bar as foo;` | Patrick Walton | -1/+1 | |
| The old syntax will be removed after a snapshot. RFC #47. Issue #16461. | ||||
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -1/+1 | |
| [breaking-change] | ||||
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -2/+2 | |
| [breaking-change] | ||||
| 2014-05-14 | test: Remove all uses of `~str` from the test suite. | Patrick Walton | -3/+3 | |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -1/+1 | |
| 2013-08-12 | Forbid pub/priv where it has no effect | Alex Crichton | -4/+4 | |
| Closes #5495 | ||||
| 2013-06-04 | libsyntax: Remove `pub impl` from the language | Patrick Walton | -2/+2 | |
| 2013-06-01 | Reexport static methods on structs & enums. | Tom Lee | -0/+53 | |
