| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2019-11-13 | Add E0744 for control flow in consts | Dylan MacKenzie | -0/+22 |
| 2019-11-13 | compiletest: Avoid double negation in ignore condition | Tomasz Miąsko | -5/+6 |
| 2019-11-13 | compiletest: Obtain timestamps for common inputs only once | Tomasz Miąsko | -70/+87 |
| 2019-11-14 | Avoid using same code | Yuki Okushi | -58/+61 |
| 2019-11-13 | Fix broken links in Ipv4Addr::is_benchmarking docs | Benjamin Sago | -2/+2 |
| 2019-11-13 | Rollup merge of #66337 - Mark-Simulacrum:no-decode-lint-id, r=Dylan-DPC | Yuki Okushi | -26/+1 |
| 2019-11-13 | Rollup merge of #66335 - Mark-Simulacrum:self-profile-to-data, r=michaelwoeri... | Yuki Okushi | -21/+45 |
| 2019-11-13 | Rollup merge of #66334 - Mark-Simulacrum:sess-cstore, r=petrochenkov | Yuki Okushi | -23/+38 |
| 2019-11-13 | Rollup merge of #66331 - JohnTitor:add-tests, r=Centril | Yuki Okushi | -0/+228 |
| 2019-11-13 | Rollup merge of #66330 - Nadrieril:nonexhaustive-constructor, r=varkor | Yuki Okushi | -182/+185 |
| 2019-11-13 | Rollup merge of #66317 - cuviper:bindir_relative, r=Mark-Simulacrum | Yuki Okushi | -1/+16 |
| 2019-11-13 | Rollup merge of #66297 - vakaras:edit-queries, r=oli-obk | Yuki Okushi | -0/+21 |