| Age | Commit message (Expand) | Author | Lines |
| 2020-06-08 | Enforce unwind invariants | Nathan Corbyn | -19/+41 |
| 2020-06-08 | Auto merge of #73046 - marmeladema:save-analysis-fix-path, r=Xanewok | bors | -6/+39 |
| 2020-06-07 | Auto merge of #72904 - shepmaster:reduce-abi-symbol-hash-churn, r=jonas-schie... | bors | -16/+24 |
| 2020-06-07 | Auto merge of #73099 - Dylan-DPC:rollup-7u8f3m4, r=Dylan-DPC | bors | -41/+140 |
| 2020-06-07 | Rollup merge of #72977 - tblah:riscv-codegen-llvm10, r=nikomatsakis | Dylan DPC | -41/+93 |
| 2020-06-07 | Rollup merge of #72952 - pnkfelix:regression-test-for-issue-70924, r=nikomats... | Dylan DPC | -0/+47 |
| 2020-06-07 | Auto merge of #73093 - Dylan-DPC:rollup-9gh5tyu, r=Dylan-DPC | bors | -116/+234 |
| 2020-06-07 | Rollup merge of #73063 - pickfire:liballoc-elide, r=kennytm | Dylan DPC | -1/+1 |
| 2020-06-07 | Rollup merge of #72998 - poliorcetics:atomic-availability-doc, r=Amanieu | Dylan DPC | -0/+87 |
| 2020-06-07 | Rollup merge of #72970 - OddCoincidence:feature-gated-lints, r=petrochenkov | Dylan DPC | -21/+29 |
| 2020-06-07 | Rollup merge of #72908 - RalfJung:false-edge, r=matthewjasper | Dylan DPC | -66/+66 |
| 2020-06-07 | Rollup merge of #72764 - jonas-schievink:mind-the-tyerr, r=estebank | Dylan DPC | -28/+51 |
| 2020-06-07 | rename FalseEdges -> FalseEdge | Ralf Jung | -66/+66 |
| 2020-06-07 | Auto merge of #73072 - arcnmx:lld-noload, r=nikic | bors | -0/+0 |
| 2020-06-06 | Order the Rust and C ABIs first to reduce test churn | Jake Goulding | -16/+24 |
| 2020-06-07 | Auto merge of #73081 - Dylan-DPC:rollup-1aqk215, r=Dylan-DPC | bors | -1677/+1900 |
| 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 | save_analysis: fix panic in `write_sub_paths_truncated` | marmeladema | -3/+19 |
| 2020-06-06 | Only mention `u8` and not booleans | Poliorcetics | -1/+1 |
| 2020-06-06 | Auto merge of #73073 - RalfJung:rollup-i24dh28, r=RalfJung | bors | -34/+107 |
| 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 | Elide type on liballoc vec | Ivan Tham | -1/+1 |
| 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 | -185/+178 |
| 2020-06-06 | save_analysis: fix ice in `get_expr_data` | marmeladema | -3/+20 |
| 2020-06-05 | properly handle feature gated lints | Joey Hain | -21/+29 |
| 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 | Improve the new documentation to be more precise about the necessary platform... | Alexis Bourget | -67/+97 |
| 2020-06-05 | Ignore windows in the test. | Felix S. Klock II | -0/+5 |
| 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 | Add a **Note**: comment in documentation when the type/method/function is not... | Alexis Bourget | -13/+70 |