| Age | Commit message (Expand) | Author | Lines |
| 2021-12-18 | Rollup merge of #87901 - poliorcetics:pub-pub-pub, r=jackh726 | Matthias Krüger | -45/+154 |
| 2021-12-17 | Auto merge of #89841 - cormacrelf:let-else-typed, r=nagisa | bors | -142/+900 |
| 2021-12-17 | Auto merge of #91838 - scottmcm:array-slice-eq-via-arrays-not-slices, r=dtolnay | bors | -15/+89 |
| 2021-12-17 | Auto merge of #92036 - flip1995:clippyup, r=Manishearth | bors | -4446/+2856 |
| 2021-12-17 | Merge commit '23d11428de3e973b34a5090a78d62887f821c90e' into clippyup | flip1995 | -4446/+2856 |
| 2021-12-17 | Auto merge of #8134 - flip1995:rustup, r=flip1995 | bors | -161/+144 |
| 2021-12-17 | Bump nightly version -> 2021-12-17 | flip1995 | -1/+1 |
| 2021-12-17 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -4463/+2883 |
| 2021-12-17 | Auto merge of #92023 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2021-12-17 | Auto merge of #91812 - camelid:assoc-const-lazy, r=GuillaumeGomez | bors | -20/+31 |
| 2021-12-16 | Update cargo | Eric Huss | -0/+0 |
| 2021-12-17 | Auto merge of #91672 - b-naber:merge-normalize-erasing-regions-queries, r=jac... | bors | -64/+9 |
| 2021-12-16 | Auto merge of #92003 - matthiaskrgr:rollup-obgv0rt, r=matthiaskrgr | bors | -42/+250 |
| 2021-12-16 | Auto merge of #91616 - saethlin:sort_unchecked-sb-fix, r=Mark-Simulacrum | bors | -17/+20 |
| 2021-12-16 | Rollup merge of #92001 - fee1-dead:dmbic-xcrate-fix, r=oli-obk | Matthias Krüger | -2/+24 |
| 2021-12-16 | Rollup merge of #91987 - jsha:docdocgoose, r=jyn514 | Matthias Krüger | -0/+30 |
| 2021-12-16 | Rollup merge of #91967 - lnicola:freebsd-devstat, r=kennytm | Matthias Krüger | -1/+1 |
| 2021-12-16 | Rollup merge of #91947 - ibraheemdev:io-error-other, r=joshtriplett | Matthias Krüger | -0/+27 |
| 2021-12-16 | Rollup merge of #91879 - bugadani:in_band_borrowck, r=wesleywiser | Matthias Krüger | -33/+32 |
| 2021-12-16 | Rollup merge of #91796 - not-my-profile:fix-const_manually_drop-since, r=kennytm | Matthias Krüger | -2/+2 |
| 2021-12-16 | Rollup merge of #91172 - Ethiraric:ethiraric/fix90979, r=petrochenkov | Matthias Krüger | -4/+134 |
| 2021-12-16 | Fix SB problems in slice sorting | Ben Kimock | -17/+20 |
| 2021-12-16 | Auto merge of #91833 - klensy:rd-minus-alloc, r=jyn514 | bors | -11/+6 |
| 2021-12-16 | Fix default_method_body_is_const when used across crates | Deadbeef | -2/+24 |
| 2021-12-16 | Auto merge of #91996 - matthiaskrgr:rollup-8pdt8x7, r=matthiaskrgr | bors | -90/+109 |
| 2021-12-16 | Rollup merge of #91986 - ayrtonm:bump-builtins, r=Amanieu | Matthias Krüger | -3/+3 |
| 2021-12-16 | Rollup merge of #91972 - RalfJung:pref-align-of, r=Mark-Simulacrum | Matthias Krüger | -1/+2 |
| 2021-12-16 | Rollup merge of #91958 - jsha:rust-logo, r=GuillaumeGomez | Matthias Krüger | -18/+28 |
| 2021-12-16 | Rollup merge of #91951 - SparrowLii:master, r=Amanieu | Matthias Krüger | -0/+0 |
| 2021-12-16 | Rollup merge of #91904 - SylvanB:remove_in_band_lifetimes_rustc_trait_selecti... | Matthias Krüger | -54/+63 |
| 2021-12-16 | Rollup merge of #91901 - SylvanB:remove_in_band_lifetimes_rustc_symbol_mangli... | Matthias Krüger | -14/+13 |
| 2021-12-16 | Auto merge of #91527 - the8472:retain-opt, r=dtolnay | bors | -34/+46 |
| 2021-12-15 | Add module documentation for rustdoc passes | Jacob Hoffman-Andrews | -0/+30 |
| 2021-12-16 | Auto merge of #89836 - pierwill:fix-85142-crate-hash, r=wesleywiser | bors | -205/+333 |
| 2021-12-15 | Bump compiler-builtins to 0.1.66 | Ayrton | -3/+3 |
| 2021-12-15 | Add a lint for duplicated attributes. | Ethiraric | -4/+134 |
| 2021-12-15 | Auto merge of #86986 - lcnr:simplify_type, r=nikomatsakis,oli-obk | bors | -80/+179 |
| 2021-12-15 | Remove `in_band_lifetimes` from `rustc_symbol_mangling` | Sylvan Bowdler | -14/+13 |
| 2021-12-15 | Remove `in_band_lifetimes` from `rustc_trait_selection` | Sylvan Bowdler | -54/+63 |
| 2021-12-15 | Apply rust-logo class only on default logo | Jacob Hoffman-Andrews | -18/+28 |
| 2021-12-15 | link to pref_align_of tracking issue | Ralf Jung | -1/+2 |
| 2021-12-15 | Pull in libdevstat on FreeBSD | Laurențiu Nicola | -1/+1 |
| 2021-12-15 | Auto merge of #91962 - matthiaskrgr:rollup-2g082jw, r=matthiaskrgr | bors | -210/+283 |
| 2021-12-15 | Auto merge of #7978 - smoelius:master, r=llogiq | bors | -20/+1887 |
| 2021-12-15 | Expand `is_clone_like` comment | Samuel E. Moelius III | -0/+3 |
| 2021-12-15 | Rollup merge of #91920 - Aaron1011:pred-stable-cmp, r=oli-obk | Matthias Krüger | -1/+1 |
| 2021-12-15 | Rollup merge of #91918 - fee1-dead:constification0-the-great-constification-b... | Matthias Krüger | -2/+26 |
| 2021-12-15 | Rollup merge of #91916 - steffahn:fix-typos, r=dtolnay | Matthias Krüger | -55/+55 |
| 2021-12-15 | Rollup merge of #91915 - jackh726:issue-91899, r=Mark-Simulacrum | Matthias Krüger | -0/+37 |
| 2021-12-15 | Rollup merge of #91898 - compiler-errors:dont_suggest_closure_return_type, r=... | Matthias Krüger | -99/+112 |