| Age | Commit message (Expand) | Author | Lines |
| 2021-02-21 | fix rebase | Esteban Küber | -2/+2 |
| 2021-02-21 | tidy | Esteban Küber | -1/+0 |
| 2021-02-21 | Do not suggest `;` if expression is side effect free | Esteban Küber | -47/+21 |
| 2021-02-21 | reword `;` suggestions to have consistent wording | Esteban Küber | -8/+8 |
| 2021-02-21 | Suggest `return`ing tail expressions that match return type | Esteban Küber | -2/+83 |
| 2021-02-21 | Auto merge of #82359 - JohnTitor:rollup-6puemik, r=JohnTitor | bors | -31/+112 |
| 2021-02-21 | Auto merge of #82340 - kennytm:fix-82254, r=Mark-Simulacrum | bors | -16/+34 |
| 2021-02-21 | Rollup merge of #82233 - ijackson:try-block-type-test, r=Mark-Simulacrum | Yuki Okushi | -8/+4 |
| 2021-02-21 | Rollup merge of #82181 - GuillaumeGomez:es5-checks-ci, r=Mark-Simulacrum | Yuki Okushi | -1/+8 |
| 2021-02-21 | Rollup merge of #82177 - rylev:no-delete-bootstrap-windows, r=Mark-Simulacrum | Yuki Okushi | -4/+36 |
| 2021-02-21 | Rollup merge of #81966 - deg4uss3r:degausser/aarch64_apple_ios_sim, r=shepmaster | Yuki Okushi | -0/+1 |
| 2021-02-21 | Rollup merge of #81833 - the8472:parallel-bootstrap-rustfmt, r=Mark-Simulacrum | Yuki Okushi | -18/+63 |
| 2021-02-21 | Auto merge of #79100 - a1phyr:better_assert_eq, r=m-ou-se | bors | -816/+230 |
| 2021-02-21 | Auto merge of #82253 - RalfJung:miri, r=RalfJung | bors | -10/+7 |
| 2021-02-20 | Fix some Python2->3 error in publish_toolstate.py by type-checking it | kennytm | -16/+34 |
| 2021-02-20 | remove redundant box wrapper | The8472 | -4/+4 |
| 2021-02-20 | limit rustfmt parallelism by taking -j into account | The8472 | -3/+3 |
| 2021-02-20 | parallelize x.py test tidy | The8472 | -19/+64 |
| 2021-02-20 | iOS simulator: pick the target based on the environment variable | Jan-Erik Rediger | -1/+1 |
| 2021-02-20 | Auto merge of #82341 - GuillaumeGomez:rollup-t7y7tyg, r=GuillaumeGomez | bors | -9/+78 |
| 2021-02-20 | Rollup merge of #82332 - GuillaumeGomez:no-src-link-on-dummy-spans, r=jyn514 | Guillaume Gomez | -0/+19 |
| 2021-02-20 | Rollup merge of #82316 - ehuss:lto-doc-fix, r=GuillaumeGomez | Guillaume Gomez | -3/+3 |
| 2021-02-20 | Rollup merge of #81991 - osa1:issue81839, r=estebank | Guillaume Gomez | -6/+56 |
| 2021-02-20 | Auto merge of #70951 - cjgillot:anarchy, r=oli-obk | bors | -3/+1 |
| 2021-02-20 | Add test for no src links on dummy spans | Guillaume Gomez | -0/+12 |
| 2021-02-20 | Don't render [src] link on dummy spans | Guillaume Gomez | -0/+7 |
| 2021-02-20 | update Miri | Ralf Jung | -10/+7 |
| 2021-02-19 | Fix minor mistake in LTO docs. | Eric Huss | -3/+3 |
| 2021-02-19 | Add tests for !Sized trait display | Guillaume Gomez | -0/+17 |
| 2021-02-19 | Show negative implementation of Sized trait | Guillaume Gomez | -90/+125 |
| 2021-02-19 | added aarch64_apple_ios_sim as a rustc target | Ricky (deg4uss3r) | -0/+1 |
| 2021-02-19 | Move try_print_query_stack to rustc_interface. | Camille GILLOT | -3/+1 |
| 2021-02-19 | Auto merge of #82020 - jyn514:mut-passes, r=camelid,GuillaumeGomez | bors | -326/+284 |
| 2021-02-19 | Rollup merge of #82275 - ehuss:update-cargo, r=ehuss | Dylan DPC | -0/+0 |
| 2021-02-19 | Rollup merge of #82261 - ojeda:rustdoc-argfile, r=jyn514 | Dylan DPC | -1/+59 |
| 2021-02-19 | Rollup merge of #82259 - osa1:issue82156, r=petrochenkov | Dylan DPC | -0/+12 |
| 2021-02-19 | Rollup merge of #82245 - estebank:issue-78653, r=matthewjasper | Dylan DPC | -0/+28 |
| 2021-02-19 | Rollup merge of #82238 - petrochenkov:nocratemod, r=Aaron1011 | Dylan DPC | -9/+10 |
| 2021-02-19 | Rollup merge of #81496 - guswynn:expected_async_block, r=oli-obk | Dylan DPC | -0/+65 |
| 2021-02-19 | rustdoc: Support argument files | Miguel Ojeda | -1/+59 |
| 2021-02-18 | Add explanations and suggestions to `irrefutable_let_patterns` lint | Camelid | -5/+54 |
| 2021-02-18 | Update cargo | Eric Huss | -0/+0 |
| 2021-02-18 | Fix popping singleton paths in when generating E0433 | Ömer Sinan Ağacan | -0/+12 |
| 2021-02-18 | Rollup merge of #82246 - jesusprubio:add-long-explanation-e0549, r=GuillaumeG... | Dylan DPC | -1/+1 |
| 2021-02-18 | Rollup merge of #82236 - matthiaskrgr:useless_conv, r=jyn514 | Dylan DPC | -3/+3 |
| 2021-02-18 | Rollup merge of #82218 - rylev:copy-pdbs, r=Mark-Simulacrum | Dylan DPC | -2/+10 |
| 2021-02-18 | Rollup merge of #82215 - TaKO8Ki:replace-if-let-while-let, r=varkor | Dylan DPC | -34/+34 |
| 2021-02-18 | Rollup merge of #82194 - estebank:arbitrary-bounds-suggestion, r=petrochenkov | Dylan DPC | -1/+21 |
| 2021-02-18 | Rollup merge of #82112 - BoxyUwU:tumbleweed, r=varkor | Dylan DPC | -0/+34 |
| 2021-02-18 | Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726 | Dylan DPC | -76/+300 |