| Age | Commit message (Expand) | Author | Lines |
| 2020-04-22 | Move `{Free,}RegionRelations` and `FreeRegionMap` out of `rustc_middle` | Dylan MacKenzie | -53/+51 |
| 2020-04-23 | update Miri | Ralf Jung | -7/+10 |
| 2020-04-22 | smoke-test for async fn with mir-opt-level=0 | Ralf Jung | -0/+15 |
| 2020-04-22 | Only use read_unaligned in transmute_copy if necessary | Amanieu d'Antras | -1/+6 |
| 2020-04-22 | Rollup merge of #71440 - TimDiekmann:copy-allocerr, r=Amanieu | Dylan DPC | -1/+1 |
| 2020-04-22 | Rollup merge of #71400 - dtolnay:isavailable, r=petrochenkov | Dylan DPC | -0/+56 |
| 2020-04-22 | Rollup merge of #71369 - ctaggart:wasm32_profiling, r=ecstatic-morse | Dylan DPC | -31/+42 |
| 2020-04-22 | Rollup merge of #71350 - GuillaumeGomez:error-code-explanation-extra-check, r... | Dylan DPC | -84/+231 |
| 2020-04-22 | Rollup merge of #71256 - cuviper:must_use_replace, r=estebank | Dylan DPC | -13/+15 |
| 2020-04-22 | Auto merge of #71044 - ecstatic-morse:body-predecessor-cache, r=oli-obk | bors | -684/+454 |
| 2020-04-22 | Add a "by reference" adaptor for `AllocRef` | Tim Diekmann | -0/+47 |
| 2020-04-22 | Make `AllocErr` copyable | Tim Diekmann | -1/+1 |
| 2020-04-22 | fix test | Esteban Küber | -1/+1 |
| 2020-04-22 | review comment | Esteban Küber | -1/+2 |
| 2020-04-22 | Revert old span change | Esteban Küber | -21/+11 |
| 2020-04-22 | Tweak wording | Esteban Küber | -34/+61 |
| 2020-04-22 | Tweak `'static` suggestion code | Esteban Küber | -149/+532 |
| 2020-04-22 | Add tracking issue for proc_macro_is_available | David Tolnay | -1/+1 |
| 2020-04-22 | Auto merge of #71431 - Dylan-DPC:rollup-rvm6tfy, r=Dylan-DPC | bors | -35/+128 |
| 2020-04-22 | Replace multiple calls to `predecessors_for` | Dylan MacKenzie | -2/+4 |
| 2020-04-22 | Add `#[inline]` declarations | Dylan MacKenzie | -0/+16 |
| 2020-04-22 | Use `Body` everywhere | Dylan MacKenzie | -317/+224 |
| 2020-04-22 | Don't use `*` for deref-coercion | Dylan MacKenzie | -78/+77 |
| 2020-04-22 | Use internal mutability for predecessor cache | Dylan MacKenzie | -287/+133 |
| 2020-04-22 | ci: remove duplicated job names on GHA | Pietro Albini | -65/+0 |
| 2020-04-22 | ci: set a default shell on GHA | Pietro Albini | -37/+37 |
| 2020-04-22 | Add help message for missing right operand in condition | Antoni Boucher | -0/+7 |
| 2020-04-22 | remove some extra } | Cameron Taggart | -30/+28 |
| 2020-04-22 | suggested rearrangement of the cfg if statements | Cameron Taggart | -32/+30 |
| 2020-04-22 | Rollup merge of #71401 - spastorino:remove-visit-place-base, r=wesleywiser | Dylan DPC | -25/+10 |
| 2020-04-22 | Rollup merge of #71370 - PankajChaudhary5:ErrorCode-E0696, r=GuillaumeGomez | Dylan DPC | -2/+52 |
| 2020-04-22 | Rollup merge of #71336 - ecstatic-morse:check-consts-asm, r=oli-obk | Dylan DPC | -6/+59 |
| 2020-04-22 | Rollup merge of #71280 - RalfJung:mplace-check-align, r=oli-obk | Dylan DPC | -2/+7 |
| 2020-04-22 | Auto merge of #71374 - nnethercote:alphabetize-C-and-Z-options, r=petrochenkov | bors | -729/+700 |
| 2020-04-22 | Fix compiletest version-parsing tests | Tom Tromey | -2/+2 |
| 2020-04-22 | Let compiletest recognize gdb 10.x | Tom Tromey | -3/+19 |
| 2020-04-22 | Fix new tidy checks | Guillaume Gomez | -69/+157 |
| 2020-04-22 | Add checks to ensure that explanations have code examples using the error cod... | Guillaume Gomez | -15/+74 |
| 2020-04-22 | Use macros for option tests. | Nicholas Nethercote | -520/+177 |
| 2020-04-22 | Add all the missing option tests. | Nicholas Nethercote | -15/+273 |
| 2020-04-22 | Alphabetize the `-C` and `-Z` options. | Nicholas Nethercote | -562/+618 |
| 2020-04-22 | Auto merge of #71424 - Dylan-DPC:rollup-iunh61a, r=Dylan-DPC | bors | -103/+296 |
| 2020-04-22 | comment explaining force_align usage | Ralf Jung | -0/+3 |
| 2020-04-22 | Rollup merge of #71414 - phansch:more-diagnostic-items, r=Manishearth | Dylan DPC | -0/+5 |
| 2020-04-22 | Rollup merge of #71412 - dtolnay:uselessdoc, r=Manishearth | Dylan DPC | -3/+3 |
| 2020-04-22 | Rollup merge of #71337 - Valloric:rustdoc-check-pass, r=GuillaumeGomez | Dylan DPC | -19/+19 |
| 2020-04-22 | Rollup merge of #71214 - GuillaumeGomez:add-error-code-inner-doc-error, r=Dyl... | Dylan DPC | -5/+45 |
| 2020-04-22 | Rollup merge of #71203 - csmoe:issue-71137, r=csmoe | Dylan DPC | -9/+68 |
| 2020-04-22 | Rollup merge of #70970 - eddyb:trait-vs-impl-mismatch, r=oli-obk | Dylan DPC | -67/+156 |
| 2020-04-22 | Update UI tests | Guillaume Gomez | -2/+4 |