| Age | Commit message (Expand) | Author | Lines |
| 2019-11-14 | Auto merge of #66314 - GuillaumeGomez:move-error-codes, r=Centril | bors | -21/+38 |
| 2019-11-14 | Adapt error index generator to the new format | Guillaume Gomez | -1/+1 |
| 2019-11-14 | Fix ui tests with better error code usage | Guillaume Gomez | -22/+39 |
| 2019-11-14 | Auto merge of #66378 - rkruppe:revert-pr-65134, r=pnkfelix | bors | -444/+1 |
| 2019-11-14 | Auto merge of #66403 - JohnTitor:rollup-7obuivl, r=JohnTitor | bors | -103/+178 |
| 2019-11-14 | Rollup merge of #66361 - Centril:66357, r=pnkfelix | Yuki Okushi | -0/+30 |
| 2019-11-14 | Rollup merge of #66351 - JohnTitor:tweak-range-err-msg, r=Centril | Yuki Okushi | -77/+62 |
| 2019-11-14 | Rollup merge of #66264 - guanqun:fix-mbe-missing-close-delim, r=estebank | Yuki Okushi | -3/+37 |
| 2019-11-14 | Rollup merge of #66253 - ohadravid:improve-errors-after-re-rebalance-coherenc... | Yuki Okushi | -23/+49 |
| 2019-11-14 | Auto merge of #66233 - cjgillot:constkind, r=oli-obk | bors | -3/+3 |
| 2019-11-13 | Auto merge of #66211 - kinnison:kinnison/fix-66159, r=GuillaumeGomez | bors | -0/+12 |
| 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 | 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 | Revert "Auto merge of #65134 - davidtwco:issue-19834-improper-ctypes-in-exter... | Robin Kruppe | -444/+1 |
| 2019-11-13 | Rollup merge of #66331 - JohnTitor:add-tests, r=Centril | Yuki Okushi | -0/+228 |
| 2019-11-13 | Rollup merge of #66297 - vakaras:edit-queries, r=oli-obk | Yuki Okushi | -0/+1 |
| 2019-11-13 | Rollup merge of #66186 - GuillaumeGomez:long-err-explanation-E0623, r=Dylan-DPC | Yuki Okushi | -8/+78 |
| 2019-11-13 | Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavus | Yuki Okushi | -7/+7 |
| 2019-11-13 | parser: don't use `unreachable!()` in `fn unexpected`. | Mazdak Farrokhzad | -0/+30 |
| 2019-11-13 | Tweak non-char/numeric in range pattern diagnostic | Yuki Okushi | -77/+62 |
| 2019-11-12 | Bless mir-dump test. | Camille GILLOT | -1/+1 |
| 2019-11-12 | Bless symbol-names. | Camille GILLOT | -2/+2 |
| 2019-11-12 | Auto merge of #65608 - matthewjasper:mir-eval-order, r=pnkfelix | bors | -17/+201 |
| 2019-11-13 | Add test for issue-63279 | Yuki Okushi | -0/+22 |
| 2019-11-13 | Add test for issue-52432 | Yuki Okushi | -0/+38 |
| 2019-11-13 | Add test for issue-40231 | Yuki Okushi | -0/+108 |
| 2019-11-13 | Add test for issue-30904 | Yuki Okushi | -0/+60 |
| 2019-11-12 | Auto merge of #66323 - JohnTitor:rollup-jl8xdk4, r=JohnTitor | bors | -6/+27 |
| 2019-11-12 | Rollup merge of #66299 - rossmacarthur:fix-41260-avoid-issue-0, r=varkor | Yuki Okushi | -0/+21 |
| 2019-11-12 | Rollup merge of #66278 - LukasKalbertodt:fix-proc-macro-error, r=Centril | Yuki Okushi | -6/+6 |
| 2019-11-12 | Auto merge of #66129 - Nadrieril:refactor-slice-pat-usefulness, r=varkor | bors | -12/+275 |
| 2019-11-11 | Evaluate borrow and struct expressions in `into` | Matthew Jasper | -6/+73 |
| 2019-11-11 | Fix soundness issue with index bounds checks | Matthew Jasper | -11/+128 |
| 2019-11-11 | Add a callback that allows compiler consumers to override queries. | Vytautas Astrauskas | -0/+1 |
| 2019-11-11 | support issue = "none" in unstable attributes | Ross MacArthur | -0/+21 |
| 2019-11-11 | fix an ICE in macro's diagnostic message | Guanqun Lu | -3/+37 |
| 2019-11-11 | Auto merge of #66213 - tmiasko:mandatory-error-warn, r=petrochenkov | bors | -414/+453 |
| 2019-11-11 | Fix error message about exported symbols from proc-macro crates | Lukas Kalbertodt | -6/+6 |
| 2019-11-11 | Auto merge of #66250 - oli-obk:no_fields_in_empty_unions, r=eddyb | bors | -0/+15 |
| 2019-11-10 | Make error and warning annotations mandatory in UI tests | Tomasz Miąsko | -324/+369 |
| 2019-11-10 | Add warning annotations to rustdoc-ui tests | Tomasz Miąsko | -46/+67 |
| 2019-11-10 | Add warning annotations to ignore-stage1 ui-fulldeps tests | Tomasz Miąsko | -44/+17 |
| 2019-11-10 | Auto merge of #66070 - petrochenkov:regattr, r=matthewjasper | bors | -30/+271 |
| 2019-11-10 | Improve coherence errors for wrong type order | Ohad Ravid | -23/+49 |
| 2019-11-10 | Auto merge of #65324 - Centril:organize-syntax, r=petrochenkov | bors | -27/+39 |
| 2019-11-10 | Undo an assert causing an ICE until we fix the problem properly | Oliver Scherer | -0/+15 |