| Age | Commit message (Expand) | Author | Lines |
| 2020-11-20 | Auto merge of #78088 - fusion-engineering-forks:panic-fmt-lint, r=estebank | bors | -136/+9 |
| 2020-11-19 | Clippy: Match on assert!() expansions without an inner block. | Mara Bos | -2/+5 |
| 2020-11-19 | Remove the clippy::panic-params lint. | Mara Bos | -134/+4 |
| 2020-11-19 | Auto merge of #79200 - Dylan-DPC:rollup-su689pq, r=Dylan-DPC | bors | -1/+2 |
| 2020-11-19 | Rollup merge of #79116 - petrochenkov:gdbwarn, r=Mark-Simulacrum | Dylan DPC | -1/+2 |
| 2020-11-19 | update Miri | Ralf Jung | -7/+9 |
| 2020-11-18 | Rollup merge of #79145 - camelid:clippy-fix-panics, r=flip1995 | Mara Bos | -54/+106 |
| 2020-11-17 | Fix handling of panic calls | Camelid | -54/+106 |
| 2020-11-17 | Rollup merge of #79120 - calebcartwright:update-rustfmt, r=Mark-Simulacrum | Mara Bos | -5/+5 |
| 2020-11-17 | Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk | bors | -1/+3 |
| 2020-11-17 | Rollup merge of #79107 - pietroalbini:build-manifest-newline, r=Mark-Simulacrum | Mara Bos | -4/+4 |
| 2020-11-16 | update rustfmt to v1.4.27 | Caleb Cartwright | -5/+5 |
| 2020-11-17 | compiletest: Fix a warning in debuginfo tests on windows-gnu | Vadim Petrochenkov | -1/+2 |
| 2020-11-16 | clippy: fold by value | Bastian Kauschke | -15/+15 |
| 2020-11-16 | build-manifest: strip newline from rustc version | Pietro Albini | -4/+4 |
| 2020-11-15 | Auto merge of #79064 - ehuss:rustbook-logs, r=Mark-Simulacrum | bors | -0/+2 |
| 2020-11-15 | Rollup merge of #79063 - calebcartwright:update-rustfmt, r=Mark-Simulacrum | Jonas Schievink | -5/+5 |
| 2020-11-15 | Rollup merge of #79016 - fanzier:underscore-expressions, r=petrochenkov | Jonas Schievink | -0/+1 |
| 2020-11-14 | Fix displaying errors when rustbook tests fail. | Eric Huss | -0/+2 |
| 2020-11-14 | Update rustfmt to v1.4.26 | Caleb Cartwright | -5/+5 |
| 2020-11-14 | Set the default `BreakTy` to `!` | LeSeulArtichaut | -0/+2 |
| 2020-11-14 | Introduce `TypeVisitor::BreakTy` | LeSeulArtichaut | -1/+1 |
| 2020-11-14 | Auto merge of #78809 - vn-ki:fix-issue-76064, r=oli-obk | bors | -16/+2 |
| 2020-11-14 | Add underscore expressions for destructuring assignments | Fabian Zaiser | -0/+1 |
| 2020-11-13 | Auto merge of #79011 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2020-11-13 | update clippy test ouput | Vishnunarayan K I | -16/+2 |
| 2020-11-12 | Update cargo | Eric Huss | -0/+0 |
| 2020-11-13 | Auto merge of #78990 - RalfJung:miri, r=RalfJung | bors | -6/+6 |
| 2020-11-12 | Rollup merge of #78972 - ehuss:update-cargo, r=ehuss | Mara Bos | -0/+0 |
| 2020-11-12 | Rollup merge of #78970 - calebcartwright:update-rustfmt, r=Aaron1011 | Mara Bos | -5/+5 |
| 2020-11-12 | Rollup merge of #78836 - fanzier:struct-and-slice-destructuring, r=petrochenkov | Mara Bos | -8/+32 |
| 2020-11-12 | update Miri | Ralf Jung | -6/+6 |
| 2020-11-11 | Update cargo | Eric Huss | -0/+0 |
| 2020-11-11 | update rustfmt | Caleb Cartwright | -5/+5 |
| 2020-11-12 | Auto merge of #78782 - petrochenkov:nodoctok, r=Aaron1011 | bors | -4/+4 |
| 2020-11-11 | Implement destructuring assignment for structs and slices | Fabian Zaiser | -8/+32 |
| 2020-11-11 | Fix typo in comment | Ikko Ashimine | -1/+1 |
| 2020-11-09 | Rollup merge of #78710 - petrochenkov:macvisit, r=davidtwco | Dylan DPC | -7/+1 |
| 2020-11-09 | Rollup merge of #78228 - pietroalbini:finally, r=Mark-Simulacrum | Dylan DPC | -0/+1 |
| 2020-11-09 | Do not collect tokens for doc comments | Vadim Petrochenkov | -4/+4 |
| 2020-11-08 | Rollup merge of #78775 - ghedo:bump-rustfmt-rls, r=Mark-Simulacrum | Mara Bos | -5/+6 |
| 2020-11-08 | Rollup merge of #78658 - casey:x, r=Mark-Simulacrum | Mara Bos | -0/+107 |
| 2020-11-06 | update Miri | Ralf Jung | -6/+6 |
| 2020-11-06 | Bump Rustfmt and RLS | Alessandro Ghedini | -5/+6 |
| 2020-11-07 | Rollup merge of #78705 - Mark-Simulacrum:nicer-failure-compiletest, r=jyn514 | Yuki Okushi | -2/+35 |
| 2020-11-05 | Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703' into clippyup | flip1995 | -675/+2839 |
| 2020-11-05 | ci: build docs for aarch64-unknown-linux-gnu | Pietro Albini | -0/+1 |
| 2020-11-05 | Rollup merge of #78756 - ehuss:update-cargo, r=ehuss | Mara Bos | -0/+0 |
| 2020-11-04 | Update cargo | Eric Huss | -0/+0 |
| 2020-11-04 | Auto merge of #78662 - sexxi-goose:add_expr_id_to_delegate, r=nikomatsakis | bors | -16/+16 |