| Age | Commit message (Expand) | Author | Lines |
| 2021-02-05 | Rollup merge of #81730 - RustyYato:object-safe-allocator, r=Amanieu | Mara Bos | -0/+13 |
| 2021-02-05 | Rollup merge of #81500 - CraftSpider:union-kind, r=jyn514 | Mara Bos | -6/+20 |
| 2021-02-05 | Rollup merge of #81497 - camelid:rustdoc-display_fn-remove-cell, r=jyn514 | Mara Bos | -11/+11 |
| 2021-02-05 | Rollup merge of #81456 - Amanieu:remote-test-server, r=Amanieu | Mara Bos | -17/+10 |
| 2021-02-05 | Rollup merge of #81318 - CraftSpider:json-trait-fix, r=jyn514 | Mara Bos | -11/+30 |
| 2021-02-05 | Rollup merge of #81307 - estebank:invalid-byte-str-span, r=petrochenkov | Mara Bos | -103/+142 |
| 2021-02-05 | Rollup merge of #80726 - lcnr:unsize-query, r=oli-obk | Mara Bos | -0/+36 |
| 2021-02-05 | Rollup merge of #79554 - b-naber:generic-associated-types-in-trait-paths, r=j... | Mara Bos | -37/+897 |
| 2021-02-05 | Auto merge of #81688 - pnkfelix:fix-llvm-version-check-in-run-make-tests, r=s... | bors | -22/+4 |
| 2021-02-05 | Auto merge of #81756 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2021-02-04 | Auto merge of #81761 - m-ou-se:rollup-xp7v07n, r=m-ou-se | bors | -106/+593 |
| 2021-02-04 | add tests | b-naber | -37/+897 |
| 2021-02-04 | Auto merge of #81762 - pietroalbini:fix-install-msys2, r=m-ou-se | bors | -1/+3 |
| 2021-02-04 | ci: only copy python.exe to python3.exe if the latter does not exist | Pietro Albini | -1/+3 |
| 2021-02-04 | Rollup merge of #81725 - mark-i-m:mv-test, r=Mark-Simulacrum | Mara Bos | -0/+0 |
| 2021-02-04 | Rollup merge of #81645 - m-ou-se:panic-lint, r=estebank,flip1995 | Mara Bos | -81/+176 |
| 2021-02-04 | Rollup merge of #81556 - nikomatsakis:forbidden-lint-groups-lint, r=pnkfelix | Mara Bos | -24/+417 |
| 2021-02-04 | Rollup merge of #74304 - yoshuawuyts:stabilize-wake, r=KodrAus | Mara Bos | -1/+0 |
| 2021-02-04 | Update cargo | Eric Huss | -0/+0 |
| 2021-02-04 | Auto merge of #81743 - RalfJung:miri, r=RalfJung | bors | -7/+7 |
| 2021-02-04 | update Miri | Ralf Jung | -7/+7 |
| 2021-02-03 | make Allocator object-safe | RustyYato | -0/+13 |
| 2021-02-04 | add `relaxed_struct_unsize` feature gate | Bastian Kauschke | -0/+25 |
| 2021-02-04 | relax adt unsizing requirements | Bastian Kauschke | -0/+11 |
| 2021-02-03 | Suggest panic!("{}", ..) instead of panic!(..) clippy::expect_fun_call. | Mara Bos | -11/+11 |
| 2021-02-03 | Fix/allow non_fmt_panic in clippy tests. | Mara Bos | -20/+20 |
| 2021-02-03 | Allow/fix non_fmt_panic in tests. | Mara Bos | -28/+35 |
| 2021-02-03 | Add lint for `panic!(123)` which is not accepted in Rust 2021. | Mara Bos | -22/+110 |
| 2021-02-03 | Handle `Span`s for byte and raw strings and add more detail | Esteban Küber | -103/+142 |
| 2021-02-03 | Ignore broken test. | Felix S. Klock II | -0/+1 |
| 2021-02-03 | Auto merge of #81717 - Aaron1011:fix/closure-diag, r=estebank | bors | -0/+18 |
| 2021-02-03 | move test to be with the others | mark | -0/+0 |
| 2021-02-03 | Auto merge of #81718 - m-ou-se:rollup-3ftbymt, r=m-ou-se | bors | -391/+1490 |
| 2021-02-03 | Rollup merge of #81716 - m-ou-se:fix-ice, r=eddyb | Mara Bos | -4/+4 |
| 2021-02-03 | Rollup merge of #81692 - Manishearth:clippyup, r=tmandry | Mara Bos | -126/+518 |
| 2021-02-03 | Rollup merge of #81532 - estebank:ice-ice-baby, r=pnkfelix | Mara Bos | -0/+20 |
| 2021-02-03 | Rollup merge of #80394 - RalfJung:const-err-future, r=oli-obk | Mara Bos | -261/+948 |
| 2021-02-03 | Fix non-existent-field ICE for generic fields. | Mara Bos | -4/+4 |
| 2021-02-03 | Fix panic when emitting diagnostic for closure mutable binding error | Aaron Hill | -0/+18 |
| 2021-02-03 | Remove incorrect `delay_span_bug` | Esteban Küber | -0/+20 |
| 2021-02-03 | Stabilize the Wake trait | Yoshua Wuyts | -1/+0 |
| 2021-02-03 | Auto merge of #81294 - pnkfelix:issue-81211-use-ufcs-in-derive-debug, r=oli-obk | bors | -26/+292 |
| 2021-02-03 | make const_err a future incompat lint | Ralf Jung | -261/+948 |
| 2021-02-03 | Auto merge of #81699 - jethrogb:fix-81531, r=petrochenkov | bors | -0/+5 |
| 2021-02-03 | Really fix early lints inside an async desugaring | Jethro Beekman | -0/+5 |
| 2021-02-03 | Auto merge of #81694 - GuillaumeGomez:rollup-odg6xqi, r=GuillaumeGomez | bors | -4/+12 |
| 2021-02-03 | Rollup merge of #81681 - Smittyvb:rustdoc-shortcuts-styling, r=GuillaumeGomez | Guillaume Gomez | -2/+2 |
| 2021-02-03 | Rollup merge of #81679 - GuillaumeGomez:clean-fixme-match-bind, r=poliorcetic... | Guillaume Gomez | -2/+10 |
| 2021-02-03 | Auto merge of #81346 - hug-dev:nonsecure-call-abi, r=jonas-schievink | bors | -2/+184 |
| 2021-02-02 | Merge commit '3e4179766bcecd712824da04356621b8df012ea4' into sync-from-clippy | Manish Goregaokar | -126/+518 |