-
Notifications
You must be signed in to change notification settings - Fork 132
Description
Updating Rust toolchain from nightly-2024-12-18 to nightly-2024-12-19 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@a4cb3c8 up to rust-lang/rust@4ba4ac6. The log for this commit range is:
rust-lang/rust@4ba4ac612d Auto merge of #134443 - joshtriplett:use-field-init-shorthand, r=lqd,tgross35,nnethercote
rust-lang/rust@a52085d9f6 Auto merge of #134470 - jieyouxu:rollup-kld7kmk, r=jieyouxu
rust-lang/rust@29d201a3cb Rollup merge of #134460 - oli-obk:push-ysuklyupnzpq, r=jieyouxu
rust-lang/rust@fbb9e69226 Rollup merge of #134452 - jalil-salame:fix-lazy-cell-docs, r=tgross35
rust-lang/rust@88428f4dc3 Rollup merge of #134444 - jyn514:cranelift-std, r=bjorn3
rust-lang/rust@af96692372 Rollup merge of #134436 - taiki-e:assembly-asm-minicore, r=jieyouxu
rust-lang/rust@099faa8beb Rollup merge of #134420 - Integral-Tech:pathbuf-refactor, r=compiler-errors
rust-lang/rust@7e4f45a377 Rollup merge of #134399 - spastorino:invert-if-condition, r=jieyouxu
rust-lang/rust@f3faaf524c Rollup merge of #134394 - dianne:clarify-pat-2024-migration, r=compiler-errors
rust-lang/rust@0a2d708c31 Rollup merge of #134253 - nnethercote:overhaul-keywords, r=petrochenkov
rust-lang/rust@477f222b02 Rollup merge of #134161 - nnethercote:overhaul-token-cursors, r=spastorino
rust-lang/rust@81fccef2b2 Rollup merge of #133926 - compiler-errors:const-conditions, r=lcnr
rust-lang/rust@2d08e94d12 Rollup merge of #130786 - DianQK:early_otherwise_branch_cleanup, r=oli-obk
rust-lang/rust@057bdb37ec Auto merge of #134428 - nikic:llvm-19.1.6, r=cuviper
rust-lang/rust@d08738c397 mir-opt: Do not handle the cleanup BB in the EarlyOtherwiseBranch
rust-lang/rust@93aea1d0fe mir: require is_cleanup when creating BasicBlockData
rust-lang/rust@15fa788cc3 mir-opt: a sub-BB of a cleanup BB must also be a cleanup BB
rust-lang/rust@7a0b78da91 Reapply "Auto merge of #129047 - DianQK:early_otherwise_branch_scalar, r=cjgillot"
rust-lang/rust@3218476c12 Do not do if ! else, use unnegated cond and swap the branches instead
rust-lang/rust@9ee1695885 Merge some patterns together
rust-lang/rust@3378a5e084 Auto merge of #134425 - clubby789:cargo-update, r=jieyouxu
rust-lang/rust@6de550cc68 Improve comments on Keywords.
rust-lang/rust@ed5b91abc8 Move gen in the keyword list.
rust-lang/rust@1564318482 Only have one source of truth for keywords.
rust-lang/rust@64abe8be33 Simplify AllKeywords.
rust-lang/rust@20bff638bf fix(LazyCell): documentation of get[_mut] was wrong
rust-lang/rust@37e74596c0 Auto merge of #134450 - weihanglo:update-cargo, r=weihanglo
rust-lang/rust@8a85bdc9fb Remove a comment that shouldn't have been committed.
rust-lang/rust@4977640c79 Fix const conditions for RPITITs
rust-lang/rust@a89ca2c85e Auto merge of #134243 - nnethercote:re-export-more-rustc_span, r=jieyouxu
rust-lang/rust@fadcbef1a4 Update cargo
rust-lang/rust@2620eb42d7 Re-export more rustc_span::symbol things from rustc_span.
rust-lang/rust@2903356b2e Overhaul TokenTreeCursor.
rust-lang/rust@52890e8215 Auto merge of #134439 - matthiaskrgr:rollup-grmmmx2, r=matthiaskrgr
rust-lang/rust@39305bfaf2 Fix x build --stage 1 std when using cg_cranelift as the default backend
rust-lang/rust@fd83954d66 Factor out repeated code from eat_dollar.
rust-lang/rust@c82d5865f2 Remove Peekable<TokenStreamIter> uses.
rust-lang/rust@809975c94a Rename RefTokenTreeCursor.
rust-lang/rust@3575e7943b Simplify RefTokenTreeCursor::look_ahead.
rust-lang/rust@0bf6e82c54 Change the lookahead in MacroParser::new.
rust-lang/rust@28c6d0b55b Add the edition guide link from the match 2024 migration lint to the error as well
rust-lang/rust@a105cd6066 Use field init shorthand where possible
rust-lang/rust@77e9051e22 Improve the pattern migration 2024 migration lint's message
rust-lang/rust@70b8527377 Correctly check the edition of subpatterns in the pattern migration 2024 lint
rust-lang/rust@a676872e0f Clarify the match ergonomics 2024 migration lint's output
rust-lang/rust@3b0df8c59f Rollup merge of #134426 - hkBst:patch-3, r=lqd
rust-lang/rust@4b905c8a5d Rollup merge of #134423 - jieyouxu:bootstrap-test-valid, r=onur-ozkan
rust-lang/rust@53635e5547 Rollup merge of #134408 - rmehri01:rpit-inherits-lifetime, r=compiler-errors
rust-lang/rust@264566fc61 Rollup merge of #134378 - lqd:polonius-next-episode-2, r=jackh726
rust-lang/rust@e696f5c180 Rollup merge of #134323 - Zalathar:dismantle-map-data, r=jieyouxu
rust-lang/rust@ca5dfa74f1 Rollup merge of #133801 - Gelbpunkt:powerpc64le-unknown-linux-musl-tier-2, r=jieyouxu,Urgau,Kobzol
rust-lang/rust@938742e687 Rollup merge of #133265 - the8472:extract-if-ranges, r=cuviper
rust-lang/rust@7e6bf003f3 Auto merge of #134376 - jdonszelmann:fix-rustdoc-perf, r=jieyouxu
rust-lang/rust@bd7213ff89 tests/assembly/asm: Remove uses of rustc_attrs and lang_items features by using minicore
rust-lang/rust@0b095f80d8 compiler & tools dependencies: Updating allocator-api2 v0.2.20 -> v0.2.21 Updating annotate-snippets v0.11.4 -> v0.11.5 Updating anyhow v1.0.93 -> v1.0.94 Updating bstr v1.11.0 -> v1.11.1 Updating chrono v0.4.38 -> v0.4.39 Updating clap v4.5.21 -> v4.5.23 Updating clap_builder v4.5.21 -> v4.5.23 Updating clap_complete v4.5.38 -> v4.5.39 Updating clap_lex v0.7.3 -> v0.7.4 Updating colored v2.1.0 -> v2.2.0 Updating console v0.15.8 -> v0.15.10 Updating crossbeam-channel v0.5.13 -> v0.5.14 Updating crossbeam-deque v0.8.5 -> v0.8.6 Updating crossbeam-utils v0.8.20 -> v0.8.21 Updating encode_unicode v0.3.6 -> v1.0.0 Updating fastrand v2.2.0 -> v2.3.0 Updating home v0.5.9 -> v0.5.11 Updating js-sys v0.3.74 -> v0.3.76 Updating libc v0.2.167 -> v0.2.168 Updating miniz_oxide v0.8.0 -> v0.8.1 Updating pest v2.7.14 -> v2.7.15 Updating pest_derive v2.7.14 -> v2.7.15 Updating pest_generator v2.7.14 -> v2.7.15 Updating pest_meta v2.7.14 -> v2.7.15 Updating redox_syscall v0.5.7 -> v0.5.8 Updating rustc-stable-hash v0.1.0 -> v0.1.1 Updating rustix v0.38.41 -> v0.38.42 Updating self_cell v1.0.4 -> v1.1.0 Updating semver v1.0.23 -> v1.0.24 Updating serde v1.0.215 -> v1.0.216 Updating serde_derive v1.0.215 -> v1.0.216 Adding thiserror v2.0.7 Adding thiserror-impl v2.0.7 Updating time v0.3.36 -> v0.3.37 Updating time-macros v0.2.18 -> v0.2.19 Updating tokio v1.41.1 -> v1.42.0 Updating wasm-bindgen v0.2.97 -> v0.2.99 Updating wasm-bindgen-backend v0.2.97 -> v0.2.99 Updating wasm-bindgen-macro v0.2.97 -> v0.2.99 Updating wasm-bindgen-macro-support v0.2.97 -> v0.2.99 Updating wasm-bindgen-shared v0.2.97 -> v0.2.99 Updating wasm-encoder v0.221.0 -> v0.221.2 Updating wasmparser v0.221.0 -> v0.221.2 Updating wast v221.0.0 -> v221.0.2 Updating wat v1.221.0 -> v1.221.2
rust-lang/rust@7eb0d84424 refactor: replace &PathBuf with &Path to enhance generality
rust-lang/rust@1d4530b871 Update to LLVM 19.1.6
rust-lang/rust@c482b31195 Fix typo in uint_macros.rs
rust-lang/rust@13e8313f15 bootstrap: use specific-purpose ui test path
rust-lang/rust@a7f61cad1e Regression test for RPIT inheriting lifetime
rust-lang/rust@541d4e85d9 coverage: Track used functions in a set instead of a map
rust-lang/rust@d34c365eb0 coverage: Pull function source hash out of map_data.rs
rust-lang/rust@527f8127bb coverage: Pull region conversion out of map_data.rs
rust-lang/rust@252276a53d coverage: Pull expression conversion out of map_data.rs
rust-lang/rust@154fae1e8d coverage: Build the global file table on the fly
rust-lang/rust@fe412af4fc coverage: Use is_eligible_for_coverage to filter unused functions
rust-lang/rust@44790c4909 remove obsolete comment and pub(super) visibility
rust-lang/rust@fe521506a6 update uses of extract_if in the compiler
rust-lang/rust@03f1b73339 remove bounds from vec and linkedlist ExtractIf
rust-lang/rust@ab6ad1ae06 Add a range argument to vec.extract_if
rust-lang/rust@62a21038ec try fix hir-attrs perf
rust-lang/rust@8562497d0a improve consistency within fact gen
rust-lang/rust@7ad1f5bec5 refactor type_check module slightly
rust-lang/rust@2024c5d869 simplify emit_outlives_facts
rust-lang/rust@1740a5f84a simplify emit_access_facts and fact generation
rust-lang/rust@5486857448 use let else more consistently in fact generation
rust-lang/rust@afbe101f0e clean up translate_outlives_facts
rust-lang/rust@9d8f58adb2 clean up emit_drop_facts
rust-lang/rust@2fd443888e clean up emit_access_facts
rust-lang/rust@286de9f740 Move dist-powerpc64le-linux to job-linux-4c-largedisk
rust-lang/rust@8bb0fd55b7 Update src/doc/rustc/src/platform-support/powerpc64le-unknown-linux-musl.md
rust-lang/rust@3e3ee4c8ba Fix markdown link
rust-lang/rust@68ce6596ec Promote powerpc64le-unknown-linux-musl to tier 2 with host tools