| Age | Commit message (Expand) | Author | Lines |
| 2017-01-28 | rustc: move most of lifetime elision to resolve_lifetimes. | Eduard-Mihai Burtescu | -0/+63 |
| 2017-01-26 | Update error code number | Guillaume Gomez | -2/+2 |
| 2017-01-26 | Add a distinct error code and description for "main function has wrong type" | Guillaume Gomez | -0/+24 |
| 2017-01-19 | Rollup merge of #39091 - richard-imaoka:E0491-long-explanation, r=GuillaumeGomez | Guillaume Gomez | -1/+34 |
| 2017-01-17 | Add error explanation for E0491 | Richard S. Imaoka | -1/+34 |
| 2017-01-14 | "where it didn't" -> "but didn't" | Christopher Armstrong | -1/+1 |
| 2017-01-14 | Minor improvement to strange grammar in E0525 | Christopher Armstrong | -2/+1 |
| 2016-12-11 | Expand E0309 explanation with motivating example | Jon Gjengset | -0/+17 |
| 2016-11-10 | rustc: use an Expr instead of a Block for function bodies. | Eduard Burtescu | -114/+0 |
| 2016-10-17 | Auto merge of #36915 - jfirebaugh:E0308-split, r=nikomatsakis | bors | -0/+17 |
| 2016-10-12 | Stabilise `?` | Nick Cameron | -24/+0 |
| 2016-10-03 | Revise long diagnostic | John Firebaugh | -4/+6 |
| 2016-10-02 | Use a distinct error code for "if may be missing an else clause" | John Firebaugh | -0/+15 |
| 2016-08-31 | Warn about multiple conflicting #[repr] hints | Chris Wong | -0/+1 |
| 2016-08-26 | Add E0525 error explanation | Guillaume Gomez | -1/+44 |
| 2016-08-24 | Add E0478 error explanation | Guillaume Gomez | -1/+31 |
| 2016-08-06 | Add E0312 error explanation | Guillaume Gomez | -1/+32 |
| 2016-08-04 | Update wording on E0080 | Shantanu Raj | -1/+1 |
| 2016-06-25 | Fix E0269 error explanation | Guillaume Gomez | -25/+15 |
| 2016-06-21 | Add error code flags | Guillaume Gomez | -43/+59 |
| 2016-06-12 | edit E0453 long explanation for style, clarity, and citizenship | Zack M. Davis | -8/+8 |
| 2016-06-12 | add long explanation for E0453, lint attribute overruled by outer forbid | Zack M. Davis | -1/+45 |
| 2016-06-12 | Fix markdown formatting error of E0277, E0284, E0310, E0502. | kennytm | -2/+4 |
| 2016-05-31 | simplify HR subtyping back to what we did before | Niko Matsakis | -2/+1 |
| 2016-05-31 | make HR algorithms account for region subtyping | Niko Matsakis | -0/+1 |
| 2016-05-30 | Rollup merge of #33914 - GuillaumeGomez:improve_err_expl, r=GuillaumeGomez | Manish Goregaokar | -2/+56 |
| 2016-05-30 | Rollup merge of #33913 - GuillaumeGomez:improve_e0133, r=GuillaumeGomez | Manish Goregaokar | -1/+13 |
| 2016-05-29 | Improve E0161 error explanation | Guillaume Gomez | -2/+1 |
| 2016-05-27 | improve E0152 error explanation | Guillaume Gomez | -0/+11 |
| 2016-05-27 | Improve E0133 error explanation | Guillaume Gomez | -1/+13 |
| 2016-05-27 | Improve E0138 error explanation | Guillaume Gomez | -1/+24 |
| 2016-05-27 | Improve E0137 error explanatIon | Guillaume Gomez | -1/+22 |
| 2016-05-27 | * Fix compile_fail tag (in some cases, it compiled whereas it wasn't expected... | Guillaume Gomez | -1/+3 |
| 2016-05-16 | Auto merge of #33331 - uasi:diag-e0038-typo, r=GuillaumeGomez | bors | -1/+1 |
| 2016-05-03 | Rollup merge of #33324 - birkenfeld:issue-30497, r=GuillaumeGomez | Manish Goregaokar | -1/+11 |
| 2016-05-02 | add borrowck info inline in main snippet | Niko Matsakis | -1/+1 |
| 2016-05-02 | Fix minor typo in E0038 | Tomoki Aonuma | -1/+1 |
| 2016-05-02 | E0269: add suggestion to check for trailing semicolons | Georg Brandl | -1/+11 |
| 2016-04-19 | Check transmutes between types without statically known sizes. | Eduard Burtescu | -0/+26 |
| 2016-04-14 | doc: add missing comma | Tshepang Lekhonkhobe | -1/+1 |
| 2016-04-13 | Auto merge of #32780 - soltanmm:consider-the-following, r=nikomatsakis | bors | -0/+1 |
| 2016-04-13 | Fix obscure compilation error | Masood Malekghassemi | -1/+1 |
| 2016-04-06 | Replace consider_unification_despite_ambiguity with obligation variant | Masood Malekghassemi | -0/+1 |
| 2016-04-05 | improve error message | Ariel Ben-Yehuda | -1/+1 |
| 2016-04-05 | suggest adding a where-clause when that can help | Ariel Ben-Yehuda | -2/+1 |
| 2016-03-31 | Improve E0277 error message in a generic context | Tobias Bucher | -0/+41 |
| 2016-03-30 | move `const_eval` and `check_match` out of `librustc` | Oliver Schneider | -521/+0 |
| 2016-03-23 | Remove ungrammatical dots from the error index. | NODA, Kai | -3/+3 |
| 2016-03-14 | Add E0522 long error explanation | ggomez | -1/+17 |
| 2016-03-15 | Forbid creation of lang item from user code | ggomez | -0/+1 |