| Age | Commit message (Expand) | Author | Lines |
| 2019-11-15 | Clean up E0040 | Guillaume Gomez | -4/+21 |
| 2019-11-15 | Clean up E0033 | Guillaume Gomez | -6/+10 |
| 2019-11-15 | Clean up E0029 | Guillaume Gomez | -5/+9 |
| 2019-11-15 | Clean up E0027 | Guillaume Gomez | -5/+5 |
| 2019-11-15 | Clean up E0026 | Guillaume Gomez | -27/+10 |
| 2019-11-15 | Add link to error code explanation RFC | Guillaume Gomez | -0/+5 |
| 2019-11-15 | Clean up E0023 | Guillaume Gomez | -3/+6 |
| 2019-11-15 | Auto merge of #64432 - gnzlbg:simplify_truncate, r=alexcrichton | bors | -22/+12 |
| 2019-11-14 | Auto merge of #66414 - JohnTitor:clippyup, r=Manishearth | bors | -7/+7 |
| 2019-11-14 | Auto merge of #66314 - GuillaumeGomez:move-error-codes, r=Centril | bors | -13967/+13237 |
| 2019-11-14 | Move E0210 to new error location | Guillaume Gomez | -5/+18 |
| 2019-11-14 | move E0744 to new error code | Guillaume Gomez | -0/+19 |
| 2019-11-14 | Update rustc --explain to the new error codes format | Guillaume Gomez | -2/+2 |
| 2019-11-14 | move E0623 into the new error code format | Guillaume Gomez | -1/+42 |
| 2019-11-14 | Adapt error index generator to the new format | Guillaume Gomez | -17/+19 |
| 2019-11-14 | Fix error codes index generation | Guillaume Gomez | -1/+3 |
| 2019-11-14 | Fix ui tests with better error code usage | Guillaume Gomez | -22/+39 |
| 2019-11-14 | Put each error code long explanation into their own markdown file | Guillaume Gomez | -13403/+12609 |
| 2019-11-14 | Clean some error codes diagnostics | Guillaume Gomez | -53/+71 |
| 2019-11-14 | fix tidy issue on file length | Guillaume Gomez | -0/+2 |
| 2019-11-14 | Remove unused error_codes.rs files | Guillaume Gomez | -13818/+0 |
| 2019-11-14 | Update to use new librustc_error_codes library | Guillaume Gomez | -59/+179 |
| 2019-11-14 | Create new librustc_error_codes lib and move error codes declaration inside it | Guillaume Gomez | -0/+13648 |
| 2019-11-14 | Update Clippy | Yuki Okushi | -7/+7 |
| 2019-11-14 | Auto merge of #66378 - rkruppe:revert-pr-65134, r=pnkfelix | bors | -521/+37 |
| 2019-11-14 | Auto merge of #66403 - JohnTitor:rollup-7obuivl, r=JohnTitor | bors | -237/+430 |
| 2019-11-14 | Rollup merge of #66372 - ogham:patch-2, r=jonas-schievink | Yuki Okushi | -2/+2 |
| 2019-11-14 | Rollup merge of #66369 - tmiasko:compiletest-stamp, r=Mark-Simulacrum | Yuki Okushi | -72/+90 |
| 2019-11-14 | Rollup merge of #66363 - Munksgaard:patch-1, r=dtolnay | Yuki Okushi | -1/+1 |
| 2019-11-14 | Rollup merge of #66361 - Centril:66357, r=pnkfelix | Yuki Okushi | -1/+33 |
| 2019-11-14 | Rollup merge of #66360 - elichai:2019-11-vec-link, r=dtolnay | Yuki Okushi | -1/+1 |
| 2019-11-14 | Rollup merge of #66351 - JohnTitor:tweak-range-err-msg, r=Centril | Yuki Okushi | -106/+123 |
| 2019-11-14 | Rollup merge of #66349 - euclio:def-site-builtins, r=petrochenkov | Yuki Okushi | -0/+8 |
| 2019-11-14 | Rollup merge of #66264 - guanqun:fix-mbe-missing-close-delim, r=estebank | Yuki Okushi | -5/+50 |
| 2019-11-14 | Rollup merge of #66253 - ohadravid:improve-errors-after-re-rebalance-coherenc... | Yuki Okushi | -49/+122 |
| 2019-11-14 | Auto merge of #66233 - cjgillot:constkind, r=oli-obk | bors | -274/+305 |
| 2019-11-13 | Auto merge of #66211 - kinnison:kinnison/fix-66159, r=GuillaumeGomez | bors | -2/+43 |
| 2019-11-13 | Use `ast::Mutability` | Dylan MacKenzie | -2/+3 |
| 2019-11-13 | Bless miri unleashed test now that errors are mandatory | Dylan MacKenzie | -7/+13 |
| 2019-11-13 | Bless less verbose error messages | Dylan MacKenzie | -168/+68 |
| 2019-11-13 | Change control flow error to delay span bug | Dylan MacKenzie | -8/+25 |
| 2019-11-13 | Fix broken doc-test | Dylan MacKenzie | -1/+1 |
| 2019-11-13 | Small fixes to comments | Dylan MacKenzie | -4/+5 |
| 2019-11-13 | Bless back-compat breakages | Dylan MacKenzie | -10/+45 |
| 2019-11-13 | Bless const tests with improved diagnostics | Dylan MacKenzie | -243/+442 |
| 2019-11-13 | Extend const-loop and const-if to handle more cases | Dylan MacKenzie | -21/+71 |
| 2019-11-13 | Remove if/loop tests from min_const_fn | Dylan MacKenzie | -4/+0 |
| 2019-11-13 | Enable const-checking HIR bodies | Dylan MacKenzie | -0/+1 |
| 2019-11-13 | Add HIR pass to check for `if`s and `loop`s in a `const` | Dylan MacKenzie | -0/+164 |
| 2019-11-13 | Get `FnSig` by `HirId` | Dylan MacKenzie | -0/+35 |