| Age | Commit message (Expand) | Author | Lines |
| 2020-06-06 | Order the Rust and C ABIs first to reduce test churn | Jake Goulding | -16/+24 |
| 2020-06-06 | Auto merge of #72927 - petrochenkov:rustc, r=Mark-Simulacrum | bors | -185/+178 |
| 2020-06-05 | Auto merge of #72982 - tblah:riscv-ui-tests, r=estebank | bors | -66/+85 |
| 2020-06-05 | Auto merge of #73025 - Dylan-DPC:rollup-a1uzj5u, r=Dylan-DPC | bors | -81/+111 |
| 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 #73010 - tshepang:patch-2, r=Mark-Simulacrum | Dylan DPC | -2/+2 |
| 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-05 | Update RELEASES.md | Tshepang Lekhonkhobe | -2/+2 |
| 2020-06-04 | Auto merge of #72901 - ehuss:update-cargo, r=Mark-Simulacrum | bors | -3/+3 |
| 2020-06-04 | Enable lld for Cargo tests on Windows. | Eric Huss | -3/+3 |
| 2020-06-04 | Remove unsused `NodeId` related APIs in hir map | marmeladema | -35/+8 |
| 2020-06-04 | Auto merge of #72995 - Dylan-DPC:rollup-7gsyb8x, r=Dylan-DPC | bors | -5/+9 |
| 2020-06-04 | Rollup merge of #72990 - rust-lang:wesleywiser-patch-1, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-06-04 | Rollup merge of #72987 - BatmanAoD:kjs-mailmap, r=Mark-Simulacrum | Dylan DPC | -0/+4 |
| 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 | Fix missing word in RELEASES.md | Wesley Wiser | -1/+1 |
| 2020-06-04 | Add Kyle Strand to mailmap | Kyle Strand | -0/+4 |
| 2020-06-05 | Add more assert to Vec with_capacity docs | Ivan Tham | -0/+3 |
| 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 | Auto merge of #72975 - Dylan-DPC:rollup-6zvco5x, r=Dylan-DPC | bors | -71/+253 |
| 2020-06-04 | Rollup merge of #72964 - sajattack:libc-0.2.71-bump, r=Mark-Simulacrum | Dylan DPC | -2/+2 |
| 2020-06-04 | Rollup merge of #72951 - rust-lang:Camelid-RustThanks, r=Mark-Simulacrum | Dylan DPC | -0/+1 |
| 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 |
| 2020-06-04 | resolve error code e0760 | csmoe | -7/+7 |
| 2020-06-03 | Bump libc dependency to latest version (0.2.71) | Paul Sajna | -2/+2 |
| 2020-06-03 | Auto merge of #72754 - lcnr:predicate-fold, r=nikomatsakis | bors | -1/+2 |
| 2020-06-03 | Bump to 1.46 | Mark Rousskov | -105/+25 |
| 2020-06-03 | Add Camelid | Kyle J Strand | -0/+1 |
| 2020-06-03 | fix `AdtDef` docs | Bastian Kauschke | -1/+1 |
| 2020-06-03 | rustc_target: Remove `pre_link_args_crt` | Vadim Petrochenkov | -21/+18 |
| 2020-06-03 | Auto merge of #72948 - Dylan-DPC:rollup-fazhw00, r=Dylan-DPC | bors | -1432/+1497 |
| 2020-06-03 | Rollup merge of #72945 - ajpaverd:cfguard-docs, r=Mark-Simulacrum | Dylan DPC | -7/+31 |
| 2020-06-03 | Rollup merge of #72942 - GuillaumeGomez:cleanup-e0641, r=Dylan-DPC | Dylan DPC | -6/+6 |
| 2020-06-03 | Rollup merge of #72924 - JohnTitor:stabilize-buf-capacity, r=shepmaster | Dylan DPC | -4/+2 |