| Age | Commit message (Expand) | Author | Lines |
| 2015-07-06 | After inferring regions, scan for any bounds that are due to a lifetime | Niko Matsakis | -0/+36 |
| 2015-06-19 | Replace "Bad example" by a better sentence | Guillaume Gomez | -2/+36 |
| 2015-06-19 | Add E0016 explanation | Guillaume Gomez | -0/+15 |
| 2015-06-10 | Revise E0133 description. | Nick Hamann | -2/+2 |
| 2015-06-08 | Auto merge of #26029 - GuillaumeGomez:const_check, r=Manishearth | bors | -1/+19 |
| 2015-06-08 | Add error explanation for E0014 | Guillaume Gomez | -1/+19 |
| 2015-06-06 | Fix small typo in diagnostics.rs | Rémi Audebert | -1/+1 |
| 2015-06-01 | Update diagnostics.rs | Guillaume Gomez | -3/+3 |
| 2015-06-01 | Remove full path | Guillaume Gomez | -1/+1 |
| 2015-05-31 | Add E0011 explanation | Guillaume Gomez | -1/+32 |
| 2015-05-28 | Change E0015 and E0378 explanations to link to text of RFC 911, not rfc PR. | Nick Hamann | -2/+2 |
| 2015-05-28 | Revise E0015 according to feedback. | Nick Hamann | -3/+3 |
| 2015-05-28 | Convert mutable statics error to have error code and add explanation. | Nick Hamann | -0/+13 |
| 2015-05-28 | Add error explanations for E0040, E0087, E0378, E0379, E0394. | Nick Hamann | -3/+34 |
| 2015-05-28 | Update E0015 explanation, fix E0053. | Nick Hamann | -3/+7 |
| 2015-05-28 | Auto merge of #25834 - steveklabnik:gh25326, r=alexcrichton | bors | -3/+3 |
| 2015-05-28 | Prevent comparison and dereferencing of raw pointers in constexprs | Ariel Ben-Yehuda | -1/+3 |
| 2015-05-27 | fix example for E0018 | Steve Klabnik | -3/+3 |
| 2015-05-26 | Convert 15 diagnostics to have error codes (E0380-E0394). | Nick Hamann | -1/+3 |
| 2015-05-26 | Add error explanations for E0055, E0089, E0192, E0261, E0262, E0263, E0318. | Nick Hamann | -3/+48 |
| 2015-05-21 | Make various fixes: | Niko Matsakis | -1/+2 |
| 2015-05-19 | Overhaul cast semantics and make them follow RFC401 | Ariel Ben-Yehuda | -1/+0 |
| 2015-05-13 | Markdown formatting for error explanations. | Ricardo Martins | -2/+2 |
| 2015-05-13 | Rebasing | Nick Cameron | -2/+0 |
| 2015-05-13 | eddyb's changes for DST coercions | Nick Cameron | -0/+3 |
| 2015-05-12 | Add a link to the error index to the main doc page. | Michael Sproul | -2/+2 |
| 2015-05-11 | Markdown formatting for error explanations. | Michael Sproul | -0/+6 |
| 2015-05-09 | Add long diagnostic for E0137 | Nick Hamann | -1/+6 |
| 2015-05-09 | Use of @pnkfelix code and fix typos | Guillaume Gomez | -1/+136 |
| 2015-05-07 | Rollup merge of #24966 - ruud-v-a:explain, r=pnkfelix | Steve Klabnik | -1/+68 |
| 2015-05-07 | Rollup merge of #24576 - cactorium:errorcodes, r=pnkfelix | Steve Klabnik | -3/+55 |
| 2015-05-06 | Reword with pnkfelix's suggestion | Kelvin Ly | -12/+14 |
| 2015-05-05 | Markdown edits for diagnostic errors. | Michael Sproul | -22/+26 |
| 2015-04-30 | Auto merge of #24975 - michaelsproul:enum-diagnostics, r=pnkfelix | bors | -2/+25 |
| 2015-04-30 | Auto merge of #24892 - robinst:issue-24407-E0010, r=pnkfelix | bors | -1/+6 |
| 2015-04-30 | Add long diagnostics for enum repr errors. | Michael Sproul | -2/+25 |
| 2015-04-30 | rustc: Improve long diagnostics for E0282 | Ruud van Asseldonk | -10/+11 |
| 2015-04-30 | Auto merge of #24884 - michaelsproul:extended-errors, r=nrc | bors | -2/+0 |
| 2015-04-30 | Add error explanation for E0010 | Robin Stocker | -1/+6 |
| 2015-04-30 | Add metadata output to the diagnostics system. | Michael Sproul | -2/+0 |
| 2015-04-30 | rustc: Add long diagnostics for E0282 | Ruud van Asseldonk | -1/+67 |
| 2015-04-29 | rollup merge of #24894: bguiz/diagnostic-E0267 | Alex Crichton | -1/+16 |
| 2015-04-28 | Add error explanation for E0013 | Robin Stocker | -1/+19 |
| 2015-04-28 | =BG= change definition to use 'statics' as well as 'constants' | Brendan Graetz | -2/+2 |
| 2015-04-28 | =BG= Add detailed error message for E0265 | Brendan Graetz | -1/+16 |
| 2015-04-24 | Rollup merge of #24523 - GuillaumeGomez:clean-error-codes, r=Manishearth | Manish Goregaokar | -3/+33 |
| 2015-04-23 | Update diagnostics.rs | Guillaume Gomez | -0/+12 |
| 2015-04-21 | Refocus unsafe code chapter on unsafe itself. | Steve Klabnik | -1/+1 |
| 2015-04-20 | Auto merge of #24525 - GuillaumeGomez:check-const, r=pnkfelix | bors | -1/+23 |
| 2015-04-20 | Fix typos | Guillaume Gomez | -2/+2 |