| Age | Commit message (Expand) | Author | Lines |
| 2014-07-11 | make walk/visit_mac opt-in only | John Clements | -0/+5 |
| 2014-07-11 | Add scaffolding for assigning alpha-numeric codes to rustc diagnostics | Jakub Wieczorek | -0/+5 |
| 2014-07-08 | auto merge of #15493 : brson/rust/tostr, r=pcwalton | bors | -1/+1 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -1/+1 |
| 2014-07-08 | Change DST syntax: type -> Sized? | Nick Cameron | -2/+2 |
| 2014-07-05 | rustc: Remove CrateId and all related support | Alex Crichton | -25/+8 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -1/+1 |
| 2014-06-25 | auto merge of #15160 : alexcrichton/rust/remove-f128, r=brson | bors | -4/+1 |
| 2014-06-24 | Remove the quad_precision_float feature gate | Alex Crichton | -4/+1 |
| 2014-06-24 | Convert builtin lints to uppercase names for style consistency | Keegan McAllister | -1/+1 |
| 2014-06-24 | Replace enum LintId with an extensible alternative | Keegan McAllister | -1/+1 |
| 2014-06-24 | Move lint.rs out of middle | Keegan McAllister | -1/+1 |
| 2014-06-23 | librustc: Feature gate lang items and intrinsics. | Patrick Walton | -9/+40 |
| 2014-06-22 | librustc: Fix poorly formatted doc in feature_gate | Tom Jakubowski | -1/+1 |
| 2014-06-20 | librustc: Put `#[unsafe_destructor]` behind a feature gate. | Patrick Walton | -0/+12 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -18/+0 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -3/+3 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -0/+18 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -48/+52 |
| 2014-06-10 | auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichton | bors | -7/+3 |
| 2014-06-09 | librustc: Implement sugar for the `FnMut` trait | Patrick Walton | -0/+6 |
| 2014-06-09 | auto merge of #14590 : pcwalton/rust/overloaded-call, r=nick29581 | bors | -0/+4 |
| 2014-06-09 | Implement #[plugin_registrar] | Keegan McAllister | -9/+5 |
| 2014-06-09 | librustc: Implement overloading for the call operator behind a feature | Patrick Walton | -0/+4 |
| 2014-06-08 | Remove the dead code identified by the new lint | Jakub Wieczorek | -7/+3 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -2/+2 |
| 2014-05-24 | Get "make check" to work with unused-attribute | Steven Fackler | -1/+1 |
| 2014-05-24 | First sketch of lint pass | Steven Fackler | -1/+7 |
| 2014-05-24 | Add AttrId to Attribute_ | Steven Fackler | -5/+9 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -1/+3 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -3/+3 |
| 2014-05-20 | Change std inject attributes to outer attributes | Kevin Ballard | -24/+30 |
| 2014-05-14 | libtest: Remove all uses of `~str` from `libtest`. | Patrick Walton | -1/+1 |
| 2014-05-13 | rustc: Make std_inject valid for pretty-printer | klutzy | -3/+25 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-12 | librustc: Remove all uses of `~str` from librustc. | Patrick Walton | -1/+1 |
| 2014-05-11 | Reorganise driver code. | Nick Cameron | -2/+2 |
| 2014-05-08 | Handle more fallout | Kevin Ballard | -3/+3 |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -3/+3 |
| 2014-05-04 | auto merge of #13905 : alexcrichton/rust/issue-13337, r=thestinger | bors | -17/+16 |
| 2014-05-03 | Temporary patch to accept arbitrary lifetimes (behind feature gate) in bound ... | Niko Matsakis | -2/+9 |
| 2014-05-02 | rustc: Remove the session building_library flag | Alex Crichton | -17/+16 |
| 2014-04-28 | auto merge of #13791 : lifthrasiir/rust/mod-inner-span, r=huonw | bors | -0/+3 |
| 2014-04-27 | syntax: `Mod` records the span for inner contents. | Kang Seonghoon | -0/+3 |
| 2014-04-26 | syntax: ViewItemUse no longer contains multiple view paths. | Kang Seonghoon | -13/+11 |
| 2014-04-23 | Allow attributes on match arms | Steven Fackler | -1/+22 |
| 2014-04-23 | auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakis | bors | -9/+9 |
| 2014-04-23 | Fix other bugs with new closure borrowing | Alex Crichton | -9/+9 |
| 2014-04-22 | auto merge of #13398 : nick29581/rust/unsized-enum, r=nikomatsakis | bors | -2/+2 |
| 2014-04-22 | add support for quadruple precision floating point | Daniel Micay | -2/+7 |