| Age | Commit message (Expand) | Author | Lines |
| 2016-02-15 | Global error explanations improvements | ggomez | -85/+162 |
| 2016-02-09 | Update Makefile | Guillaume Gomez | -9/+9 |
| 2016-02-07 | Update long error explanations | Guillaume Gomez | -115/+203 |
| 2016-01-29 | Add check for unused error codes | ggomez | -4/+4 |
| 2016-01-21 | move more checks out of librustc | Oliver Schneider | -540/+0 |
| 2016-01-16 | Auto merge of #30533 - nikomatsakis:fulfillment-tree, r=aturon | bors | -0/+37 |
| 2016-01-16 | Detect cycles and specialize error reporting for Sized. It is important | Niko Matsakis | -0/+37 |
| 2016-01-15 | move const block checks before lowering step | Oliver Schneider | -34/+0 |
| 2016-01-07 | Expand EO308 to mention try! | Steve Klabnik | -0/+24 |
| 2016-01-02 | Auto merge of #30264 - GuillaumeGomez:patch-5, r=Manishearth | bors | -3/+3 |
| 2015-12-31 | Auto merge of #28469 - DenisKolodin:master, r=steveklabnik | bors | -1/+40 |
| 2015-12-16 | Remove rogue I | Jake Goulding | -1/+1 |
| 2015-12-14 | E0283 error explain | Denis Kolodin | -1/+40 |
| 2015-12-09 | Add E0269 error explanation | Guillaume Gomez | -1/+35 |
| 2015-12-09 | Rollup merge of #30201 - GuillaumeGomez:patch-3, r=Manishearth | Steve Klabnik | -2/+18 |
| 2015-12-08 | Unused error codes | Guillaume Gomez | -3/+3 |
| 2015-12-07 | Add E0264 error explanation | Guillaume Gomez | -1/+25 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -1/+0 |
| 2015-12-04 | Add E0452 error explanation | Guillaume Gomez | -2/+18 |
| 2015-12-03 | Add E0400 error explanation | Guillaume Gomez | -1/+44 |
| 2015-11-30 | Reword E0492 | Guillaume Gomez | -3/+3 |
| 2015-11-29 | Add E0492 error explanation | Guillaume Gomez | -19/+79 |
| 2015-11-28 | Add E0498 error explanation | Guillaume Gomez | -0/+18 |
| 2015-11-26 | split the metadata code into rustc_metadata | Ariel Ben-Yehuda | -60/+0 |
| 2015-11-26 | move librustc/plugin to librustc_plugin | Ariel Ben-Yehuda | -1/+0 |
| 2015-11-22 | Auto merge of #29716 - Manishearth:repr-error, r=Gankro | bors | -0/+73 |
| 2015-11-22 | Improve transmute diagnostics with a note about destructors | Manish Goregaokar | -0/+3 |
| 2015-11-20 | Add E0517, E0518 for repr() errors | Manish Goregaokar | -0/+73 |
| 2015-10-06 | Add error explanation for E0496 | Guillaume Gomez | -1/+33 |
| 2015-09-29 | store the rustc version in metadata and check it | Ariel Ben-Yehuda | -0/+1 |
| 2015-09-20 | Don't recommend const fns on a stable build without a note about nightlies | Manish Goregaokar | -2/+10 |
| 2015-09-16 | Auto merge of #28353 - GuillaumeGomez:error_codes, r=Manishearth | bors | -2/+153 |
| 2015-09-16 | End of adding error codes in librustc | Guillaume Gomez | -0/+69 |
| 2015-09-13 | ensure projections are prohibited when type parameters are | Ariel Ben-Yehuda | -0/+1 |
| 2015-09-13 | Add part of new error codes in librustc | Guillaume Gomez | -2/+84 |
| 2015-09-05 | Add erroneous code example for E0010 | Guillaume Gomez | -3/+15 |
| 2015-09-04 | Add span_help for E0002 | Guillaume Gomez | -1/+1 |
| 2015-08-29 | add diagnostics for E0281 | Alisdair Owens | -1/+20 |
| 2015-08-25 | Rollup merge of #27988 - nagisa:diags-e0139, r=brson | Steve Klabnik | -3/+1 |
| 2015-08-25 | Fix E0139 code | Simonas Kazlauskas | -3/+1 |
| 2015-08-19 | doc: improve E0133 explanation | Tshepang Lekhonkhobe | -3/+8 |
| 2015-08-06 | use VariantDef instead of struct_fields | Ariel Ben-Yehuda | -59/+0 |
| 2015-07-30 | Rollup merge of #27352 - nagisa:illegal-to-invalid-docs, r=steveklabnik | Manish Goregaokar | -3/+3 |
| 2015-07-28 | Replace occurences of illegal in user facing docs | Simonas Kazlauskas | -3/+3 |
| 2015-07-27 | Auto merge of #26876 - liigo:patch-3, r=Gankro | bors | -0/+3 |
| 2015-07-25 | Address comments | Manish Goregaokar | -20/+28 |
| 2015-07-25 | Add long diagnostic for E0276 | Manish Goregaokar | -1/+22 |
| 2015-07-25 | Add long diagnostic explanation for E0275 | Manish Goregaokar | -1/+23 |
| 2015-07-25 | Add long diagnostics for E0272-274 (on_unimplemented) | Manish Goregaokar | -4/+77 |
| 2015-07-25 | Add E0270 | Manish Goregaokar | -17/+87 |