| Age | Commit message (Expand) | Author | Lines |
| 2017-10-10 | Moved remaining AST-borrowck diagnostic definitions to `rustc_mir` crate. | Felix S. Klock II | -469/+0 |
| 2017-10-04 | Move E0509 diagnostic into mod borrowck_errors shared between ast- and mir-bo... | Felix S. Klock II | -95/+0 |
| 2017-10-04 | Move E0508 diagnostic into mod borrowck_errors shared between ast- and mir-bo... | Felix S. Klock II | -45/+0 |
| 2017-10-04 | Move E0507 diagnostic into mod borrowck_errors shared between ast- and mir-bo... | Felix S. Klock II | -126/+0 |
| 2017-09-29 | mir-borrowck: Factorize error message for `cannot_assign_static()` between AS... | Basile Desloges | -1/+0 |
| 2017-08-18 | Fix a diagnostic | Alex Crichton | -1/+1 |
| 2017-08-16 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -550/+0 |
| 2017-08-16 | Move borrowck error msg construction to module in `rustc_mir` (for later reus... | Felix S. Klock II | -550/+0 |
| 2017-08-09 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -1/+18 |
| 2017-07-30 | extended info for E0595 closure cannot mutate immutable local variable | Zack M. Davis | -1/+18 |
| 2017-07-29 | Use a free error code | Alex Crichton | -3/+3 |
| 2017-07-28 | Fix error message tests again | John Kåre Alsaker | -5/+5 |
| 2017-07-28 | Fix error message tests | John Kåre Alsaker | -0/+5 |
| 2017-07-28 | Fix error message tests | John Kåre Alsaker | -0/+5 |
| 2017-07-28 | change how we report `err_out_of_scope` borrowck errors | Niko Matsakis | -0/+76 |
| 2017-07-28 | Remove support for `gen arg` | Alex Crichton | -1/+0 |
| 2017-07-28 | Revert borrowck changes | John Kåre Alsaker | -1/+0 |
| 2017-07-28 | Update error codes | John Kåre Alsaker | -2/+2 |
| 2017-07-28 | Generator literal support | John Kåre Alsaker | -0/+2 |
| 2017-06-23 | Removed as many "```ignore" as possible. | kennytm | -7/+25 |
| 2017-06-15 | Update older URLs pointing to the first edition of the Book | Wonwoo Choi | -7/+7 |
| 2017-05-27 | Add new error codes | Guillaume Gomez | -0/+54 |
| 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 |