| Age | Commit message (Expand) | Author | Lines |
| 2020-06-09 | Stop allowing `Indirect(..)` values to be propagated | Wesley Wiser | -83/+73 |
| 2020-06-07 | Don't intern memory in const prop. | Oliver Scherer | -14/+10 |
| 2020-06-07 | Auto merge of #73072 - arcnmx:lld-noload, r=nikic | bors | -0/+0 |
| 2020-06-07 | Rollup merge of #73059 - lcnr:outdated-comment, r=matthewjasper | Dylan DPC | -4/+0 |
| 2020-06-07 | Rollup merge of #73057 - GuillaumeGomez:cleanup-e0644, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-06-07 | Rollup merge of #72993 - cuviper:beta-number, r=Mark-Simulacrum | Dylan DPC | -18/+4 |
| 2020-06-07 | Rollup merge of #72989 - pnkfelix:revert-pr-71840, r=matthewjasper | Dylan DPC | -1638/+1768 |
| 2020-06-07 | Rollup merge of #72810 - RalfJung:mir-terminate-sanity, r=jonas-schievink | Dylan DPC | -16/+127 |
| 2020-06-06 | Rollup merge of #72708 - petrochenkov:linkhack, r=cuviper | Ralf Jung | -8/+62 |
| 2020-06-06 | Rollup merge of #72508 - ecstatic-morse:poly-self-ty, r=nikomatsakis | Ralf Jung | -25/+45 |
| 2020-06-06 | Rollup merge of #71796 - RalfJung:from-secs, r=nikomatsakis | Ralf Jung | -1/+0 |
| 2020-06-06 | remove outdated comment | Bastian Kauschke | -4/+0 |
| 2020-06-06 | Clean up E0644 explanation | Guillaume Gomez | -1/+1 |
| 2020-06-06 | Auto merge of #72927 - petrochenkov:rustc, r=Mark-Simulacrum | bors | -123/+116 |
| 2020-06-05 | Auto merge of #72982 - tblah:riscv-ui-tests, r=estebank | bors | -66/+85 |
| 2020-06-05 | Update LLVM submodule to include lld NOLOAD fix | arcnmx | -0/+0 |
| 2020-06-05 | Auto merge of #73025 - Dylan-DPC:rollup-a1uzj5u, r=Dylan-DPC | bors | -79/+109 |
| 2020-06-05 | Auto merge of #72957 - Mark-Simulacrum:bootstrap-bump, r=sfackler | bors | -105/+25 |
| 2020-06-05 | Rollup merge of #73019 - matthiaskrgr:test_72960, r=Xanewok | Dylan DPC | -1/+3 |
| 2020-06-05 | Rollup merge of #73017 - pickfire:liballoc-assert, r=Xanewok | Dylan DPC | -1/+1 |
| 2020-06-05 | Rollup merge of #72996 - marmeladema:remove-hir-map-nodeid-apis, r=ecstatic-m... | Dylan DPC | -35/+8 |
| 2020-06-05 | Rollup merge of #72260 - csmoe:issue-69276, r=estebank | Dylan DPC | -42/+97 |
| 2020-06-05 | add test for #72960 | Matthias Krüger | -1/+3 |
| 2020-06-05 | Use assert_eq for liballoc test | Ivan Tham | -1/+1 |
| 2020-06-04 | Auto merge of #72901 - ehuss:update-cargo, r=Mark-Simulacrum | bors | -2/+2 |
| 2020-06-04 | Enable lld for Cargo tests on Windows. | Eric Huss | -2/+2 |
| 2020-06-04 | Remove unsused `NodeId` related APIs in hir map | marmeladema | -35/+8 |
| 2020-06-04 | Rollup merge of #72986 - pickfire:vec-assert, r=Mark-Simulacrum | Dylan DPC | -0/+3 |
| 2020-06-04 | Rollup merge of #72971 - androm3da:fixes_00, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-06-04 | Rollup merge of #72946 - lcnr:remove-fixme, r=Dylan-DPC | Dylan DPC | -3/+0 |
| 2020-06-04 | Count the beta prerelease number just from master | Josh Stone | -18/+4 |
| 2020-06-05 | Add more assert to Vec with_capacity docs | Ivan Tham | -0/+3 |
| 2020-06-04 | further bless tests. | Felix S. Klock II | -19/+19 |
| 2020-06-04 | placate tidy. | Felix S. Klock II | -1/+1 |
| 2020-06-04 | Revert "Defer creating drop trees in MIR lowering until leaving that scope" | Felix S. Klock II | -769/+735 |
| 2020-06-04 | Revert "Reduce the number of drop-flag assignments in unwind paths" | Felix S. Klock II | -12/+39 |
| 2020-06-04 | Revert "Add some more comments" | Felix S. Klock II | -19/+6 |
| 2020-06-04 | Revert "Bless mir-opt tests" | Felix S. Klock II | -819/+973 |
| 2020-06-04 | Revert "Address review comments" | Felix S. Klock II | -11/+7 |
| 2020-06-04 | resolve: Sort E0408 errors by Symbol str | Tom Eccles | -24/+25 |
| 2020-06-04 | test: ui: skip tests which aren't appropriate for RISC-V | Tom Eccles | -42/+60 |
| 2020-06-04 | Auto merge of #72882 - marmeladema:save-analysis-hir-tree, r=Xanewok | bors | -998/+902 |
| 2020-06-04 | Rollup merge of #72950 - lcnr:fix_doc, r=davidtwco | Dylan DPC | -1/+1 |
| 2020-06-04 | Rollup merge of #72923 - Patryk27:fix/52468, r=estebank | Dylan DPC | -47/+198 |
| 2020-06-04 | Rollup merge of #72782 - petrochenkov:crtargs, r=varkor | Dylan DPC | -21/+18 |
| 2020-06-04 | Rollup merge of #72718 - estebank:impl-trait-obligation-failure, r=matthewjasper | Dylan DPC | -0/+33 |
| 2020-06-04 | Update `rls` submodule | marmeladema | -0/+0 |
| 2020-06-04 | save_analysis: work on HIR tree instead of AST | marmeladema | -998/+902 |
| 2020-06-04 | Auto merge of #72618 - Aaron1011:feature/early-sourcemap, r=petrochenkov | bors | -16/+53 |
| 2020-06-03 | Hexagon libstd: fix typo for c_ulonglong | Brian Cain | -1/+1 |