about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-12-31Auto merge of #92437 - flip1995:clippyup, r=Manishearthbors-439/+1493
2021-12-30Auto merge of #92426 - calebcartwright:sync-rustfmt-subtree, r=calebcartwrightbors-410/+710
2021-12-30Remove needless allocation from example code of OsStringDavid Tolnay-4/+4
2021-12-30Fix some copy/paste hysteresis in OsString try_reserve docsDavid Tolnay-4/+4
2021-12-30Remove method_call! macroCameron Steffen-25/+16
2021-12-30UI test updates for Result and Option method movesDavid Tolnay-14/+10
2021-12-30Removed `in_band_lifetimes` from `rustc_traits`Anuvrat-10/+9
2021-12-30Remove unnecessary report_symbol_names call (#113)bjorn3-2/+0
2021-12-30Consolidate impl Option<&mut T>David Tolnay-4/+5
2021-12-30Consolidate impl Option<&T>David Tolnay-28/+29
2021-12-30Move Option::as_deref_mutDavid Tolnay-28/+26
2021-12-30Move Option::as_derefDavid Tolnay-28/+26
2021-12-30Move Option::unwrap_or_defaultDavid Tolnay-41/+39
2021-12-30Consolidate impl Result<&mut T, E>David Tolnay-5/+9
2021-12-30Consolidate impl Result<&T, E>David Tolnay-22/+26
2021-12-30Move Result::into_errDavid Tolnay-36/+37
2021-12-30Move Result::into_okDavid Tolnay-36/+37
2021-12-30Move Result::expect_err and Result::unwrap_errDavid Tolnay-56/+60
2021-12-30Move Result::unwrap_or_defaultDavid Tolnay-36/+37
2021-12-30Move Result::expect and Result::unwrapDavid Tolnay-68/+76
2021-12-30Move Result::as_deref_mutDavid Tolnay-25/+26
2021-12-30Move Result::as_derefDavid Tolnay-23/+24
2021-12-30Add negative `impl` for `Ord`, `PartialOrd` on `LocalDefId`pierwill-5/+11
2021-12-30Ignore new failing test_is_sorted testbjorn3-0/+20
2021-12-30Disable long running libcore testsbjorn3-0/+30
2021-12-30Disable portable-simd testbjorn3-0/+24
2021-12-30Add missing feature gatebjorn3-0/+2
2021-12-30Fix display of toggles on mobileGuillaume Gomez-0/+20
2021-12-30Update browser-ui-test version to have assert-position commandGuillaume Gomez-1/+1
2021-12-30Auto merge of #92434 - matthiaskrgr:rollup-m8wuq0v, r=matthiaskrgrbors-37/+176
2021-12-30Import std::arch::asmbjorn3-0/+2
2021-12-30Rustup to rustc 1.59.0-nightly (78fd0f633 2021-12-29)bjorn3-3/+1
2021-12-30Sync from rust 65d8785f0a85d233e00fc84445f1aab451ec9f4fbjorn3-66/+25
2021-12-30Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyupflip1995-439/+1493
2021-12-30Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyupflip1995-439/+1493
2021-12-30Merge commit '40b00f4200fbdeefd11815398cb46394b8cb0a5e' into sync_cg_clif-202...bjorn3-81/+90
2021-12-30Auto merge of #8196 - flip1995:rustup, r=flip1995bors-141/+168
2021-12-30Bump nightly version -> 2021-12-30flip1995-1/+1
2021-12-30Merge remote-tracking branch 'upstream/master' into rustupflip1995-451/+1518
2021-12-30Disable incremental compilation on CIbjorn3-1/+4
2021-12-30Error when selected impl is not const in constckDeadbeef-1/+5
2021-12-30Rollup merge of #92427 - ChayimFriedman2:patch-1, r=kennytmMatthias Krüger-2/+1
2021-12-30Rollup merge of #92423 - weirane:ui-92292, r=fee1-deadMatthias Krüger-0/+32
2021-12-30Rollup merge of #92414 - dtolnay:constnoexpr, r=oli-obkMatthias Krüger-14/+16
2021-12-30Rollup merge of #91519 - petrochenkov:cratexp2, r=Aaron1011Matthias Krüger-21/+127
2021-12-30Move incr comp enable to the build systembjorn3-3/+2
2021-12-30Don't enable optimizations in the dev profilebjorn3-16/+0
2021-12-30Fix dead code warning on windowsbjorn3-1/+1
2021-12-30Only deny warnings for cg_clif build itselfbjorn3-15/+14
2021-12-30Auto merge of #89336 - Aaron1011:variance-struct-diag, r=cjgillotbors-40/+247