| Age | Commit message (Expand) | Author | Lines |
| 2015-05-14 | Rollup merge of #25398 - nham:E0066_E0069, r=huonw | Manish Goregaokar | -6/+84 |
| 2015-05-14 | Improve examples in the E0255/E0256 error explanations. | Nick Hamann | -5/+5 |
| 2015-05-14 | Add error explanations for E0053, E0251, E0252, E0255, E0256, E0368. | Nick Hamann | -6/+84 |
| 2015-05-14 | Auto merge of #25065 - quantheory:fix_associated_const_ambiguity_message, r=n... | bors | -2/+5 |
| 2015-05-13 | Allow `T::C` syntax in match patterns to refer to trait-assosociated constants. | Sean Patrick Santos | -2/+5 |
| 2015-05-13 | Markdown formatting for error explanations. | Ricardo Martins | -0/+5 |
| 2015-05-12 | Rollup merge of #25267 - meqif:explain_e0317, r=alexcrichton | Manish Goregaokar | -4/+104 |
| 2015-05-12 | Auto merge of #25171 - quantheory:associated_time_long_paths, r=nikomatsakis | bors | -10/+13 |
| 2015-05-12 | Auto merge of #24818 - tbelaire:double-import, r=nrc | bors | -12/+19 |
| 2015-05-11 | Add missing keyword in `extern crate` declarations. | Ricardo Martins | -7/+7 |
| 2015-05-11 | Improve wording in error explanation. | Ricardo Martins | -2/+2 |
| 2015-05-10 | Add error explanation for E0260. | Ricardo Martins | -1/+34 |
| 2015-05-10 | Add error explanation for E0259. | Ricardo Martins | -1/+20 |
| 2015-05-10 | Add error explanation for E0154. | Ricardo Martins | -1/+32 |
| 2015-05-10 | Fix documentation URL in diagnostic message. | Ricardo Martins | -1/+1 |
| 2015-05-10 | Add error explanation for E0317. | Ricardo Martins | -1/+18 |
| 2015-05-07 | Fix use of UFCS syntax to call methods on associated types. | Sean Patrick Santos | -10/+13 |
| 2015-05-01 | Fixed some nits | Theo Belaire | -8/+5 |
| 2015-04-30 | Auto merge of #24884 - michaelsproul:extended-errors, r=nrc | bors | -2/+5 |
| 2015-04-30 | Add metadata output to the diagnostics system. | Michael Sproul | -2/+5 |
| 2015-04-29 | Fallout | Tamir Duberstein | -26/+50 |
| 2015-04-25 | Fixed types, and slimmed down code | Theo Belaire | -12/+4 |
| 2015-04-25 | Maybe it works | Theo Belaire | -3/+13 |
| 2015-04-25 | Now passing in the ImportResolver to check_conflict... | Theo Belaire | -17/+14 |
| 2015-04-25 | First attempt at fixing #20591 | Theo Belaire | -0/+11 |
| 2015-04-23 | Get associated consts working in match patterns. | Sean Patrick Santos | -67/+158 |
| 2015-04-23 | Functional changes for associated constants. Cross-crate usage of associated ... | Sean Patrick Santos | -10/+32 |
| 2015-04-23 | Structural changes for associated constants | Sean Patrick Santos | -4/+15 |
| 2015-04-21 | Change a few error messages to give code suggestions | P1start | -2/+2 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -2/+2 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -4/+4 |
| 2015-04-14 | Expose visibility for fns in syntax::visit | Nick Cameron | -2/+2 |
| 2015-04-07 | Work with assoc types in a super trait. | Nick Cameron | -6/+6 |
| 2015-04-03 | Check uses of `Self` in impls in the compiler rather than during expansion | Nick Cameron | -83/+94 |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -13/+13 |
| 2015-04-01 | Fallout out rustc | Niko Matsakis | -13/+13 |
| 2015-04-01 | Tidying up and reformatting | Nick Cameron | -53/+41 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -2/+2 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -2/+2 |
| 2015-03-27 | Test fixes and rebase conflicts, round 1 | Alex Crichton | -1/+0 |
| 2015-03-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -13/+10 |
| 2015-03-27 | default => or_insert per RFC | Alexis Beingessner | -6/+2 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -9/+8 |
| 2015-03-25 | rustc: Remove support for int/uint | Alex Crichton | -4/+2 |
| 2015-03-20 | Future-proof indexing on maps: remove IndexMut | Aaron Turon | -2/+2 |
| 2015-03-18 | Fix private module loophole in the 'private type in public item' check | Nick Cameron | -3/+3 |
| 2015-03-16 | Reviewer changes | Nick Cameron | -1/+1 |
| 2015-03-16 | resolve: factor out resolve imports to its own module | Nick Cameron | -1063/+1118 |
| 2015-03-16 | Error if `pub use` references a private item. | Nick Cameron | -5/+31 |
| 2015-03-16 | Misc tidy ups in resolve | Nick Cameron | -63/+56 |