| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2019-11-13 | Rollup merge of #66292 - lzutao:result-map_or, r=SimonSapin | Yuki Okushi | -0/+22 |
| 2019-11-13 | Rollup merge of #66248 - RalfJung:unsafe_cell_raw_get, r=SimonSapin | Yuki Okushi | -1/+38 |
| 2019-11-13 | Rollup merge of #66227 - bryanburgers:bufwriter-docs-fix-flush-link, r=Dylan-DPC | Yuki Okushi | -1/+1 |
| 2019-11-13 | Rollup merge of #66186 - GuillaumeGomez:long-err-explanation-E0623, r=Dylan-DPC | Yuki Okushi | -9/+123 |
| 2019-11-13 | Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavus | Yuki Okushi | -36/+36 |
| 2019-11-13 | Rollup merge of #66094 - ArturKovacs:fix-count-doc, r=Dylan-DPC | Yuki Okushi | -3/+4 |
| 2019-11-13 | Rollup merge of #65932 - guanqun:download-xz, r=alexcrichton | Yuki Okushi | -14/+29 |
| 2019-11-13 | make things ugly | Ralf Jung | -3/+3 |
| 2019-11-13 | expand docs | Ralf Jung | -2/+7 |
| 2019-11-13 | clarify why we can do the ptr cast | Ralf Jung | -3/+5 |
| 2019-11-13 | Trailing full stop | Ralf Jung | -1/+1 |
| 2019-11-13 | Auto merge of #65637 - ssomers:master, r=scottmcm | bors | -11/+314 |
| 2019-11-13 | tidy up! | Dylan DPC | -2/+2 |
| 2019-11-13 | Update error_codes.rs | Dylan DPC | -3/+5 |
| 2019-11-13 | Auto merge of #66156 - Mark-Simulacrum:stage0-step, r=pietroalbini | bors | -193/+51 |
| 2019-11-12 | Remove no longer needed mutability | Mark Rousskov | -1/+1 |
| 2019-11-12 | Compiletest bump to stage0 bootstrap libtest | Mark Rousskov | -0/+2 |
| 2019-11-12 | Hopefully fix rustdoc build | Mark Rousskov | -1/+12 |
| 2019-11-12 | Snap cfgs | Mark Rousskov | -189/+34 |
| 2019-11-12 | Bump version to 1.41 | Mark Rousskov | -2/+2 |
| 2019-11-12 | Auto merge of #60026 - Aaron1011:feature/miri-unwind, r=RalfJung,oli-obk | bors | -112/+305 |
| 2019-11-12 | Register queries with self profiler in rustc_interface | Mark Rousskov | -2/+13 |
| 2019-11-12 | Remove dead code for encoding/decoding lint IDs | Mark Rousskov | -26/+1 |
| 2019-11-12 | Auto merge of #65608 - matthewjasper:mir-eval-order, r=pnkfelix | bors | -223/+687 |
| 2019-11-12 | Move self-profile infrastructure to data structures | Mark Rousskov | -20/+33 |
| 2019-11-12 | Fallback to the unmodified path in bindir_relative | Josh Stone | -8/+10 |
| 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 | Move NonExhaustive checks to the relevant match branches | Nadrieril | -51/+54 |
| 2019-11-12 | Introduce Constructor::NonExhaustive | Nadrieril | -57/+58 |