Automatic toolchain upgrade to nightly-2023-02-05#7
Open
github-actions[bot] wants to merge 4 commits intomainfrom
Open
Automatic toolchain upgrade to nightly-2023-02-05#7github-actions[bot] wants to merge 4 commits intomainfrom
github-actions[bot] wants to merge 4 commits intomainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update Rust toolchain from nightly-2023-02-04 to nightly-2023-02-05 without any other source changes.
This is an automatically generated pull request. If any of the CI checks fail, manual intervention is required. In such a case, review the changes at https://github.com/rust-lang/rust from rust-lang/rust@658fad6 up to rust-lang/rust@50d3ba5. The log for this commit range is:
rust-lang/rust@50d3ba5bcb Auto merge of #107672 - matthiaskrgr:rollup-7e6dbuk, r=matthiaskrgr
rust-lang/rust@47fc625a92 Rollup merge of #107661 - oli-obk:breathing_room, r=oli-obk
rust-lang/rust@d381eca5dc Rollup merge of #107646 - estebank:specific-span, r=compiler-errors
rust-lang/rust@3666fa0800 Rollup merge of #107116 - ozkanonur:consolidate-bootstrap-docs, r=jyn514
rust-lang/rust@3de7d7fb22 Auto merge of #107549 - Zoxc:rustc-shared, r=jyn514
rust-lang/rust@6558326e7b consolidate bootstrap docs
rust-lang/rust@9dee4e4c42 Auto merge of #107267 - cjgillot:keep-aggregate, r=oli-obk
rust-lang/rust@d78fb1a015 Remove Esteban from review queues for a while
rust-lang/rust@4aa6afa7f8 Auto merge of #107618 - chriswailes:linker-arg, r=albertlarsan68
rust-lang/rust@91eb6f9acf Auto merge of #107591 - krasimirgg:llvm-17-pgoopts, r=cuviper
rust-lang/rust@e6c56cda09 review comments
rust-lang/rust@886b2c3e00 Auto merge of #107650 - compiler-errors:rollup-4pntchf, r=compiler-errors
rust-lang/rust@13bd75f425 Rollup merge of #107632 - ameknite:issue-107622-fix, r=jyn514
rust-lang/rust@ef520bd82a Rollup merge of #107631 - BoxyUwU:triagebot_cargo_lock, r=compiler-errors
rust-lang/rust@72599c69b5 Rollup merge of #107621 - compiler-errors:intern-external-constraints, r=lcnr
rust-lang/rust@f7210b3bed Rollup merge of #107615 - notriddle:notriddle/nbsp, r=GuillaumeGomez
rust-lang/rust@1594b58ce7 Rollup merge of #107595 - michaelwoerister:retry_proc_macro_loading, r=petrochenkov
rust-lang/rust@e99e05d135 Rollup merge of #107551 - fee1-dead-contrib:rm_const_fnmut_helper, r=oli-obk
rust-lang/rust@beb5cc9cf7 Rollup merge of #107519 - joboet:raw_os_error_ty, r=Amanieu
rust-lang/rust@e7e8b91b74 Rollup merge of #106887 - compiler-errors:suggest-types-more, r=oli-obk
rust-lang/rust@0b5941aa11 Make const/fn return params more suggestable
rust-lang/rust@41883fd19a intern external constraints
rust-lang/rust@b384692f4c nit fixed
rust-lang/rust@c2b65ffe29 Clarifying that .map() returns None if None.
rust-lang/rust@da1360d981 Provide structured suggestion for binding needing type on E0594
rust-lang/rust@784665d4ce Replace nbsp in all rustdoc code blocks
rust-lang/rust@b886a4de15 Replace
ConstFnMutClosurewith const closuresrust-lang/rust@b83078fd71 loudly tell people when
Cargo.lockchangesrust-lang/rust@134a5aea52 Add a linker argument back to boostrap.py
rust-lang/rust@5c39ba2027 Bless 32bit.
rust-lang/rust@473d0c5510 Introduce write_aggregate.
rust-lang/rust@83173c68f5 Add partial propagation test.
rust-lang/rust@10ec94930b Bless tests.
rust-lang/rust@134d819072 Stop deaggegating MIR.
rust-lang/rust@6a0b218161 Stop deaggregating enums in MIR.
rust-lang/rust@b62a9da0c8 Handle aggregates in DataflowConstProp.
rust-lang/rust@20dd5e09fd Codegen SetDiscriminant after field assignment.
rust-lang/rust@feccf469fb Interpret aggregates.
rust-lang/rust@0241c29123 Put a DefId in AggregateKind.
rust-lang/rust@227b2858da Retry opening proc-macro DLLs a few times on Windows.
rust-lang/rust@4614e5b5bf llvm-wrapper: adapt for LLVM API changes
rust-lang/rust@2b8f8922ee Remove unneeded extern crate
rust-lang/rust@2aceaf4849 Add a new
rustc_driverdylib to rexportrustc_driver_implrust-lang/rust@73681323e6 Rename rustc_driver to rustc_driver_impl
rust-lang/rust@679dde7338 fix parser mistaking const closures for const item
rust-lang/rust@42cc28ac8b std: add type alias for raw OS errors