-
Notifications
You must be signed in to change notification settings - Fork 128
Description
Updating Rust toolchain from nightly-2023-12-01 to nightly-2023-12-02 requires source changes.
The failed automated run can be found here.
Please review the changes at https://github.com/rust-lang/rust from rust-lang/rust@87e1447 up to rust-lang/rust@8c2b577. The log for this commit range is:
rust-lang/rust@8c2b577217 Auto merge of #113923 - DianQK:restore-no-builtins-lto, r=pnkfelix
rust-lang/rust@b9f53be1e9 Put $(LLVM_BIN_DIR) in quotes to prevent missing backslashes
rust-lang/rust@9cf18e98f8 Auto merge of #117248 - ChrisDenton:ci-symlink, r=m-ou-se
rust-lang/rust@64d7e0d0b6 Auto merge of #115993 - bvanjoi:fix-115966, r=petrochenkov
rust-lang/rust@436d4f62e0 Fix link name for extern "C" in msvc
rust-lang/rust@63d16b5a98 Auto merge of #117472 - jmillikin:stable-c-str-literals, r=Nilstrieb
rust-lang/rust@caf7300432 Auto merge of #118216 - lqd:constraint-generation-non-non, r=matthewjasper
rust-lang/rust@9bf30ebdfa Auto merge of #118493 - TaKO8Ki:rollup-jfkdbyo, r=TaKO8Ki
rust-lang/rust@65026fae88 Rollup merge of #118489 - wesleywiser:vacation, r=wesleywiser
rust-lang/rust@8b6e9cace3 Rollup merge of #118486 - RalfJung:add-feature, r=compiler-errors
rust-lang/rust@a030add411 Rollup merge of #118483 - notriddle:notriddle/fmt-newline, r=GuillaumeGomez
rust-lang/rust@d0941f92d7 vis note for no pub reexports glob import
rust-lang/rust@a1c65db95c Auto merge of #118482 - RalfJung:interpret-local-type, r=WaffleLapkin
rust-lang/rust@c263ccf185 Auto merge of #118461 - celinval:smir-switch-targets, r=ouz-a
rust-lang/rust@1d726a2be0 Auto merge of #118472 - nnethercote:rustc_session, r=bjorn3
rust-lang/rust@d9c645561d Wesley is on vacation
rust-lang/rust@f45631b10f Auto merge of #116892 - ojeda:rethunk, r=wesleywiser
rust-lang/rust@275b793c33 Clarify the lockfile field in IncrCompSession.
rust-lang/rust@e065d96b08 Remove unused field from IncrCompSession.
rust-lang/rust@4b90b26fd8 Move WasiExecModel.
rust-lang/rust@5f11d19be5 Reduce pub exposure.
rust-lang/rust@1dbfe17f12 generic_const_exprs: suggest to add the feature, not use it
rust-lang/rust@9d2c92377d Fix SwitchTarget pretty print
rust-lang/rust@3e0b2fac5d Change SwitchTarget representation
rust-lang/rust@2d476222e8 Add -Zfunction-return={keep,thunk-extern} option
rust-lang/rust@7230f6c5c5 rustdoc: div.where instead of fmt-newline class
rust-lang/rust@a1b03e3067 explain a good reason for why LocalValue does not store the type of the local
rust-lang/rust@d3c9964c20 rustc_codegen_llvm: remove outdated count in comment
rust-lang/rust@b6d0493388 Inline and remove select_debuginfo_compression.
rust-lang/rust@20046ceb40 Sort PRINT_KINDS.
rust-lang/rust@24d4fe4cd9 Improve integer interning in default_configuration.
rust-lang/rust@dba94164e9 Move is_ascii_ident to where it's used.
rust-lang/rust@f8ce1864d3 Update a comment.
rust-lang/rust@c5408b6617 Remove unused FileMatch.
rust-lang/rust@99ac405b96 Move MetadataLoader{,Dyn} to rustc_metadata.
rust-lang/rust@3521abde39 Reorder some use items.
rust-lang/rust@866aa2db66 Remove unused features.
rust-lang/rust@f969af2195 move remaining legacy polonius fact generation out of NLL module
rust-lang/rust@96042bc247 merge NLL "constraint generation" into liveness
rust-lang/rust@626289a9e3 remove polonius fact generation from NLL constraint generation
rust-lang/rust@c976bc114a small polish of loan invalidations fact generation
rust-lang/rust@951901bedc rename polonius constraint generation to what it actually does: emit loan kills
rust-lang/rust@bfd88b0bf1 simplify polonius constraint generation
rust-lang/rust@f53412ab7c remove NLL liveness from polonius constraint generation
rust-lang/rust@9f14698680 extract polonius "constraint generation"
rust-lang/rust@49010833e9 another trivial cleanup
rust-lang/rust@16a5da7be2 extract polonius loan invalidations fact generation
rust-lang/rust@459a616c4f extract polonius universal regions fact generation
rust-lang/rust@3de68e074a extract polonius move fact generation
rust-lang/rust@eca2789f57 remove useless local variables
rust-lang/rust@8d69a1e69e Add crate compiler_builtins to LTO even if the Linkage is IncludedFromDylib
rust-lang/rust@0f41bc21b9 Stabilize C string literals
rust-lang/rust@8ade047454 Error if symlinks not supported in CI
rust-lang/rust@d047968462 Removes fields from CrateInfo that are no longer used.
rust-lang/rust@b592f29a8e Treat extern in compiler-builtins as used
rust-lang/rust@665da1ed32 Update tests/run-make/wasm-builtins-import/main.rs
rust-lang/rust@7d0675125c Update tests/run-make/wasm-builtins-import/main.rs
rust-lang/rust@a6f7596fb9 Add PreservedSymbols from LLVM to LTO.
rust-lang/rust@6762d64063 Removes the useless DisableSimplifyLibCalls parameter.
rust-lang/rust@520081721c Restore #![no_builtins] crates participation in LTO.