| Age | Commit message (Expand) | Author | Lines |
| 2020-11-09 | Support inlining diverging function calls | Tomasz Miąsko | -76/+76 |
| 2020-11-09 | inliner: Break inlining cycles | Tomasz Miąsko | -106/+108 |
| 2020-11-09 | inliner: Make `inline_call` infallible | Tomasz Miąsko | -17/+6 |
| 2020-11-09 | Rollup merge of #78748 - fanzier:tuple-assignment, r=petrochenkov | Dylan DPC | -31/+181 |
| 2020-11-09 | Rollup merge of #78674 - tmiasko:inline-substs-for-mir-body, r=oli-obk | Dylan DPC | -42/+51 |
| 2020-11-09 | Rollup merge of #78345 - jyn514:proper-names, r=varkor | Dylan DPC | -21/+47 |
| 2020-11-09 | Rollup merge of #78114 - jyn514:private, r=oli-obk | Dylan DPC | -0/+1 |
| 2020-11-09 | Rollup merge of #77640 - ethanboxx:int_error_matching_attempt_2, r=KodrAus | Dylan DPC | -2/+4 |
| 2020-11-08 | Auto merge of #78712 - petrochenkov:visitok, r=Aaron1011 | bors | -16/+35 |
| 2020-11-08 | Auto merge of #78874 - m-ou-se:rollup-3jp1ijj, r=m-ou-se | bors | -81/+63 |
| 2020-11-08 | Rollup merge of #78865 - Aaron1011:fix/const-item-mut-reborrow, r=varkor | Mara Bos | -21/+30 |
| 2020-11-08 | Rollup merge of #78861 - o752d:patch-1, r=jonas-schievink | Mara Bos | -10/+9 |
| 2020-11-08 | Rollup merge of #78860 - petrochenkov:resolvefmt, r=Mark-Simulacrum | Mara Bos | -38/+13 |
| 2020-11-08 | Rollup merge of #78843 - tmiasko:inline-trace, r=wesleywiser | Mara Bos | -5/+5 |
| 2020-11-08 | Rollup merge of #78841 - LeSeulArtichaut:foldable-derive, r=lcnr | Mara Bos | -2/+1 |
| 2020-11-08 | Rollup merge of #78828 - matthiaskrgr:sing_chr, r=lcnr | Mara Bos | -5/+5 |
| 2020-11-08 | Auto merge of #78410 - lcnr:revert75443, r=nikomatsakis | bors | -77/+26 |
| 2020-11-08 | Auto merge of #77729 - petrochenkov:mergetarg, r=Mark-Simulacrum | bors | -1061/+322 |
| 2020-11-07 | Use a semicolon instead of a dash in lint note | Aaron Hill | -1/+1 |
| 2020-11-07 | Don't fire `CONST_ITEM_MUTATION` lint when borrowing a deref | Aaron Hill | -21/+30 |
| 2020-11-07 | typo and formatting | o752d | -10/+9 |
| 2020-11-08 | rustc_resolve: Use `#![feature(format_args_capture)]` | Vadim Petrochenkov | -38/+13 |
| 2020-11-07 | Auto merge of #78784 - Mark-Simulacrum:revert-77421, r=petrochenkov | bors | -2/+11 |
| 2020-11-07 | Less verbose debug logging from inlining integrator | Tomasz Miąsko | -5/+5 |
| 2020-11-07 | Small cleanup in `TypeFoldable` derive macro | LeSeulArtichaut | -2/+1 |
| 2020-11-07 | Remove unused `from_hir` call | Joshua Nelson | -5/+3 |
| 2020-11-07 | Fix handling of item names for HIR | Joshua Nelson | -21/+49 |
| 2020-11-07 | Implement destructuring assignment for tuples | Fabian Zaiser | -31/+181 |
| 2020-11-07 | Update recently added targets | Vadim Petrochenkov | -6/+2 |
| 2020-11-07 | rustc_target: Move `linker_flavor` from `Target` to `TargetOptions` | Vadim Petrochenkov | -244/+120 |
| 2020-11-07 | rustc_target: Move `target_vendor` from `Target` to `TargetOptions` | Vadim Petrochenkov | -163/+28 |
| 2020-11-07 | rustc_target: Move `target_env` from `Target` to `TargetOptions` | Vadim Petrochenkov | -158/+27 |
| 2020-11-07 | rustc_target: Move `target_os` from `Target` to `TargetOptions` | Vadim Petrochenkov | -169/+52 |
| 2020-11-07 | rustc_target: Move `target_endian` from `Target` to `TargetOptions` | Vadim Petrochenkov | -168/+75 |
| 2020-11-07 | rustc_target: Move `target_c_int_width` from `Target` to `TargetOptions` | Vadim Petrochenkov | -155/+20 |
| 2020-11-07 | use single char patterns for split() (clippy::single_char_pattern) | Matthias Krüger | -5/+5 |
| 2020-11-06 | improve fixme | Bastian Kauschke | -3/+6 |
| 2020-11-06 | Revert "Revert "resolve: Avoid "self-confirming" import resolutions in one mo... | Mark Rousskov | -2/+11 |
| 2020-11-07 | Rollup merge of #78798 - ankushduacodes:fixing-typo, r=jonas-schievink | Yuki Okushi | -2/+2 |
| 2020-11-07 | Rollup merge of #78795 - est31:node_id_assignment_doc_fix, r=oli-obk | Yuki Okushi | -2/+2 |
| 2020-11-07 | Rollup merge of #78794 - est31:collect_bang, r=oli-obk | Yuki Okushi | -3/+3 |
| 2020-11-07 | Rollup merge of #78771 - tmiasko:inline-consts, r=oli-obk | Yuki Okushi | -8/+10 |
| 2020-11-07 | Rollup merge of #78760 - jyn514:deny-invalid-codeblocks, r=GuillaumeGomez | Yuki Okushi | -0/+1 |
| 2020-11-07 | Rollup merge of #78666 - sasurau4:fix/shellcheck-error, r=jyn514 | Yuki Okushi | -4/+5 |
| 2020-11-07 | Rollup merge of #78167 - Nadrieril:fix-76836_, r=varkor | Yuki Okushi | -34/+93 |
| 2020-11-06 | fix shellcheck error of SC2068 | Daiki Ihara | -4/+4 |
| 2020-11-06 | fix shellcheck error of SC2148 | Daiki Ihara | -0/+1 |
| 2020-11-06 | Auto merge of #78267 - richkadel:llvm-coverage-counters-2.0.3r1, r=tmandry | bors | -1382/+4064 |
| 2020-11-06 | Auto merge of #77856 - GuillaumeGomez:automatic-links-lint, r=jyn514,ollie27 | bors | -22/+35 |
| 2020-11-06 | Fixing Spelling Typos | ankushduacodes | -2/+2 |