| Age | Commit message (Expand) | Author | Lines |
| 2021-12-31 | Auto merge of #92437 - flip1995:clippyup, r=Manishearth | bors | -439/+1493 |
| 2021-12-30 | Auto merge of #92426 - calebcartwright:sync-rustfmt-subtree, r=calebcartwright | bors | -410/+710 |
| 2021-12-30 | Remove needless allocation from example code of OsString | David Tolnay | -4/+4 |
| 2021-12-30 | Fix some copy/paste hysteresis in OsString try_reserve docs | David Tolnay | -4/+4 |
| 2021-12-30 | Remove method_call! macro | Cameron Steffen | -25/+16 |
| 2021-12-30 | UI test updates for Result and Option method moves | David Tolnay | -14/+10 |
| 2021-12-30 | Removed `in_band_lifetimes` from `rustc_traits` | Anuvrat | -10/+9 |
| 2021-12-30 | Remove unnecessary report_symbol_names call (#113) | bjorn3 | -2/+0 |
| 2021-12-30 | Consolidate impl Option<&mut T> | David Tolnay | -4/+5 |
| 2021-12-30 | Consolidate impl Option<&T> | David Tolnay | -28/+29 |
| 2021-12-30 | Move Option::as_deref_mut | David Tolnay | -28/+26 |
| 2021-12-30 | Move Option::as_deref | David Tolnay | -28/+26 |
| 2021-12-30 | Move Option::unwrap_or_default | David Tolnay | -41/+39 |
| 2021-12-30 | Consolidate impl Result<&mut T, E> | David Tolnay | -5/+9 |
| 2021-12-30 | Consolidate impl Result<&T, E> | David Tolnay | -22/+26 |
| 2021-12-30 | Move Result::into_err | David Tolnay | -36/+37 |
| 2021-12-30 | Move Result::into_ok | David Tolnay | -36/+37 |
| 2021-12-30 | Move Result::expect_err and Result::unwrap_err | David Tolnay | -56/+60 |
| 2021-12-30 | Move Result::unwrap_or_default | David Tolnay | -36/+37 |
| 2021-12-30 | Move Result::expect and Result::unwrap | David Tolnay | -68/+76 |
| 2021-12-30 | Move Result::as_deref_mut | David Tolnay | -25/+26 |
| 2021-12-30 | Move Result::as_deref | David Tolnay | -23/+24 |
| 2021-12-30 | Add negative `impl` for `Ord`, `PartialOrd` on `LocalDefId` | pierwill | -5/+11 |
| 2021-12-30 | Ignore new failing test_is_sorted test | bjorn3 | -0/+20 |
| 2021-12-30 | Disable long running libcore tests | bjorn3 | -0/+30 |
| 2021-12-30 | Disable portable-simd test | bjorn3 | -0/+24 |
| 2021-12-30 | Add missing feature gate | bjorn3 | -0/+2 |
| 2021-12-30 | Fix display of toggles on mobile | Guillaume Gomez | -0/+20 |
| 2021-12-30 | Update browser-ui-test version to have assert-position command | Guillaume Gomez | -1/+1 |
| 2021-12-30 | Auto merge of #92434 - matthiaskrgr:rollup-m8wuq0v, r=matthiaskrgr | bors | -37/+176 |
| 2021-12-30 | Import std::arch::asm | bjorn3 | -0/+2 |
| 2021-12-30 | Rustup to rustc 1.59.0-nightly (78fd0f633 2021-12-29) | bjorn3 | -3/+1 |
| 2021-12-30 | Sync from rust 65d8785f0a85d233e00fc84445f1aab451ec9f4f | bjorn3 | -66/+25 |
| 2021-12-30 | Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyup | flip1995 | -439/+1493 |
| 2021-12-30 | Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyup | flip1995 | -439/+1493 |
| 2021-12-30 | Merge commit '40b00f4200fbdeefd11815398cb46394b8cb0a5e' into sync_cg_clif-202... | bjorn3 | -81/+90 |
| 2021-12-30 | Auto merge of #8196 - flip1995:rustup, r=flip1995 | bors | -141/+168 |
| 2021-12-30 | Bump nightly version -> 2021-12-30 | flip1995 | -1/+1 |
| 2021-12-30 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -451/+1518 |
| 2021-12-30 | Disable incremental compilation on CI | bjorn3 | -1/+4 |
| 2021-12-30 | Error when selected impl is not const in constck | Deadbeef | -1/+5 |
| 2021-12-30 | Rollup merge of #92427 - ChayimFriedman2:patch-1, r=kennytm | Matthias Krüger | -2/+1 |
| 2021-12-30 | Rollup merge of #92423 - weirane:ui-92292, r=fee1-dead | Matthias Krüger | -0/+32 |
| 2021-12-30 | Rollup merge of #92414 - dtolnay:constnoexpr, r=oli-obk | Matthias Krüger | -14/+16 |
| 2021-12-30 | Rollup merge of #91519 - petrochenkov:cratexp2, r=Aaron1011 | Matthias Krüger | -21/+127 |
| 2021-12-30 | Move incr comp enable to the build system | bjorn3 | -3/+2 |
| 2021-12-30 | Don't enable optimizations in the dev profile | bjorn3 | -16/+0 |
| 2021-12-30 | Fix dead code warning on windows | bjorn3 | -1/+1 |
| 2021-12-30 | Only deny warnings for cg_clif build itself | bjorn3 | -15/+14 |
| 2021-12-30 | Auto merge of #89336 - Aaron1011:variance-struct-diag, r=cjgillot | bors | -40/+247 |