-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Updating Rust toolchain from nightly-2024-09-20 to nightly-2024-09-21 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@506f22b up to rust-lang/rust@da88968. The log for this commit range is:
rust-lang/rust@da889684c8 Auto merge of #130631 - GuillaumeGomez:rollup-jpgy1iv, r=GuillaumeGomez
rust-lang/rust@81b818e15a Rollup merge of #130624 - theemathas:vec_as_non_null, r=Noratrieb
rust-lang/rust@5708062bc1 Rollup merge of #130619 - GuillaumeGomez:scraped-examples-height, r=notriddle
rust-lang/rust@7adf4c2b6f Rollup merge of #130617 - lcnr:nalgebra-hang-3, r=compiler-errors
rust-lang/rust@df2b730e01 Rollup merge of #130614 - arttet:arm64e-apple-tvos, r=bjorn3
rust-lang/rust@2a3f353f04 Rollup merge of #130611 - bjoernager:const-char-encode-utf8, r=dtolnay
rust-lang/rust@fe5f734e6a Rollup merge of #130526 - eholk:pin-reborrow, r=compiler-errors
rust-lang/rust@bf6389f077 Rollup merge of #128209 - beetrees:no-macos-10.10, r=jieyouxu
rust-lang/rust@5ba6db1b64 Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors
rust-lang/rust@ff86269368 Add Vec::as_non_null
rust-lang/rust@a6aeba83be update tests
rust-lang/rust@340b38ed67 Add arm64e-apple-tvos target
rust-lang/rust@9613f487ae add comment
rust-lang/rust@fb46739014 Auto merge of #130615 - GuillaumeGomez:rollup-tq0ff7y, r=GuillaumeGomez
rust-lang/rust@5a219cba95 bail if there are too many non-region infer vars
rust-lang/rust@55058b6c74 Add GUI tests for line numbers padding
rust-lang/rust@38bf2894fe Improve paddings for code blocks line numbers
rust-lang/rust@660210c4af Add GUI test to check size of additional scraped examples
rust-lang/rust@9104632c4f Revert additional scraped examples height
rust-lang/rust@bfadadf78f Address diagnostics regression for 'const_char_encode_utf8';
rust-lang/rust@b2bcdbc797 Rollup merge of #130607 - GnomedDev:remove-seekfrom-paths, r=compiler-errors
rust-lang/rust@f784c5281e Rollup merge of #130605 - clubby789:change-test, r=jieyouxu
rust-lang/rust@3e21426429 Rollup merge of #130585 - GuillaumeGomez:add-rustdoc-template-tidy-check, r=notriddle
rust-lang/rust@6a762c96ed Rollup merge of #130566 - jieyouxu:breakup-runtest, r=compiler-errors
rust-lang/rust@9cbb1cb07c Rollup merge of #129755 - vincenzopalazzo:macros/recursive-macros-between-edition, r=compiler-errors
rust-lang/rust@5c60185c53 Rollup merge of #129542 - zachs18:cow-self-test, r=compiler-errors
rust-lang/rust@1a5a2240bc Auto merge of #130506 - nnethercote:rustc_codegen_llvm-cleanups, r=jieyouxu
rust-lang/rust@98e68e5040 [Clippy] Remove final std paths for diagnostic item
rust-lang/rust@e9fcb7db4d Fix feature name in test
rust-lang/rust@2b11f265b6 Auto merge of #130508 - adwinwhite:niche-not-depend-on-order, r=the8472
rust-lang/rust@976487c48b Auto merge of #130597 - matthiaskrgr:rollup-9ls4066, r=matthiaskrgr
rust-lang/rust@ee4afa39a2 Rollup merge of #130582 - notriddle:notriddle/doctest-span, r=GuillaumeGomez
rust-lang/rust@ee2bec0af7 Rollup merge of #130567 - jieyouxu:tool-docs-compiletest, r=Kobzol
rust-lang/rust@b963750b6b Rollup merge of #130485 - compiler-errors:impossible-types, r=BoxyUwU
rust-lang/rust@2e45ec36c7 Auto merge of #130593 - ytmimi:sync-from-rustfmt, r=ytmimi
rust-lang/rust@eeda9dd070 Merge commit 'b23b69900eab1260be510b2bd8922f4b6de6cf1e' into sync-from-rustfmt
rust-lang/rust@b23b69900e chore: prep v1.8.0 release
rust-lang/rust@5793a9e902 Auto merge of #130561 - lukas-code:perf-normalize-env, r=compiler-errors
rust-lang/rust@a18800f807 pin_ergonomics: allow reborrowing as Pin<&T>
rust-lang/rust@92a5d21bc4 Add a test case to make sure we don't reborrow twice
rust-lang/rust@b2b76fb706 Allow shortening reborrows
rust-lang/rust@8745bcf99b Add tidy check for rustdoc templates to ensure the whitespace characters are all stripped
rust-lang/rust@65e432db60 rustdoc: use the correct span for doctests
rust-lang/rust@08453d5ac2 Fix compiletest doc comments
rust-lang/rust@b3e1e4194e Register tool docs for compiletest
rust-lang/rust@60600a6fa4 Break up compiletest runtest.rs into smaller helper modules
rust-lang/rust@1999d065b7 skip normalizing param env if it is already normalized
rust-lang/rust@1f359405cb Reformat some comments.
rust-lang/rust@5fd16dffdc Merge adjacent unsafe extern "C" blocks.
rust-lang/rust@c5af8b2722 Avoid heavy repetition in llvm/ffi.rs.
rust-lang/rust@3b071692cb Remove a low-value local variable.
rust-lang/rust@ccd6c6102d Fix a comment.
rust-lang/rust@badd8cc8f4 Reduce visibility.
rust-lang/rust@bfef2611d9 Reorder ConstMethods.
rust-lang/rust@fda530d729 Streamline hidden visibility setting.
rust-lang/rust@eb575506f2 Remove a low-value comment.
rust-lang/rust@4ce010efcf Use a macro to factor out some repetitive code.
rust-lang/rust@0d78f1e86b Reduce repetition in target_is_apple.
rust-lang/rust@9429e64c24 Streamline report_inline_asm.
rust-lang/rust@63210bd68c Rename a parameter.
rust-lang/rust@785a26af03 Streamline register methods.
rust-lang/rust@937b09b389 Make the intention of the miri test more clear
rust-lang/rust@c4574cba3b Adapt test to new layout
rust-lang/rust@a73c8b1171 Apply code review suggestions
rust-lang/rust@dd6460ba9f Add known-bug and update comments to describe correct behavior in light of bug
rust-lang/rust@7b7992fbcf Begin experimental support for pin reborrowing
rust-lang/rust@9ac23dde37 Get rid of niche selection's dependence on fields's order
rust-lang/rust@31e799f17f Document changes for the next release
rust-lang/rust@87bc2f77ea Do not expect infer/bound/placeholder/error in v0 symbol mangling
rust-lang/rust@7653811ac5 Add coverage for pat too
rust-lang/rust@255586d659 test: cross-edition metavar fragment specifiers
rust-lang/rust@b552eb9e3a Avoid an allocation in rewrite_int_lit
rust-lang/rust@008b3df97d Avoid allocating Vec in light_rewrite_comment
rust-lang/rust@019578f924 Use usize::MAX instead of deprecated usize::max_value
rust-lang/rust@5230e8fbe6 Non-panicking Display for Path
rust-lang/rust@3b0ce1bc33 Update tests for hidden references to mutable static
rust-lang/rust@74cab947f7 Disallow hidden references to mutable static
rust-lang/rust@d6d9e76240 Add tests showing how comments are handled
rust-lang/rust@df06d7eb09 Format trailing where clauses in rustfmt
rust-lang/rust@14d5165960 refactor - show file path in error message when parsing config from toml
rust-lang/rust@16f0ecc84c config_proc_macro: bump edition to 2021
rust-lang/rust@7e507a8396 config_proc_macro: reduce syn's features
rust-lang/rust@2e66891370 remove unused tracing-attributes
rust-lang/rust@a1017ae046 Merge pull request #6320 from ytmimi/subtree-push-nightly-2024-09-10
rust-lang/rust@d66e974c70 remove stray comments
rust-lang/rust@5f72f9dfc3 Regression test for #129541
rust-lang/rust@bd5873ae12 bump toolchain to nightly-2024-09-10
rust-lang/rust@348a499e8b Merge remote-tracking branch 'upstream/master' into subtree-push-nightly-2024-09-10
rust-lang/rust@182a20378b ci: bump actions/checkout to v4
rust-lang/rust@91b2c17ffb Add missing backtick in comment (#6317)
rust-lang/rust@e1712ea92f Fix tools
rust-lang/rust@d720a7ef77 impl rewrite_result for ast::Expr
rust-lang/rust@b40c3cc388 impl rewrite_result for ForeignItem
rust-lang/rust@2639370905 impl rewrite_result for TraitAliasBounds, WherePredicate
rust-lang/rust@0444056aa3 Remove macOS 10.10 dynamic linker bug workaround
rust-lang/rust@1a70f40d7f Avoid allocation in ChainItemKind::is_tup_field_access
rust-lang/rust@06e16449d2 Add test cases for issue 4381
rust-lang/rust@ae59ee755a sort rustfmt imports
rust-lang/rust@296417260c use version-sort when reordering imports using style_edition=2024
rust-lang/rust@1681c91a35 implement version-sorting algorithm for rust identifiers
rust-lang/rust@5d30ce6844 Avoid allocating intermediate strings in determine_operation
rust-lang/rust@9d407bfd1b Avoid allocating intermediate strings in ItemizedBlock::trimmed_block_as_string
rust-lang/rust@40909b4331 Fix test_editions_2015_2018_2021_identical
rust-lang/rust@35b3889c77 impl rewrite_result for ControlFlow, Stmt, update rewrite_index
rust-lang/rust@193051438d update rewrite_assignment to return RewriteResult
rust-lang/rust@c3beb05687 Remove #[macro_use] extern crate tracing from rustfmt.
rust-lang/rust@1fcfd57e2f Remove #[macro_use] extern crate tracing from rustfmt helpers.
rust-lang/rust@46cb7d3220 refactor: improve mapping of legacy 'version' to 'style_edition'
rust-lang/rust@065258659d feat: implement 2024 Style Edition for expr overflows
rust-lang/rust@0c6515cacc feat: support style edition differing defaults in config loading
rust-lang/rust@c0c3dc7a25 refactor: include edition & style edition in CliOptions
rust-lang/rust@53d5ccd5e9 refactor: use style edition when loading from partial config
rust-lang/rust@5ee4d3b532 Remove outdated comment from mac.yml
rust-lang/rust@6f5e99b7b5 update macro rewrite functions to return RewriteResult
rust-lang/rust@448906160d Merge pull request #6285 from ytmimi/subtree-push-nightly-2024-08-17
rust-lang/rust@9cfbd23ac4 Auto merge of #128771 - carbotaniuman:stabilize_unsafe_attr, r=nnethercote
rust-lang/rust@d34fca4f01 bump toolchain to nightly-2024-08-17
rust-lang/rust@6bcadd6aa4 Merge remote-tracking branch 'upstream/master' into subtree-push-nightly-2024-08-17
rust-lang/rust@fbe04244f8 update rewrite_chain to return RewriteResult
rust-lang/rust@caaa612a0b Ensure that fn config_path returns canonicalized paths.
rust-lang/rust@68dc912b99 update rewrite functions in imports.rs
rust-lang/rust@7b2299a2d2 Use impl PartialEq<TokenKind> for Token more.
rust-lang/rust@57af02c9c4 Link std statically in rustc_driver
rust-lang/rust@87949d7dde Stabilize unsafe_attributes
rust-lang/rust@40f5075269 impl rewrite_result for Pat, TuplePatField
rust-lang/rust@88944668fe Print empty commit info without trailing hyphen
rust-lang/rust@15c75fec4f Check exit status of git commands spawned by build script
rust-lang/rust@17c5869dff Print a deterministic length of commit hash in --version
rust-lang/rust@a1361bd0d5 Run check-diff tests in ci
rust-lang/rust@63d50dd1d7 Add cd and git clone functionality to check-diff crate
rust-lang/rust@b8a5b211ef impl rewrite_result for ChainItem
rust-lang/rust@3d468e2d92 update combine_strs_with_missing_comments
rust-lang/rust@5325b9e98c modify rewrite_literal
rust-lang/rust@6159460963 rustfmt: Remove has_cpuid from test
rust-lang/rust@90a86a78d2 Suppress must_use on eat calls in rustfmt
rust-lang/rust@cf352a766f chore: apply review suggestions
rust-lang/rust@d66ab31b53 tests: add new load_config tests
rust-lang/rust@d65daa9c4f refactor: rebase with set_cli() behavior
rust-lang/rust@7a5a936e79 docs: use StyleEdition in dev guide
rust-lang/rust@aa8a53f687 refactor: switch idempotence/system tests to style_edition
rust-lang/rust@e04e411852 tests: validate style_edition derivation
rust-lang/rust@b6c89fc657 feat: add --style-edition option to rustfmt binary
rust-lang/rust@7c41e2bfba refactor: switch from 'version' to 'style_edition'
rust-lang/rust@c2c9be5b2d feat: implement Style Edition support
rust-lang/rust@d8ae6a99e6 tests: add a few for style edition config defaults
rust-lang/rust@a23d3ccb84 refactor: track configs set from cli flags
rust-lang/rust@e21c1e220b refactor rewrite_array, pair, tuple, call
rust-lang/rust@1313d61842 modfiy ListItem to hold RewriteResult as the item field
rust-lang/rust@6ccf539b19 modify trait bound of itemize_list
rust-lang/rust@ea02de27ff refactor rewrite_match and impl rewrite_result for ArmWrapper
rust-lang/rust@babc2f9b8a modify rewrite_struct_lit, rewrite_struct_pat
rust-lang/rust@3cbc91e9d6 modify rewrite_path and impl rewrite_result for related AST nodes
rust-lang/rust@7cdb426c05 Implement StyleEditionDefault for each config option
rust-lang/rust@071ca7dc45 refactor rewrite_closure
rust-lang/rust@bb56224d2a refactor rewrite_block
rust-lang/rust@163d26ea9d Remove rustdoc tests which no longer parse
rust-lang/rust@add045979b add release date for v1.7.1
rust-lang/rust@c8290a5fb7 ensure parse errors aren't emitted when formatting doc comments (#6232)
rust-lang/rust@eed7e237bc rewrite_result for GenericBounds, GenericParam, SegmentParam
rust-lang/rust@f62d730e54 impl rewrite_result for AssocItemConstraintKind, GenericArg, GenericBound, Ty
rust-lang/rust@21afdb81f8 add Ext trait for converting Option->RewriteResult
rust-lang/rust@905ca5483b add rewrite_result method to Rewrite trait
rust-lang/rust@533b760f8d remove duplicate word
rust-lang/rust@f65d04a109 fix link syntax
rust-lang/rust@6093d48d15 Merge pull request #6217 from compiler-errors/sync-from-rust-2024-06-24
rust-lang/rust@88f98c2929 Implement RTN support in rustfmt
rust-lang/rust@51df533d06 Tighten spans for async blocks
rust-lang/rust@c5284965bd Remove stray println from rustfmt
rust-lang/rust@a3a84e5dc2 Bump toolchain to nightly-2024-06-24
rust-lang/rust@b5fa338f23 Merge remote-tracking branch 'origin/master' into sync-from-rust-2024-06-24
rust-lang/rust@514fe39e25 Rollup merge of #126888 - compiler-errors:oops-debug-printing, r=dtolnay
rust-lang/rust@bd0a886b7e Rollup merge of #126754 - compiler-errors:use-rustfmt, r=calebcartwright
rust-lang/rust@22aac496cc Remove stray println from rustfmt
rust-lang/rust@8f8a463cbd Rollup merge of #126851 - nnethercote:NtExprKind-NtPatKind, r=compiler-errors
rust-lang/rust@10277c97c2 Implement use<> formatting in rustfmt
rust-lang/rust@5faf95c1c1 Rework pattern and expression nonterminal kinds.
rust-lang/rust@081ae53225 fix bad merge conflict resolution
rust-lang/rust@8b36bc00a8 Fix rustfmt
rust-lang/rust@ebce054347 Merge commit 'e4944185ae09c99f59b460e358909f329010ea9c' into sync-from-rustfmt-24-06
rust-lang/rust@0c5a75a61b Use a dedicated type instead of a reference for the diagnostic context
rust-lang/rust@1d1989fdab Fix rustfmt