| Age | Commit message (Expand) | Author | Lines |
| 2015-07-16 | Rollup merge of #26898 - GuillaumeGomez:fixup, r=eddyb | Manish Goregaokar | -216/+539 |
| 2015-07-14 | Remove macro, import function and enum | Guillaume Gomez | -158/+155 |
| 2015-07-14 | Arguments are now passed directly to the function instead of the enum variants | Guillaume Gomez | -196/+197 |
| 2015-07-14 | End of error code spanning centralization | Guillaume Gomez | -189/+430 |
| 2015-07-13 | Centralize error spaning and add an enum to make this treatment easier | Guillaume Gomez | -59/+80 |
| 2015-07-13 | Remove warnings by centralizing error codes usage | Guillaume Gomez | -42/+63 |
| 2015-07-13 | Update error codes | Guillaume Gomez | -15/+15 |
| 2015-07-13 | Remove unused method | Guillaume Gomez | -21/+11 |
| 2015-07-13 | Add error codes | Guillaume Gomez | -216/+113 |
| 2015-07-12 | Implement RFC 1058 | Simonas Kazlauskas | -5/+5 |
| 2015-07-11 | We just have to replace error codes but code is good now | Guillaume Gomez | -77/+222 |
| 2015-07-10 | Remove token::get_name when unneeded | Guillaume Gomez | -50/+60 |
| 2015-07-08 | Remove a FIXME | Seo Sanghyeon | -5/+0 |
| 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 |