| Age | Commit message (Expand) | Author | Lines |
| 2014-06-25 | auto merge of #15160 : alexcrichton/rust/remove-f128, r=brson | bors | -1/+0 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -1/+1 |
| 2014-06-24 | Remove the quad_precision_float feature gate | Alex Crichton | -1/+0 |
| 2014-06-24 | Convert builtin lints to uppercase names for style consistency | Keegan McAllister | -3/+3 |
| 2014-06-24 | Replace enum LintId with an extensible alternative | Keegan McAllister | -4/+4 |
| 2014-06-24 | Move lint.rs out of middle | Keegan McAllister | -1/+1 |
| 2014-06-23 | rustc: catch `impl X for Y` where X is not a trait in resolve. | Kevin Butler | -2/+25 |
| 2014-06-23 | rustc: catch non-trait methods before typeck. | Kevin Butler | -0/+18 |
| 2014-06-18 | rustc: reduce redundant resolve errors. | Kevin Butler | -121/+133 |
| 2014-06-17 | rustc: Add self/super hint for extern crate resolve errors. | Kevin Butler | -26/+56 |
| 2014-06-16 | rustc: Improve span for error about using a method as a field. | Kevin Butler | -1/+1 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -38/+0 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -1/+1 |
| 2014-06-13 | Introduce VecPerParamSpace and use it to represent sets of types and | Niko Matsakis | -51/+42 |
| 2014-06-13 | auto merge of #14831 : alexcrichton/rust/format-intl, r=brson | bors | -3/+41 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -3/+41 |
| 2014-06-11 | librustc: Forbid identifiers that shadow in the same pattern in let | Patrick Walton | -42/+28 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -48/+48 |
| 2014-06-10 | auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichton | bors | -10/+3 |
| 2014-06-09 | librustc: Implement sugar for the `FnMut` trait | Patrick Walton | -4/+10 |
| 2014-06-08 | Remove the dead code identified by the new lint | Jakub Wieczorek | -10/+3 |
| 2014-06-06 | Fix resolve to not permit refs to type vars from outer fns | Niko Matsakis | -12/+21 |
| 2014-06-06 | Move Def out of syntax crate, where it does not belong | Niko Matsakis | -12/+13 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -1/+1 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -8/+8 |
| 2014-05-30 | librustc: Fix snake case errors. | Kevin Butler | -90/+85 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -10/+10 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -4/+4 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -11/+11 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -69/+93 |
| 2014-05-20 | rustc: Fix a dynamic borrow error in resolve | Alex Crichton | -1/+1 |
| 2014-05-20 | rustc: Better resolve errors for &T, &mut T, remove failure condition. | Kevin Butler | -18/+39 |
| 2014-05-17 | auto merge of #14253 : alexcrichton/rust/issue-14221, r=pcwalton | bors | -32/+16 |
| 2014-05-17 | auto merge of #14239 : alexcrichton/rust/issue-14225, r=huonw | bors | -2/+2 |
| 2014-05-16 | rustc: Stop leaking enum variants into children | Alex Crichton | -32/+16 |
| 2014-05-16 | rustc: Stop calling error! in resolve | Alex Crichton | -2/+2 |
| 2014-05-15 | rustc: Fix shadowing private import with reexport | Alex Crichton | -1/+4 |
| 2014-05-14 | rustc: Improve error messages for resolve failures. | Kevin Butler | -112/+250 |
| 2014-05-12 | librustc: Remove all uses of `~str` from librustc. | Patrick Walton | -40/+63 |
| 2014-05-08 | auto merge of #14001 : alexcrichton/rust/issue-11680, r=pcwalton | bors | -6/+8 |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -2/+2 |
| 2014-05-06 | rustc: Fix enum variant privacy across crates | Alex Crichton | -6/+8 |
| 2014-05-04 | auto merge of #13898 : nikomatsakis/rust/type-bounds-b, r=acrichto | bors | -1/+2 |
| 2014-05-03 | Temporary patch to accept arbitrary lifetimes (behind feature gate) in bound ... | Niko Matsakis | -1/+2 |
| 2014-05-02 | Provide a note if method lookup fails and there are static definitions with t... | Kevin Butler | -19/+21 |
| 2014-04-26 | syntax: ViewItemUse no longer contains multiple view paths. | Kang Seonghoon | -75/+71 |
| 2014-04-24 | Calibrate span for method call error messages | Edward Wang | -1/+1 |
| 2014-04-22 | auto merge of #13398 : nick29581/rust/unsized-enum, r=nikomatsakis | bors | -4/+3 |
| 2014-04-22 | add support for quadruple precision floating point | Daniel Micay | -0/+1 |