| Age | Commit message (Expand) | Author | Lines |
| 2020-11-09 | Support inlining diverging function calls | Tomasz Miąsko | -0/+180 |
| 2020-11-09 | inliner: Break inlining cycles | Tomasz Miąsko | -0/+134 |
| 2020-11-09 | Rollup merge of #78868 - notriddle:master, r=GuillaumeGomez | Dylan DPC | -2/+3 |
| 2020-11-09 | Rollup merge of #78748 - fanzier:tuple-assignment, r=petrochenkov | Dylan DPC | -55/+214 |
| 2020-11-09 | Rollup merge of #78674 - tmiasko:inline-substs-for-mir-body, r=oli-obk | Dylan DPC | -0/+91 |
| 2020-11-09 | Rollup merge of #78228 - pietroalbini:finally, r=Mark-Simulacrum | Dylan DPC | -20/+12 |
| 2020-11-09 | Rollup merge of #78114 - jyn514:private, r=oli-obk | Dylan DPC | -5/+6 |
| 2020-11-08 | Auto merge of #78712 - petrochenkov:visitok, r=Aaron1011 | bors | -0/+121 |
| 2020-11-08 | Auto merge of #78874 - m-ou-se:rollup-3jp1ijj, r=m-ou-se | bors | -45/+169 |
| 2020-11-08 | Rollup merge of #78865 - Aaron1011:fix/const-item-mut-reborrow, r=varkor | Mara Bos | -12/+17 |
| 2020-11-08 | Rollup merge of #78842 - shepmaster:bootstrap-rustfmt, r=Mark-Simulacrum | Mara Bos | -5/+12 |
| 2020-11-08 | Rollup merge of #78775 - ghedo:bump-rustfmt-rls, r=Mark-Simulacrum | Mara Bos | -5/+6 |
| 2020-11-08 | Rollup merge of #78706 - bjorn3:fix_run_make_without_llvm, r=Mark-Simulacrum | Mara Bos | -11/+15 |
| 2020-11-08 | Rollup merge of #78658 - casey:x, r=Mark-Simulacrum | Mara Bos | -0/+107 |
| 2020-11-08 | Rollup merge of #78570 - sasurau4:test/check-pass-print-type-size, r=jyn514 | Mara Bos | -12/+12 |
| 2020-11-08 | Auto merge of #78410 - lcnr:revert75443, r=nikomatsakis | bors | -27/+0 |
| 2020-11-07 | Fix tab focus on restyled switches | Michael Howell | -2/+3 |
| 2020-11-07 | Use a semicolon instead of a dash in lint note | Aaron Hill | -4/+4 |
| 2020-11-07 | Don't fire `CONST_ITEM_MUTATION` lint when borrowing a deref | Aaron Hill | -8/+13 |
| 2020-11-07 | Auto merge of #78784 - Mark-Simulacrum:revert-77421, r=petrochenkov | bors | -24/+5 |
| 2020-11-07 | Honor the rustfmt setting in config.toml | Jake Goulding | -5/+12 |
| 2020-11-07 | Auto merge of #75199 - Mark-Simulacrum:debug-asserts, r=pietroalbini | bors | -37/+0 |
| 2020-11-07 | Implement destructuring assignment for tuples | Fabian Zaiser | -55/+214 |
| 2020-11-07 | remove FIXME comment of #62277 in print_type_sizez ui tests | Daiki Ihara | -12/+12 |
| 2020-11-07 | Auto merge of #78817 - RalfJung:miri, r=RalfJung | bors | -6/+6 |
| 2020-11-06 | update Miri | Ralf Jung | -6/+6 |
| 2020-11-06 | Add debug asserts to PR builder | Mark Rousskov | -6/+0 |
| 2020-11-06 | Re-enable debug and LLVM assertions | Mark Rousskov | -31/+0 |
| 2020-11-06 | Auto merge of #75778 - AndyGauge:75521-rustdoc-book-improvements, r=jyn514 | bors | -31/+283 |
| 2020-11-06 | Bump Rustfmt and RLS | Alessandro Ghedini | -5/+6 |
| 2020-11-06 | Revert "Revert "resolve: Avoid "self-confirming" import resolutions in one mo... | Mark Rousskov | -24/+5 |
| 2020-11-07 | Rollup merge of #78798 - ankushduacodes:fixing-typo, r=jonas-schievink | Yuki Okushi | -4/+4 |
| 2020-11-07 | Rollup merge of #78726 - GuillaumeGomez:back-link-to-main-website, r=stevekla... | Yuki Okushi | -1/+2 |
| 2020-11-07 | Rollup merge of #78705 - Mark-Simulacrum:nicer-failure-compiletest, r=jyn514 | Yuki Okushi | -2/+36 |
| 2020-11-07 | Rollup merge of #78666 - sasurau4:fix/shellcheck-error, r=jyn514 | Yuki Okushi | -19/+42 |
| 2020-11-07 | Rollup merge of #78514 - jyn514:setup-number, r=Mark-Simulacrum | Yuki Okushi | -6/+9 |
| 2020-11-07 | Rollup merge of #78167 - Nadrieril:fix-76836_, r=varkor | Yuki Okushi | -5/+18 |
| 2020-11-06 | ignore shellcheck error SC2068 | Daiki Ihara | -1/+2 |
| 2020-11-06 | fix shellcheck error of SC2068 | Daiki Ihara | -20/+20 |
| 2020-11-06 | fix shellcheck error of SC1008 | Daiki Ihara | -0/+1 |
| 2020-11-06 | fix shellcheck error of SC2148 | Daiki Ihara | -0/+21 |
| 2020-11-06 | Auto merge of #77351 - jyn514:clippy-sysroot, r=Mark-Simulacrum | bors | -19/+76 |
| 2020-11-06 | Auto merge of #78267 - richkadel:llvm-coverage-counters-2.0.3r1, r=tmandry | bors | -737/+10006 |
| 2020-11-05 | Disable the spanview tests on MacOS for now | Rich Kadel | -0/+20 |
| 2020-11-06 | Auto merge of #77856 - GuillaumeGomez:automatic-links-lint, r=jyn514,ollie27 | bors | -4/+377 |
| 2020-11-06 | Fixing Spelling Typos | ankushduacodes | -4/+4 |
| 2020-11-05 | Fix sed command for Mac | Rich Kadel | -1/+1 |
| 2020-11-05 | rename some tests to avoid exceeding windows path limits | Rich Kadel | -819/+847 |
| 2020-11-05 | fix cross-platform test bugs | Rich Kadel | -40/+17 |
| 2020-11-05 | Responded to all feedback as of 2020-10-30 | Rich Kadel | -0/+6 |