| Age | Commit message (Expand) | Author | Lines |
| 2017-05-30 | Add new error code | Guillaume Gomez | -1/+18 |
| 2017-05-15 | Remove interior mutability from TraitDef by turning fields into queries. | Michael Woerister | -0/+61 |
| 2017-04-24 | Reorder code, fix unittests | Esteban Küber | -8/+21 |
| 2017-04-23 | Clean up closure type mismatch errors | Esteban Küber | -0/+2 |
| 2017-04-23 | cache ADT dtorck results | Ariel Ben-Yehuda | -0/+1 |
| 2017-04-21 | Implementation of repr struct alignment RFC 1358. | Cameron Hart | -1/+2 |
| 2017-04-18 | comment out removed error codes | Cengiz Can | -52/+2 |
| 2017-04-18 | fixes #40013 | Cengiz Can | -0/+52 |
| 2017-04-16 | rustc_const_eval: move ConstEvalErr to the rustc crate. | Eduard-Mihai Burtescu | -0/+19 |
| 2017-03-27 | Fix broken Markdown and bad links in the error index | Oliver Middleton | -2/+3 |
| 2017-02-28 | Make transmuting from fn item types to pointer-sized types a hard error. | Eduard Burtescu | -0/+62 |
| 2017-02-25 | rustc_const_eval: always demand typeck_tables for evaluating constants. | Eduard-Mihai Burtescu | -73/+0 |
| 2017-02-25 | rustc_typeck: don't use Result for get_type_parameter_bounds and ensure_super... | Eduard-Mihai Burtescu | -0/+17 |
| 2017-02-05 | Auto merge of #38161 - durka:rustdoc-crate-attrs, r=alexcrichton | bors | -1/+1 |
| 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-12-09 | rustdoc: fix doctests with non-feature crate attrs | Alex Burka | -1/+1 |
| 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 |