| 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 #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-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 | -24/+29 |
| 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 #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 | 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 | 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-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 #78666 - sasurau4:fix/shellcheck-error, r=jyn514 | Yuki Okushi | -0/+2 |
| 2020-11-07 | Rollup merge of #78167 - Nadrieril:fix-76836_, r=varkor | Yuki Okushi | -5/+18 |
| 2020-11-06 | fix shellcheck error of SC2148 | Daiki Ihara | -0/+2 |
| 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 | -0/+188 |
| 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 |
| 2020-11-05 | Added comments on remapping expression IDs, and URL to spanviews | Rich Kadel | -116/+1169 |
| 2020-11-05 | Injecting expressions in place of counters where helpful | Rich Kadel | -547/+529 |
| 2020-11-05 | Adds coverage graphviz | Rich Kadel | -0/+37 |
| 2020-11-05 | Implemented CoverageGraph of BasicCoverageBlocks | Rich Kadel | -294/+216 |
| 2020-11-05 | Rust coverage before splitting instrument_coverage.rs | Rich Kadel | -818/+9062 |
| 2020-11-06 | inliner: Use substs_for_mir_body | Tomasz Miąsko | -0/+91 |
| 2020-11-05 | Emit lints in the order in which they occur in the file. | Nadrieril | -4/+4 |
| 2020-11-05 | Fix unreachable sub-branch detection | Nadrieril | -6/+12 |
| 2020-11-05 | Add test | Nadrieril | -4/+11 |
| 2020-11-06 | More detailed output for the nonterminal marking test | Vadim Petrochenkov | -1/+95 |
| 2020-11-06 | rustc_ast: Visit tokens stored in AST nodes in mutable visitor | Vadim Petrochenkov | -0/+27 |
| 2020-11-05 | Auto merge of #78638 - vn-ki:bindigs-after-at-issue-69971, r=oli-obk | bors | -595/+524 |
| 2020-11-05 | Rollup merge of #78742 - vn-ki:fix-issue-78655, r=oli-obk | Mara Bos | -15/+42 |
| 2020-11-05 | Rollup merge of #78739 - hameerabbasi:issue-78654, r=nikomatsakis | Mara Bos | -0/+54 |
| 2020-11-05 | Rollup merge of #78738 - sasurau4:test/move-range-test-to-library-core, r=jyn514 | Mara Bos | -51/+0 |
| 2020-11-05 | Rollup merge of #78727 - liketechnik:issue-55201, r=GuillaumeGomez | Mara Bos | -6/+6 |
| 2020-11-05 | Rollup merge of #78425 - chansuke:move_nan, r=jyn514 | Mara Bos | -9/+0 |
| 2020-11-05 | Rollup merge of #76718 - poliorcetics:vec-ui-to-unit-test, r=jyn514 | Mara Bos | -207/+0 |
| 2020-11-05 | Rename lint to non_autolinks | Guillaume Gomez | -11/+11 |
| 2020-11-05 | Improve lint even more | Guillaume Gomez | -0/+2 |
| 2020-11-05 | Don't check for URLs inside codeblocks | Guillaume Gomez | -20/+24 |
| 2020-11-05 | Rename automatic_links to url_improvements | Guillaume Gomez | -4/+4 |
| 2020-11-05 | Improve automatic_links globally | Guillaume Gomez | -3/+137 |