| Age | Commit message (Expand) | Author | Lines |
| 2017-03-27 | borrowck: consolidate `mut` suggestions | Ariel Ben-Yehuda | -3/+3 |
| 2017-02-28 | kill the code path for E0388 | Niko Matsakis | -21/+1 |
| 2016-08-07 | Update librustc_borrowck error codes check | Guillaume Gomez | -108/+109 |
| 2016-08-06 | Add E0388 error explanation | Guillaume Gomez | -1/+24 |
| 2016-06-12 | Auto merge of #34133 - m-decoster:master, r=GuillaumeGomez | bors | -2/+100 |
| 2016-06-12 | Add explanation for E0503 | Mathieu De Coster | -1/+56 |
| 2016-06-12 | Add explanation for E0508 | Mathieu De Coster | -1/+44 |
| 2016-06-12 | Fix markdown formatting error of E0277, E0284, E0310, E0502. | kennytm | -0/+3 |
| 2016-05-27 | * Fix compile_fail tag (in some cases, it compiled whereas it wasn't expected... | Guillaume Gomez | -1/+1 |
| 2016-05-19 | Rollup merge of #33353 - timothy-mcroy:E0502, r=sanxiyn | Manish Goregaokar | -1/+27 |
| 2016-05-17 | Add descriptive error explanation for E0502 | Timothy McRoy | -1/+27 |
| 2016-05-16 | Add missing code fence to `diagnostics.rs` | Andrew Paseltiner | -0/+1 |
| 2016-05-15 | Rollup merge of #33533 - GuillaumeGomez:add_E0500, r=steveklabnik | Manish Goregaokar | -1/+47 |
| 2016-05-11 | Add detailed error explanation for E0505 | billyevans | -1/+79 |
| 2016-05-11 | Rollup merge of #33386 - cramertj:E0504, r=steveklabnik | Steve Klabnik | -1/+104 |
| 2016-05-11 | Add E0500 error explanation | ggomez | -1/+47 |
| 2016-05-09 | Rollup merge of #33383 - cramertj:E0509, r=Manishearth | Manish Goregaokar | -1/+95 |
| 2016-05-09 | Add detailed error explanation for E0504 | Taylor Cramer | -1/+104 |
| 2016-05-07 | Rollup merge of #33412 - cramertj:E0389, r=Manishearth | Steve Klabnik | -1/+64 |
| 2016-05-06 | Add detailed error explanation for E0389 | Taylor Cramer | -1/+64 |
| 2016-05-06 | Add detailed error explanation for E0509 | Taylor Cramer | -1/+95 |
| 2016-05-04 | Add detailed error explanation for E0506 | Taylor Cramer | -1/+84 |
| 2016-05-03 | Rollup merge of #33294 - timothy-mcroy:E0501, r=GuillaumeGomez | Manish Goregaokar | -1/+76 |
| 2016-05-02 | add borrowck info inline in main snippet | Niko Matsakis | -0/+1 |
| 2016-05-01 | Add error explanation for E0501 | Timothy McRoy | -1/+76 |
| 2016-02-15 | Global error explanations improvements | ggomez | -6/+14 |
| 2016-02-07 | Update long error explanations | Guillaume Gomez | -12/+25 |
| 2016-01-28 | Improve message for rustc --explain E0507 | Ruud van Asseldonk | -0/+27 |
| 2016-01-23 | Rollup merge of #31050 - apasel422:issue-31048, r=Manishearth | Steve Klabnik | -1/+1 |
| 2016-01-20 | Correct code in E0382 explanation | Andrew Paseltiner | -1/+1 |
| 2016-01-17 | Add E0507 error explanation | Guillaume Gomez | -1/+88 |
| 2015-09-19 | Add librustc_trans error codes | Guillaume Gomez | -1/+1 |
| 2015-09-18 | Add url to rust-book | Guillaume Gomez | -7/+11 |
| 2015-09-16 | Add error codes for librustc_borrowck | Guillaume Gomez | -2/+36 |
| 2015-08-13 | Auto merge of #27758 - nathankleyn:diagnostics-386, r=Manishearth | bors | -1/+30 |
| 2015-08-13 | Improve interior mutability example for E0386. | Nathan Kleyn | -1/+2 |
| 2015-08-13 | Add details about types with interior mutability to E0386. | Nathan Kleyn | -0/+8 |
| 2015-08-13 | Add detailed diagnostics for E0386. | Nathan Kleyn | -1/+21 |
| 2015-08-13 | Improve code examples for E0383 long diagnostic. | Nathan Kleyn | -10/+7 |
| 2015-08-13 | Add detailed diagnostics for E0383. | Nathan Kleyn | -1/+24 |
| 2015-08-11 | rollup merge of #27605: AlisdairO/diagnostics387 | Alex Crichton | -1/+54 |
| 2015-08-10 | fix import nit for long diagnostics on E0387 | Alisdair Owens | -1/+3 |
| 2015-08-10 | add info about cell types to diagnostic message E0387 | Alisdair Owens | -2/+18 |
| 2015-08-08 | add long diagnostics for E0382 | Alisdair Owens | -1/+63 |
| 2015-08-08 | add diagnostics for E0387 | Alisdair Owens | -1/+36 |
| 2015-08-02 | Added error explanation for E0384. | Agoston Szepessy | -1/+22 |
| 2015-07-23 | Add long diagnostics for E0373 | Alisdair Owens | -1/+50 |
| 2015-05-26 | Convert 15 diagnostics to have error codes (E0380-E0394). | Nick Hamann | -1/+26 |
| 2015-04-30 | Add metadata output to the diagnostics system. | Michael Sproul | -2/+0 |
| 2015-04-10 | Improve error message where a closure escapes fn while trying to borrow | Niko Matsakis | -0/+17 |