| Age | Commit message (Expand) | Author | Lines |
| 2015-06-19 | rustc_resolve: don't require redundant arguments to resolve_crate. | Eduard Burtescu | -3/+1 |
| 2015-06-18 | Auto merge of #26192 - alexcrichton:features-clean, r=aturon | bors | -2/+2 |
| 2015-06-18 | Auto merge of #26385 - nham:fix_25396, r=alexcrichton | bors | -1/+13 |
| 2015-06-17 | Fix the E0252 error message to use better names for things. | Nick Hamann | -1/+14 |
| 2015-06-17 | collections: Split the `collections` feature | Alex Crichton | -1/+1 |
| 2015-06-17 | alloc: Split apart the global `alloc` feature | Alex Crichton | -1/+1 |
| 2015-06-16 | Fix error message for E0256 in certain cases. | Nick Hamann | -4/+9 |
| 2015-06-11 | Conver reborrows to .iter() calls where appropriate | Joshua Landau | -15/+15 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -1/+1 |
| 2015-06-10 | syntax: move ast_map to librustc. | Eduard Burtescu | -1/+1 |
| 2015-06-07 | Make the maximum edit distance of typo suggestions a function of the typo'd n... | Nick Fitzgerald | -8/+8 |
| 2015-05-27 | Remove #[cfg(stage0)] items. | Eduard Burtescu | -3/+0 |
| 2015-05-21 | Make various fixes: | Niko Matsakis | -1/+1 |
| 2015-05-21 | syntax: parse `const fn` for free functions and inherent methods. | Eduard Burtescu | -2/+2 |
| 2015-05-16 | Auto merge of #25485 - XuefengWu:24968_err_msg_parse_self_type_2, r=nrc | bors | -2/+12 |
| 2015-05-16 | fix typo for copyright year and trait capitalise | Xuefeng Wu | -1/+1 |
| 2015-05-16 | change Self type error message | XuefengWu | -1/+1 |
| 2015-05-16 | more friend error message for in fn arg | Xuefeng Wu | -2/+12 |
| 2015-05-15 | libs: Move favicon URLs to HTTPS | Alex Crichton | -1/+1 |
| 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 |