| Age | Commit message (Expand) | Author | Lines |
| 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 | -355/+1122 |
| 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 #81745 - Kixunil:stabilize_once_poison, r=m-ou-se | Mara Bos | -15/+9 |
| 2021-02-04 | Rollup merge of #81727 - m-ou-se:unstabilize-bits, r=Mark-Simulacrum | Mara Bos | -2/+11 |
| 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 #81711 - saethlin:ipaddr-inline, r=m-ou-se | Mara Bos | -0/+69 |
| 2021-02-04 | Rollup merge of #81710 - TyPR124:patch-2, r=m-ou-se | Mara Bos | -1/+1 |
| 2021-02-04 | Rollup merge of #81645 - m-ou-se:panic-lint, r=estebank,flip1995 | Mara Bos | -258/+396 |
| 2021-02-04 | Rollup merge of #81556 - nikomatsakis:forbidden-lint-groups-lint, r=pnkfelix | Mara Bos | -54/+554 |
| 2021-02-04 | Rollup merge of #79805 - m-ou-se:iterator-reduce, r=KodrAus | Mara Bos | -15/+22 |
| 2021-02-04 | Rollup merge of #74304 - yoshuawuyts:stabilize-wake, r=KodrAus | Mara Bos | -10/+60 |
| 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 | Stabilize poison API of Once, rename poisoned() | Martin Habovstiak | -15/+9 |
| 2021-02-04 | Stabilize feature(iterator_fold_self): Iterator::reduce | Mara Bos | -5/+1 |
| 2021-02-04 | Improve documentation of Iterator::{fold, reduce}. | Mara Bos | -5/+16 |
| 2021-02-04 | Rename Iterator::fold_first to reduce. | Mara Bos | -5/+5 |
| 2021-02-04 | update Miri | Ralf Jung | -7/+7 |
| 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 | Update panic!() documentation about non-string panics. | Mara Bos | -7/+8 |
| 2021-02-03 | Allow/fix non_fmt_panic in tests. | Mara Bos | -35/+42 |
| 2021-02-03 | Make panic/assert calls in rustc compatible with Rust 2021. | Mara Bos | -5/+5 |
| 2021-02-03 | Add lint for `panic!(123)` which is not accepted in Rust 2021. | Mara Bos | -180/+310 |
| 2021-02-03 | Revert stabilizing integer::BITS. | Mara Bos | -2/+11 |
| 2021-02-03 | Auto merge of #81717 - Aaron1011:fix/closure-diag, r=estebank | bors | -2/+20 |
| 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 | -395/+1497 |
| 2021-02-03 | Rollup merge of #81716 - m-ou-se:fix-ice, r=eddyb | Mara Bos | -5/+5 |
| 2021-02-03 | Rollup merge of #81715 - jryans:tab-handling-ice-81614, r=estebank | Mara Bos | -2/+2 |
| 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 | -1/+20 |
| 2021-02-03 | Rollup merge of #80394 - RalfJung:const-err-future, r=oli-obk | Mara Bos | -261/+952 |
| 2021-02-03 | Fix non-existent-field ICE for generic fields. | Mara Bos | -5/+5 |
| 2021-02-03 | Fix panic when emitting diagnostic for closure mutable binding error | Aaron Hill | -2/+20 |
| 2021-02-03 | Reduce tab formatting assertions to debug only | J. Ryan Stinnett | -2/+2 |
| 2021-02-03 | Remove incorrect `delay_span_bug` | Esteban Küber | -1/+20 |
| 2021-02-03 | Stabilize the Wake trait | Yoshua Wuyts | -10/+60 |
| 2021-02-03 | add #[inline] to all the public IpAddr functions | Ben Kimock | -0/+69 |
| 2021-02-03 | OsStr eq_ignore_ascii_case takes arg by value | Tyler Ruckinger | -1/+1 |
| 2021-02-03 | Auto merge of #81294 - pnkfelix:issue-81211-use-ufcs-in-derive-debug, r=oli-obk | bors | -43/+315 |
| 2021-02-03 | make const_err a future incompat lint | Ralf Jung | -261/+952 |
| 2021-02-03 | Auto merge of #81699 - jethrogb:fix-81531, r=petrochenkov | bors | -4/+9 |
| 2021-02-03 | Really fix early lints inside an async desugaring | Jethro Beekman | -4/+9 |
| 2021-02-03 | Auto merge of #81694 - GuillaumeGomez:rollup-odg6xqi, r=GuillaumeGomez | bors | -25/+37 |
| 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 | Rollup merge of #81573 - ehuss:cell-links, r=jackh726 | Guillaume Gomez | -20/+24 |