-
Notifications
You must be signed in to change notification settings - Fork 142
Description
Updating Rust toolchain from nightly-2025-05-30 to nightly-2025-05-31 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@1bbd62e up to rust-lang/rust@70b3f46. The log for this commit range is:
rust-lang/rust@70b3f4666e Auto merge of #141657 - petrochenkov:nobinroot, r=jieyouxu
rust-lang/rust@15825b7161 Auto merge of #139385 - joboet:threadlocal_address, r=nikic
rust-lang/rust@aa5832b142 Auto merge of #141765 - matthiaskrgr:rollup-4hug83b, r=matthiaskrgr
rust-lang/rust@4fce906481 Rollup merge of #141749 - Noratrieb:RUSTC_ACTUALLY_DO_NOT_RETRY_LINKER_ON_SEGFAULT, r=petrochenkov
rust-lang/rust@4aac899406 Rollup merge of #141746 - Urgau:rework-doc_cfg-checks, r=GuillaumeGomez
rust-lang/rust@611340ffc2 Rollup merge of #141736 - onur-ozkan:resolve-stage0-syroot-from-rustc, r=Kobzol
rust-lang/rust@c61a1e0f9b Rollup merge of #141719 - Berrysoft:cygwin-tls-model, r=mati865
rust-lang/rust@bace7f986c Rollup merge of #141703 - compiler-errors:deref-place, r=lcnr
rust-lang/rust@e6152cdf5b Auto merge of #141573 - nnethercote:rustdoc-alloc-cleanups, r=camelid
rust-lang/rust@6de3a73312 Auto merge of #141753 - matthiaskrgr:rollup-bw4j2u0, r=matthiaskrgr
rust-lang/rust@71529f59b1 Rollup merge of #141747 - lolbinarycat:rustdoc-cfg-138112, r=GuillaumeGomez
rust-lang/rust@3ebdd59770 Rollup merge of #141669 - tgross35:float-test-cleanup, r=RalfJung
rust-lang/rust@5023691213 Rollup merge of #141538 - folkertdev:systemv-x86_64-va_arg, r=workingjubilee
rust-lang/rust@ad2d91ce11 Rollup merge of #141507 - RalfJung:atomic-intrinsics, r=bjorn3
rust-lang/rust@a87bc9d9fe Rollup merge of #141430 - fee1-dead-contrib:push-nmzoprvtsvww, r=petrochenkov
rust-lang/rust@896be667b8 Rollup merge of #141407 - mu001999-contrib:dead-code/refactor, r=petrochenkov
rust-lang/rust@5fc3f26748 Rollup merge of #141004 - matthewjasper:unicode-before-expansion, r=davidtwco
rust-lang/rust@7aba37da44 Rollup merge of #133823 - estebank:issue-56328, r=petrochenkov
rust-lang/rust@68f32169e5 Address review comments.
rust-lang/rust@1c0849d8ba Auto merge of #141651 - compiler-errors:less-assert, r=lcnr
rust-lang/rust@1ac1950c33 Auto merge of #141739 - GuillaumeGomez:rollup-ivboqwd, r=GuillaumeGomez
rust-lang/rust@f1778074fb Remove RUSTC_RETRY_LINKER_ON_SEGFAULT hack
rust-lang/rust@70cce1c762 float: Use assert_biteq! where possible
rust-lang/rust@5446ba3c2d float: Enable some f16 and f128 rounding tests on miri
rust-lang/rust@9907c5a806 float: Replace some approximate assertions with exact
rust-lang/rust@6a79b272ba float: Use a shared assert_biteq! macro for tests
rust-lang/rust@c6eb1d95d3 rustdoc: display doc(cfg(false)) properly
rust-lang/rust@94cc72682e implement va_arg for x86_64 systemv and macOS
rust-lang/rust@9d0845a782 Rework #[doc(cfg(..))] checks as distinct pass in rustdoc
rust-lang/rust@9281958c6a Add tls_model for cygwin and enable has_thread_local
rust-lang/rust@18646a8a7f Rollup merge of #141732 - osiewicz:creader-remove-extraenous-string-clone, r=Kobzol
rust-lang/rust@aaa915944d Rollup merge of #141729 - onur-ozkan:fix-141722, r=jieyouxu
rust-lang/rust@710fa11737 Rollup merge of #141728 - JonathanBrouwer:fix-docs, r=compiler-errors
rust-lang/rust@5f6f23ad6a Rollup merge of #141723 - Kobzol:new-bors-try, r=marcoieni
rust-lang/rust@8c708a473d Rollup merge of #141715 - heiher:loong64-f32-midpoint, r=the8472
rust-lang/rust@a547af9ffc Rollup merge of #141705 - GuillaumeGomez:eslint-tidy, r=Kobzol
rust-lang/rust@cb7efc0cbd Rollup merge of #141676 - tgross35:f16-disable-total-cmp, r=workingjubilee
rust-lang/rust@2b08e4d399 Rollup merge of #141636 - fee1-dead-contrib:push-ntqvvxwuvrvx, r=petrochenkov
rust-lang/rust@161cf3e25b Rollup merge of #141448 - bjorn3:codegen_refactors, r=WaffleLapkin
rust-lang/rust@08bbf245ed Rollup merge of #141384 - Kobzol:enable-review-prefs, r=jieyouxu
rust-lang/rust@be64109131 Rollup merge of #137574 - tgross35:std-float-reorganization, r=workingjubilee
rust-lang/rust@e4d9b06cc8 rustc_codegen_llvm: use threadlocal.address intrinsic to access TLS
rust-lang/rust@8645ef7d8e Fix npm install error
rust-lang/rust@a5f3b1e5df Make std/src/num mirror core/src/num
rust-lang/rust@b1723fc83b Centralize the eslint version between tidy and docker
rust-lang/rust@6eb6010368 Add test for issue 127911 and 128839
rust-lang/rust@f0f661db2b Install eslint in host-x86_64 Dockerfile
rust-lang/rust@0d9f25bb4f resolve target-libdir directly from rustc
rust-lang/rust@0565d43060 resolve stage0 sysroot from rustc
rust-lang/rust@9871e160ea Normalize possibly unnormalized type in relate_type_and_user_type
rust-lang/rust@8c8d2c2e12 creader: Remove extraenous String::clone
rust-lang/rust@2a339ce492 Structurally normalize types as needed in projection_ty_core
rust-lang/rust@f80e3ac4ed Use cfg_attr AST placeholder AST cfg_attr_trace for diagnostics
rust-lang/rust@8e5d57902f Fix false documentation
rust-lang/rust@b2e9c72e72 emit_xtensa_va_arg: use inbounds_ptradd instead of inbounds_gep
rust-lang/rust@059bc382aa Provide secrets to try builds with new bors
rust-lang/rust@367a877147 avoid some usages of &mut P<T> in AST visitors
rust-lang/rust@5e7185583f remove visit_clobber and move DummyAstNode to rustc_expand
rust-lang/rust@b2858f3132 Add loongarch64 with d feature to f32::midpoint fast path
rust-lang/rust@a387c86a92 get rid of rustc_codegen_ssa::common::AtomicOrdering
rust-lang/rust@4794ea176b atomic_load intrinsic: use const generic parameter for ordering
rust-lang/rust@865c7b9c78 Remove unused arg_memory_ty method
rust-lang/rust@f0707fad31 Mark all optimize methods and the codegen method as safe
rust-lang/rust@d7c0bde0c1 Remove methods from StaticCodegenMethods that are not called in cg_ssa itself
rust-lang/rust@669e2ea848 Make predefine methods take &mut self
rust-lang/rust@0809b41cd9 Move supports_parallel from CodegenBackend to ExtraBackendMethods
rust-lang/rust@0fd257d66c Remove a couple of uses of interior mutability around statics
rust-lang/rust@a4cb1c72c5 Reduce amount of types that need to be PartialEq
rust-lang/rust@5b0ab2cbdd The personality function is a Function, not a Value
rust-lang/rust@c593c01703 Remove codegen_unit from MiscCodegenMethods
rust-lang/rust@9e5dd51166 Remove checks that are run with tidy
rust-lang/rust@0527f027e8 Add eslint as part of tidy run
rust-lang/rust@419897c132 Add cfg for FormatShortCmd
rust-lang/rust@19fd098446 float: Disable total_cmp sNaN tests for f16
rust-lang/rust@043b164b3b bootstrap: Remove bin_root from PATH
rust-lang/rust@f6520673fc Warn on non-crate level text direction lints
rust-lang/rust@e5bfd02c5e Avoid including text direction codepoints in lint messages
rust-lang/rust@65bdb31a97 Report text_direction_codepoint_in_literal when parsing
rust-lang/rust@f83ecd8270 Refactor the two-phase check for impls and impl items
rust-lang/rust@905fc0a008 Make some assertions in solver into debug assertions
rust-lang/rust@1f3d9a4b61 Streamline visibility_print_with_space.
rust-lang/rust@8dde6d5349 Streamline TypeAliasPart::get.
rust-lang/rust@4f1f1a2b57 Avoid some unnecessary cloning.
rust-lang/rust@750f57fafe Make {Type,Path}::generics return iterators.
rust-lang/rust@b9b482e9d9 Simplify make_href.
rust-lang/rust@f19d40a3d6 Rename some methods.
rust-lang/rust@b8ce853914 Refactor the end of generate_item_def_id_path.
rust-lang/rust@fa8e910ed9 Simplify make_href.
rust-lang/rust@581fd271f6 Avoid Box in href_relative_parts.
rust-lang/rust@8bed64670f Enable review queue tracking