Upgrade Rust toolchain to nightly-2023-07-01 #2616
Merged
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.
This PR contains #2615.
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@f7ca9df up to rust-lang/rust@f4b80ca. The log for this commit range is:
rust-lang/rust@f4b80cacf93 Auto merge of #113200 - ferrocene:pa-fix-mir-opt-bless, r=oli-obk
rust-lang/rust@00cc815e573 fix loading target specs in compiletest not working with custom targets
rust-lang/rust@56d507dc92d Auto merge of #109524 - bzEq:aix-embed-llvmbc, r=nagisa
rust-lang/rust@af9df2fd914 Auto merge of #106619 - agausmann:avr-object-file, r=nagisa
rust-lang/rust@b4591cb04c8 Auto merge of #113188 - matthiaskrgr:rollup-j3abaks, r=matthiaskrgr
rust-lang/rust@207b24413c6 Rollup merge of #113177 - estebank:hrlt-sugg, r=compiler-errors
rust-lang/rust@38e6bba9c1c Rollup merge of #113171 - spastorino:new-rpitit-25, r=compiler-errors
rust-lang/rust@c8f50ee1117 Rollup merge of #113165 - compiler-errors:rpitits-foreign-bounds, r=spastorino
rust-lang/rust@0b96b25bdf3 Rollup merge of #113071 - compiler-errors:no-parent-non-lifetime-args-in-apit, r=eholk
rust-lang/rust@6c22e0419f2 Rollup merge of #111403 - y21:suggest-slice-swap, r=compiler-errors
rust-lang/rust@016c306ce64 Rollup merge of #107624 - tgross35:const-cstr-methods, r=dtolnay
rust-lang/rust@97279e91d8d Auto merge of #113162 - matthiaskrgr:rollup-fct3wj7, r=matthiaskrgr
rust-lang/rust@a10406318e0 Properly implement variances_of for RPITIT GAT
rust-lang/rust@8aed93d912e Auto merge of #113116 - nnethercote:codegen-opts, r=oli-obk
rust-lang/rust@7d33094d3aa Use structured suggestion when telling user about
for<'a>
rust-lang/rust@330727467b8 Auto merge of #112682 - spastorino:new-rpitit-21, r=compiler-errors
rust-lang/rust@b23a5add092 Auto merge of #113059 - Kobzol:ci-concurrency-fix, r=pietroalbini
rust-lang/rust@6f4a51e80e6 Do not generate lifetime_mapping for RPIT no in_trait
rust-lang/rust@4925b57782b Add bidirectional where clauses on RPITIT synthesized GATs
rust-lang/rust@679c5be4057 add
slice::swap
suggestionrust-lang/rust@d70deac161b Intern OpaqueTy on ItemKind::OpaqueTy
rust-lang/rust@72a32583d1f Reorganize opaque lowering code
rust-lang/rust@33d21e62d07 Do not remove previously added predicates in param_env, extend them instead
rust-lang/rust@373293c3ca0 Extract compute_bidirectional_outlives_predicates fn
rust-lang/rust@0506250f8c3 Encode item bounds for DefKind::ImplTraitPlaceholder
rust-lang/rust@a20a04e5d68 Auto merge of #113108 - compiler-errors:normalize-opaques-with-late-bound-vars-again, r=jackh726
rust-lang/rust@4338683b941 Rollup merge of #113161 - Bryanskiy:err_msg, r=petrochenkov
rust-lang/rust@5d74664a7ea Rollup merge of #113144 - compiler-errors:elaborate-clauses, r=oli-obk
rust-lang/rust@f135815f9b2 Rollup merge of #112795 - He1pa:translation_builtin_macros, r=davidtwco
rust-lang/rust@f00db43e97d Rollup merge of #112300 - Zalathar:run-coverage, r=wesleywiser
rust-lang/rust@93a97c7a2a7 Rollup merge of #112234 - ozkanonur:hotfix, r=jyn514
rust-lang/rust@be0a96fc7da Rollup merge of #112086 - petrochenkov:impambig, r=oli-obk
rust-lang/rust@4696a921830 Rollup merge of #111322 - mirkootter:master, r=davidtwco
rust-lang/rust@35c6a1d0f39 Fix type privacy lints error message
rust-lang/rust@32428ab5f37 CI: do not cancel concurrent builds on the same branch
rust-lang/rust@e69c7306e2b Auto merge of #113151 - RalfJung:miri, r=RalfJung,oli-obk
rust-lang/rust@78f58f96aab Use a valid
target
directory in miri ui testsrust-lang/rust@4dcce38cda4 resolve: Remove artificial import ambiguity errors
rust-lang/rust@cde54ffc99d refactor
tool_doc!
so that it can accept additional arguments.rust-lang/rust@a3cea7f1792 update lockfile
rust-lang/rust@de223888735 Auto merge of #113134 - TaKO8Ki:rollup-4hvqzf6, r=TaKO8Ki
rust-lang/rust@feed376e15a Auto merge of #2946 - RalfJung:rustup, r=RalfJung
rust-lang/rust@cca0c810276 Merge from rustc
rust-lang/rust@8d4b2bdf7be Preparing for merge from rustc
rust-lang/rust@0a32ca98318 Auto merge of #113146 - matthiaskrgr:rollup-bxtr51e, r=matthiaskrgr
rust-lang/rust@7a7ffced6a8 Rollup merge of #113143 - joshtriplett:style-guide-narrow-dereference-guidance, r=calebcartwright
rust-lang/rust@c0e37ad1271 Rollup merge of #113140 - joshtriplett:style-guide-example-multi-line-attribute, r=calebcartwright
rust-lang/rust@c4dc70eb31b Rollup merge of #113139 - joshtriplett:style-clarify-let-else, r=calebcartwright
rust-lang/rust@7e1869f9b42 Rollup merge of #113137 - lukas-code:no-moving-references, r=compiler-errors
rust-lang/rust@f35f213d270 Rollup merge of #113054 - Rageking8:make-
rustc_on_unimplemented
-std-agnostic, r=WaffleLapkinrust-lang/rust@1963688f931 Rollup merge of #112929 - oli-obk:what_if_an_impl_item_just_doesnt_wanna_be_impld, r=compiler-errors
rust-lang/rust@42a495da7ec Rollup merge of #112670 - petrochenkov:typriv, r=eholk
rust-lang/rust@7e786e81b00 Avoid cloning
LocalDecls
.rust-lang/rust@8d7084d65fc Simplify the
bundles
vectors.rust-lang/rust@81436ebd55e Use
SmallVec
for thebundles
vectors.rust-lang/rust@d20b1a8f6ba Set capacity of the string passed to
push_item_name
.rust-lang/rust@f2d863fa750 Remove
SmallStr
.rust-lang/rust@de1914af342 Avoid an unnecessary use of
SmallStr
.rust-lang/rust@45fcd1d0c5d Use
partition_point
inSourceMap::lookup_source_file_idx
.rust-lang/rust@b4c6e19adef Replace a
lookup_debug_loc
call.rust-lang/rust@a13be655a51 Avoid unnecessary line lookup.
rust-lang/rust@aafc801d691 Make the Elaboratable trait take clauses
rust-lang/rust@025dd3aef08 style-guide: Narrow guidance about references and dereferencing
rust-lang/rust@75726cae373 Auto merge of #112629 - compiler-errors:atb-imply, r=jackh726
rust-lang/rust@4cc80651b84 style-guide: Add an example of formatting a multi-line attribute
rust-lang/rust@5e83ddd2794 don't suggest
move
for borrows that aren't closuresrust-lang/rust@5abeb801b88 syle-guide: Clarify let-else further
rust-lang/rust@cec5ec44b19 Auto merge of #2936 - Vanille-N:unique, r=RalfJung
rust-lang/rust@8a5272cb37e Rollup merge of #113119 - aDotInTheVoid:reduce-viz, r=notriddle
rust-lang/rust@74d69582978 Rollup merge of #113107 - mj10021:issue-113012-fix, r=oli-obk
rust-lang/rust@5871bc84867 Rollup merge of #113100 - GuillaumeGomez:search-result-long-name, r=notriddle
rust-lang/rust@376c944bd2a Rollup merge of #113048 - psumbera:solaris-bootstrap-cfgs, r=ozkanonur
rust-lang/rust@bad06885630 Rollup merge of #112946 - nnethercote:improve-cgu-naming-and-ordering, r=wesleywiser
rust-lang/rust@0671f147333 Unique gets special treatment when -Zmiri-unique-is-unique
rust-lang/rust@5bd28f5eac1 Auto merge of #98867 - cjgillot:metaloop, r=oli-obk
rust-lang/rust@eb76764ea41 Auto merge of #113120 - Dylan-DPC:rollup-cz4qr3o, r=Dylan-DPC
rust-lang/rust@1ffe627f05b Auto merge of #2945 - oli-obk:gha_mk_pr, r=RalfJung
rust-lang/rust@e1b29514503 Try running a sync automatically
rust-lang/rust@11c8dbf9f7f Rollup merge of #113111 - BoxyUwU:boxy_t_types_review, r=compiler-errors
rust-lang/rust@a70842c7d16 Rollup merge of #113094 - GuillaumeGomez:fix-invalid-div-tag-in-head, r=notriddle,fmease
rust-lang/rust@e4e1a995dce Rollup merge of #113019 - ericmarkmartin:warning-for-guard-non-exhaustion, r=fee1-dead
rust-lang/rust@fc2c587cd04 Rollup merge of #112867 - compiler-errors:more-impl-source-nits, r=lcnr
rust-lang/rust@dabcbae5354 Rollup merge of #112236 - cjgillot:interval-kill, r=davidtwco
rust-lang/rust@fa56e01b357 Rollup merge of #111571 - jhpratt:proc-macro-span, r=m-ou-se
rust-lang/rust@13ff41eda36 rustdoc: Reduce internal function visibility.
rust-lang/rust@71362c733f3 remove FIXME and add test
rust-lang/rust@ce5ed5b6ccf add check for ConstKind::Value(_)
rust-lang/rust@8882507bc7d Auto merge of #112708 - flip1995:clippy-freezing-pc-with-ice, r=oli-obk
rust-lang/rust@a716c79c29a Update GUI tests
rust-lang/rust@0c10eb0b6af Fix display of long items in search results
rust-lang/rust@984d29d2606 Auto merge of #2944 - oli-obk:rustup, r=oli-obk
rust-lang/rust@de9dc591645 fmt
rust-lang/rust@7c15779ff18 Rustdoc nit: refer to macro from docs
rust-lang/rust@c10656e8825 Merge from rustc
rust-lang/rust@48294e40e7c Preparing for merge from rustc
rust-lang/rust@96bd0566959 remove cruft
rust-lang/rust@2017a176eb9 use translatable subdiagnostic
rust-lang/rust@e79b1794121 add comment back
rust-lang/rust@fbd1e0252fc add note for non-exhaustive matches with guards
rust-lang/rust@08fd6f719ee Auto merge of #111269 - clubby789:validate-fluent-variables, r=davidtwco
rust-lang/rust@453603a4b52 fix typo
rust-lang/rust@7b4e75b9896 Remove the old
coverage-reports
andcoverage
directoriesrust-lang/rust@edd051c31e2 Re-bless the newly-migrated tests
rust-lang/rust@a2c0b388970 Migrate the remaining
run-make/coverage-reports
tests over torun-coverage
rust-lang/rust@9d2564a1102 Expand
run-coverage
to support the remainingcoverage-reports
testsrust-lang/rust@d05653cbe07 Declare a
run-coverage-rustdoc
suite for coverage tests that needrustdoc
rust-lang/rust@e0625b4586c Migrate most of the existing coverage tests over to
run-coverage
rust-lang/rust@22e119bbacd Add a custom
run-coverage
mode to compiletestrust-lang/rust@a42bbd0eddc Move the
RUSTC_PROFILER_SUPPORT
check intoCachedNeedsConditions
rust-lang/rust@75d01f8821f Remember whether
failure-status
was explicitly specifiedrust-lang/rust@a32cdee4662 Introduce
exec_compiled_test_general
rust-lang/rust@5b51d9cadb0 Extract a common function for setting up environment vars
rust-lang/rust@d8d09b06815 Declare a
run-coverage
test mode/suite in bootstraprust-lang/rust@bb95b7dcd6a Auto merge of #112307 - lcnr:operand-ref, r=compiler-errors
rust-lang/rust@acbab96a8e7 add boxy to t-types review
rust-lang/rust@bfc6ca8207a More tests
rust-lang/rust@75a8f681837 Remove unnecessary DefineOpaqueTypes::Bubble from codegen
rust-lang/rust@983f6b97872 Normalize opaques with escaping bound vars
rust-lang/rust@6b46c996e1d Auto merge of #113105 - matthiaskrgr:rollup-rci0uym, r=matthiaskrgr
rust-lang/rust@acbfb8c3bdb Replace
id
attribute withname
for<meta>
tagrust-lang/rust@4b1d0682a6f Rollup merge of #113103 - cjgillot:normalize-inhabited, r=compiler-errors
rust-lang/rust@d505582ce2e Rollup merge of #113084 - WaffleLapkin:less_map_or, r=Nilstrieb
rust-lang/rust@db11b77bdda Rollup merge of #113020 - AnthonyKalaitzis:add-tests-impl-via-obj-unless-denied, r=compiler-errors
rust-lang/rust@9ec676dd7f2 Rollup merge of #112972 - nbdd0121:mir, r=davidtwco
rust-lang/rust@b6144cd843d Rollup merge of #112692 - jieyouxu:better-err-msg-for-unstable-options, r=davidtwco
rust-lang/rust@448d2a84179 Rollup merge of #112628 - gootorov:box_alloc_partialeq, r=joshtriplett
rust-lang/rust@353dd71d73d Rollup merge of #112454 - ferrocene:pa-compiletest-dynamic-linking, r=davidtwco
rust-lang/rust@1880e83ae36 Rollup merge of #112207 - qwandor:virt_feature, r=davidtwco
rust-lang/rust@de0e7d32fda pass PredicateFilter to compute_bounds
rust-lang/rust@858a861fff3 Make associated type bounds in supertrait position implied
rust-lang/rust@5ea66686467 Auto merge of #113102 - matthiaskrgr:rollup-wpkbsw1, r=matthiaskrgr
rust-lang/rust@6f3f8783517 Normalize types when applying uninhabited predicate.
rust-lang/rust@0faea7728f2 Encode impls in encode_impls.
rust-lang/rust@845fcc19397 Use instrument macro.
rust-lang/rust@fd81e964b8e Retire encode_info_for_items.
rust-lang/rust@22df32264ab Encode Impl separately.
rust-lang/rust@45a9a5460ff Encode Trait info in def-id loop.
rust-lang/rust@1a9d34fd81c Merge assoc_item functions.
rust-lang/rust@3c790b37309 Encode fn_sig separately.
rust-lang/rust@adc3ae24d6a Rollup merge of #113096 - TaKO8Ki:remove-unused-struct, r=oli-obk
rust-lang/rust@4571be358bf Rollup merge of #113093 - WaffleLapkin:become_unuwuable_in_thir, r=Nilstrieb
rust-lang/rust@1dc29bbfd68 Rollup merge of #113089 - floriangru:mut_analyses_followup, r=oli-obk
rust-lang/rust@526326e10de Rollup merge of #113079 - Zalathar:as-operand-id, r=oli-obk
rust-lang/rust@1153aba3ec6 Rollup merge of #113068 - clubby789:bootstrap-user-to-dist, r=jyn514
rust-lang/rust@e992895c1d1 Rollup merge of #112978 - compiler-errors:bad-block-sugg, r=davidtwco
rust-lang/rust@9f2c21c11f0 Rollup merge of #112518 - chenyukang:yukang-fix-112458, r=davidtwco
rust-lang/rust@cef812bd958 Provide more context for
rustc +nightly -Zunstable-options
on stablerust-lang/rust@3c554f5cb49 Auto merge of #112516 - erikdesjardins:loop, r=davidtwco
rust-lang/rust@b0142f603dd Avoid calling queries during query stack printing
rust-lang/rust@5d3377dd678 Add regression test for OOM issue on EarlyLintPass ICE
rust-lang/rust@8352c02fc29 avoid using
format!("{}", ..)
rust-lang/rust@662388e17fe Auto merge of #2943 - cbeuw:patch-1, r=oli-obk
rust-lang/rust@1b7efb5ade6 remove an unused struct
ForbiddenNonLifetimeParam
rust-lang/rust@c91fb780a47 Add trophy
rust-lang/rust@b8e4c54ffb3 Fix invalid HTML DIV tag used in HEAD
rust-lang/rust@35cfac1e2b6 [PATCH] Fix build on Solaris where fd-lock cannot be used.
rust-lang/rust@48544c1b12b Make
rustc_on_unimplemented
std-agnosticrust-lang/rust@f42f19b6d3d Auto merge of #113078 - saethlin:mention-the-function, r=RalfJung
rust-lang/rust@b56777352c4 Auto merge of #2942 - oli-obk:ui_test_bump, r=RalfJung
rust-lang/rust@3224ea44244 Export AnalysisResults trait in rustc_mir_dataflow
rust-lang/rust@c60fb12a35a
thir
: AddBecome
expression kindrust-lang/rust@09f05489e34 Add passing & failing test for bultin dyn trait generation
rust-lang/rust@0ba4cdb712e Make
--quiet
actually do somethingrust-lang/rust@ef05533c39a Simplify some conditions
rust-lang/rust@95978b302ce Auto merge of #113083 - matthiaskrgr:rollup-anbqpij, r=matthiaskrgr
rust-lang/rust@c396abe1bf0 Rollup merge of #113063 - ehuss:update-books, r=ehuss
rust-lang/rust@3238a97d39c Rollup merge of #113058 - GuillaumeGomez:improve-code-comments, r=notriddle
rust-lang/rust@a144272eeef Rollup merge of #113039 - matthiaskrgr:custom_mir, r=compiler-errors
rust-lang/rust@b5e51db16df Auto merge of #112938 - compiler-errors:clause-3, r=oli-obk
rust-lang/rust@fbb2079a241 Use
CoverageKind::as_operand_id
instead of manually reimplementing itrust-lang/rust@cdaac8799bd Mention the panic function in CheckAlignment
rust-lang/rust@b9ad9b78a2b Auto merge of #112693 - ericmarkmartin:use-more-placeref, r=spastorino
rust-lang/rust@374173cd996 TypeWellFormedInEnv
rust-lang/rust@fbdef58414a Migrate predicates_of and caller_bounds to Clause
rust-lang/rust@85c4ea0138f bootstrap: rename 'user' profile to 'dist'
rust-lang/rust@2a15bdaaa1e Auto merge of #112969 - CryZe:patch-7, r=Mark-Simulacrum
rust-lang/rust@724f3ff50de migrate lifetime too
rust-lang/rust@26cd5486f89 Account for late-bound vars from parent arg-position impl trait
rust-lang/rust@36fb58e433c Auto merge of #113057 - TaKO8Ki:rollup-071lc9g, r=TaKO8Ki
rust-lang/rust@c6e6ceb078f make custom mir ICE a bit nicer
rust-lang/rust@3d9ba07a0e0 Use constness query to encode constness.
rust-lang/rust@cbe1578690b Encode info for Fn/AssocFn in a single place.
rust-lang/rust@20c46f0ef17 Update books
rust-lang/rust@7fb559353ee CI: do not cancel concurrent builds on the same branch
rust-lang/rust@32f056ce6b9 Add/improve code comments
rust-lang/rust@40e3fcfd59b Rollup merge of #112920 - fmease:rustdoc-fix-112904, r=GuillaumeGomez
rust-lang/rust@c6a4d449775 Rollup merge of #112677 - the8472:remove-unusued-field, r=JohnTitor
rust-lang/rust@6f8c27ae89d Auto merge of #112887 - WaffleLapkin:become_unuwuable_in_hir, r=compiler-errors,Nilstrieb
rust-lang/rust@27e10c5292e Auto merge of #113049 - matthiaskrgr:rollup-41wo5w8, r=matthiaskrgr
rust-lang/rust@5122e88b35d Rollup merge of #113034 - jyn514:ci-progress, r=oli-obk
rust-lang/rust@005d860fc60 Rollup merge of #112979 - NotStirred:translatable_diag/resolve_imports, r=fee1-dead
rust-lang/rust@5d9935a6389 Rollup merge of #112955 - Kobzol:ci-pr-cancel-workflows, r=Mark-Simulacrum
rust-lang/rust@de79f51206f Rollup merge of #112840 - loongarch-rs:update-docs, r=GuillaumeGomez
rust-lang/rust@ac84b664f99 Rollup merge of #112559 - SergioGasquez:master, r=JohnTitor
rust-lang/rust@f6d58eaad3d Rollup merge of #111326 - he32:netbsd-aarch64-be, r=oli-obk
rust-lang/rust@042f6052abf Add some tests around where bounds on associated items and their lack of effect on impls
rust-lang/rust@3917774963a Auto merge of #2941 - oli-obk:ui_test_bump, r=oli-obk
rust-lang/rust@e38576a893b Support
hir::ExprKind::Become
in clippyrust-lang/rust@ccb71ff424a
hir
: AddBecome
expression kindrust-lang/rust@732f1270369 Update ui test crate
rust-lang/rust@25b5af1b3a0 Auto merge of #113024 - Jerrody:master, r=thomcc
rust-lang/rust@06c58cb9666 Auto merge of #112884 - klensy:ri-drop-old-clap, r=albertlarsan68
rust-lang/rust@c07c10d1e42 use PlaceRef abstractions more consistently
rust-lang/rust@ae8ffa663c9 Auto merge of #111850 - the8472:external-step-by, r=scottmcm
rust-lang/rust@666b1b68a72 Tweak thread names for CGU processing.
rust-lang/rust@487bdeb519a Improve ordering and naming of CGUs for non-incremental builds.
rust-lang/rust@7f01f030613 Auto merge of #113038 - matthiaskrgr:rollup-sdcfkxa, r=matthiaskrgr
rust-lang/rust@6c7575721ff Rollup merge of #113036 - TaKO8Ki:fix-112094, r=compiler-errors
rust-lang/rust@d7723f41801 Rollup merge of #113031 - JohnTitor:issue-110933, r=compiler-errors
rust-lang/rust@dfd6d708db9 Rollup merge of #113030 - JohnTitor:issue-109071, r=TaKO8Ki
rust-lang/rust@32995d87e62 Rollup merge of #113013 - fmease:rustdoc-decl-line-wrapping-slim-arg-list, r=camelid
rust-lang/rust@aa8a885cc1e Rollup merge of #112976 - dswij:issue-112347, r=compiler-errors
rust-lang/rust@8084f397c67 Auto merge of #113037 - TaKO8Ki:rollup-pqfbxwk, r=TaKO8Ki
rust-lang/rust@abb43958a97 platform-support.md: remove references to not-yet upstreamed targets.
rust-lang/rust@f948ce7362e Rollup merge of #113029 - Kobzol:ci-fork-update, r=Mark-Simulacrum
rust-lang/rust@019f43e6c2b Rollup merge of #113028 - fmease:rustdoc-x-crate-itiap-clean-term, r=notriddle
rust-lang/rust@96ab7e6ed72 Rollup merge of #112281 - jyn514:test-bootstrap-py, r=albertlarsan68
rust-lang/rust@7a07ffdbd88 SUMMARY.md: add entry for NetBSD.
rust-lang/rust@f174547124a Mark the StepBy specialization as unsafe
rust-lang/rust@8a72f35234c StepBy<Range<{int <= usize}>> can be TrustedLen
rust-lang/rust@83722c62b08 accept
ReStatic
for RPITITrust-lang/rust@f70a4b9dd3e doccomments for StepBy specializations
rust-lang/rust@1e7f03718b3 fix some bugs
rust-lang/rust@bd36f636cb9 Switch some more Steps to
builder.msg
rust-lang/rust@db3c3942ea8 Auto merge of #113027 - matthiaskrgr:rollup-mpes684, r=matthiaskrgr
rust-lang/rust@421105b4537 Add a regression test for #110933
rust-lang/rust@abe52cdcc79 Add a regression test for #109071
rust-lang/rust@e8973eac122 Remove
cancel-outdated
actionrust-lang/rust@cb06c973c7e CI: do not run Bump dependencies workflow on forks
rust-lang/rust@247aa06f106 rustdoc: handle assoc const equalities in cross-crate impl-Trait-in-arg-pos
rust-lang/rust@91351ef4867 Add test for futures with HRTB
rust-lang/rust@d2f82a00d00 Rollup merge of #113023 - GuillaumeGomez:migrate-gui-test-color-17, r=notriddle
rust-lang/rust@75f6a7aa00d Rollup merge of #113007 - compiler-errors:dont-structural-resolve-byte-str-pat, r=oli-obk
rust-lang/rust@c51fbb3dd3a Auto merge of #113001 - ChrisDenton:win-arm32-shim, r=thomcc
rust-lang/rust@bb337303612 Always inline primitive data types.
rust-lang/rust@0d03812e242 Auto merge of #113022 - GuillaumeGomez:rollup-vkpzsuw, r=GuillaumeGomez
rust-lang/rust@0979bf74131 Migrate GUI colors test to original CSS color format
rust-lang/rust@a3c147b90b9 Rollup merge of #113018 - asquared31415:test_fix, r=TaKO8Ki
rust-lang/rust@758adf64e77 Rollup merge of #113011 - Nilstrieb:can_access_statics, r=oli-obk
rust-lang/rust@691580f5667 Rollup merge of #112990 - JohnTitor:issue-96699, r=TaKO8Ki
rust-lang/rust@fb98925b8c9 Rollup merge of #112918 - zephaniahong:issue-107077-fix, r=Mark-Simulacrum
rust-lang/rust@b7d60320825 Add translatable diagnostic for import resolution strings
rust-lang/rust@3c5d71a99dd Auto merge of #112476 - chenyukang:yukang-fix-109991, r=compiler-errors
rust-lang/rust@7b9b1277009 Auto merge of #113014 - matthiaskrgr:rollup-dasfmfc, r=matthiaskrgr
rust-lang/rust@9dd655ff91c fix test
rust-lang/rust@33f73c2e939 Do not offer any of the suggestions in emit_coerce_suggestions for expr from destructuring assignment desugaring
rust-lang/rust@48247884c94 Rollup merge of #113009 - ChrisDenton:remove-path, r=workingjubilee
rust-lang/rust@85a7bb47e4d Rollup merge of #113008 - jyn514:new-contributor-improvements, r=clubby789
rust-lang/rust@2ed4368d2fa Rollup merge of #112956 - Amanieu:weak-intrinsics, r=Mark-Simulacrum
rust-lang/rust@8630b1b3f4b Rollup merge of #112950 - tshepang:patch-4, r=Mark-Simulacrum
rust-lang/rust@8816f9ee1ee Rollup merge of #112937 - camelid:align-typenames, r=notriddle,GuillaumeGomez
rust-lang/rust@d23c3347074 rustdoc: get rid of extra line when line-wrapping fn decls with empty arg list
rust-lang/rust@9b97ae1d8c6 rustdoc: Update GUI test
rust-lang/rust@70b6a74c3c4 Add enum for
can_access_statics
booleanrust-lang/rust@664ffa419eb Don't print "x.ps1"
rust-lang/rust@fa7e965bf0a Give a better error on Windows if python isn't installed
rust-lang/rust@e2eff0d4ab4 Remove unnecessary
path
attributerust-lang/rust@e304a1f13b4 Revert "Structurally resolve correctly in check_pat_lit"
rust-lang/rust@dd314f6533c give more helpful suggestions for a missing feature gate test
rust-lang/rust@b556e284962 outline x.py alternate invocations to the dev guide
rust-lang/rust@8af8a95a64c Migrate some rustc_builtin_macros to SessionDiagnostic
rust-lang/rust@8a7399cd459 Move arm32 shim to c.rs
rust-lang/rust@24e67d51a0f Don't test the profile override hack
rust-lang/rust@c643bedf7c9 rustdoc: render gen params & where-clauses of cross-crate assoc tys in impl blocks
rust-lang/rust@ab87f72a22e Add a regression test for #96699
rust-lang/rust@c7af6fb5b8d Test color/verbose/warnings properly
rust-lang/rust@c5820b50c55 Test cargo arguments passed by bootstrap.py
rust-lang/rust@3508cde8159 Allow passing arguments to
bootstrap_test.py
rust-lang/rust@7d2373e48f9 Fix progress messages for configure in bootstrap_test.py
rust-lang/rust@2cc7782cfd8 Add suggestion for bad block fragment error
rust-lang/rust@5f433f33ed8 Reduce typename width to 6.25rem
rust-lang/rust@19ce326a086 Bless tests
rust-lang/rust@12de5b7ff33 Make typenames a bit wider to support "existential type"
rust-lang/rust@c4fca7202b8 Abbreviate long typenames so they don't get wrapped in results
rust-lang/rust@c462291e0c8 Make
UnwindAction::Continue
explicit in MIR dumprust-lang/rust@471cd785ccf Update wasi-libc
rust-lang/rust@8969d974377 Add test for invalid variables
rust-lang/rust@4a9f292e500 Expose
compiler-builtins-weak-intrinsics
feature for-Zbuild-std
rust-lang/rust@3c2b8b06fc9 Cancel in-progress workflow runs after a push
rust-lang/rust@e7e584b7d9d display pid of process holding lock
rust-lang/rust@6f61f6ba11a DirEntry::file_name: improve explanation
rust-lang/rust@1bc095cd801 add inline annotation to concrete impls
rust-lang/rust@070ce235f2c Specialize StepBy<Range<{integer}>>
rust-lang/rust@a8fa961696f Align search results horizontally for easy scanning
rust-lang/rust@da05ed36836 Remove extra trailing newline
rust-lang/rust@65d60f9f111 drop perform_read_access (always read) in favor of zero_size
rust-lang/rust@878c6ae3901 Auto merge of #2938 - RalfJung:rustup, r=RalfJung
rust-lang/rust@940cd59e39c Merge from rustc
rust-lang/rust@2bd9ade66e2 Preparing for merge from rustc
rust-lang/rust@61590752a29 Remove outdated import in r-a proc macro server.
rust-lang/rust@fd1439ed8b7 change edition to 2021, fix clippy warns
rust-lang/rust@e1c3313d382 rust-installer: drop clap v3, migrate to v4
rust-lang/rust@21d9fd77f4e Delete use of proc_macro_span_shrink from proc-macro2
rust-lang/rust@abd0677d2f5 Merge proc_macro_span_shrink and proc_macro_span
rust-lang/rust@cd1c1b1a9f0 Update to proc-macro2 1.0.57 to unblock proc_macro_span changes
rust-lang/rust@8dc3b8559c1 Fix tests
rust-lang/rust@a1cd8c3a281 Add
Span::{line, column}
rust-lang/rust@87ec0738ab6
Span::{before, after}
→Span::{start, end}
rust-lang/rust@dc76991d2fa Remove
LineColumn
,Span::start
,Span::end
rust-lang/rust@7d0a5c31f5b yeet upcast_trait_def_id from ImplSourceObjectData
rust-lang/rust@42571c48476 yeet ImplSource::TraitAlias too
rust-lang/rust@db235a07f79 Remove unnecessary call to select_from_obligation
rust-lang/rust@767c4b9ef17 add support for needs-dynamic-linking
rust-lang/rust@04f658f3d3d avoid dynamic linking on targets that do not support dynamic linking
rust-lang/rust@a56c829e747 merge target spec and --print=cfg for compiletest target info
rust-lang/rust@b621c4d6003 Auto merge of #2520 - saethlin:mmap-shim, r=RalfJung
rust-lang/rust@8fc8f13ebd5 Improve organization
rust-lang/rust@69dc7353a15 Make munmap throw unsup errors instead of trying to work
rust-lang/rust@a00405649b5 mmap/munmap/mremamp shims
rust-lang/rust@76092263d92 doc: loongarch: Update maintainers
rust-lang/rust@f7690454117 Auto merge of #2935 - RalfJung:rustup, r=RalfJung
rust-lang/rust@6ea50356480 bless new tests
rust-lang/rust@46973c9c8a7 add FIXME's for a later refactoring
rust-lang/rust@0589cd0f0a9 mir opt: fix subtype handling
rust-lang/rust@46af169ec59 codegen: fix
OperandRef
subtype handlingrust-lang/rust@be33ad88480 fix types in shim building
rust-lang/rust@c5943307ec6 add tests for unsound subtype handling
rust-lang/rust@7cef28657e7 Merge from rustc
rust-lang/rust@e6962992944 Preparing for merge from rustc
rust-lang/rust@001b081cc1b alloc: Allow comparing
Box
s over different allocatorsrust-lang/rust@5f81d83ddef Auto merge of #2933 - RalfJung:rustup, r=RalfJung
rust-lang/rust@14155e95b14 Merge from rustc
rust-lang/rust@dfd5037fa5b Preparing for merge from rustc
rust-lang/rust@20a2a24e112 Auto merge of #2932 - RalfJung:comment, r=RalfJung
rust-lang/rust@5c9ad8bda05 comment tweaks
rust-lang/rust@6f771c8f449 Auto merge of #2929 - RalfJung:tls-panic, r=RalfJung
rust-lang/rust@f3b52fdb74f make test work cross-platform
rust-lang/rust@e2d22666e92 add tests for panicky drop in thread_local destructor
rust-lang/rust@c853744f660 Auto merge of #2930 - RalfJung:rustup, r=RalfJung
rust-lang/rust@508675b0fd0 Merge from rustc
rust-lang/rust@8e930fdf695 Preparing for merge from rustc
rust-lang/rust@64ee0f74eb4 remove unused field
rust-lang/rust@98a86ffc9ff privacy: Rename some variables for clarity
rust-lang/rust@95a24c6ed48 privacy: Do not mark items reachable farther than their nominal visibility
rust-lang/rust@17edd1a7790 privacy: Remove
(Non)ShallowEffectiveVis
rust-lang/rust@d326aed46f6 privacy: Feature gate new type privacy lints
rust-lang/rust@b4b7cd63d74 Auto merge of #2661 - DrMeepster:deref_operand_as, r=oli-obk
rust-lang/rust@52036f5a455 Auto merge of #2928 - oli-obk:rustup, r=oli-obk
rust-lang/rust@24595f5db6c Merge from rustc
rust-lang/rust@36e0c426032 Preparing for merge from rustc
rust-lang/rust@c0aed703be1 docs: 📝 Add missing targets
rust-lang/rust@15a6362e000 Auto merge of #2924 - RalfJung:rustup, r=RalfJung
rust-lang/rust@6ab7af4d415 Merge from rustc
rust-lang/rust@6147833064a Preparing for merge from rustc
rust-lang/rust@85533a3f120 Auto merge of #2922 - Vanille-N:tb-tests, r=RalfJung
rust-lang/rust@0220c0b765e Detect actual span for getting unexpected token from parsing macros
rust-lang/rust@bd0aae92dc7 cg_llvm: use index-based loop in write_operand_repeatedly
rust-lang/rust@be5f6b24d26 box_exclusive_violation
rust-lang/rust@7b79cb1759f Use
c
-prefixed stringrust-lang/rust@5725561e169 Support embedding bitcode on AIX
rust-lang/rust@744ec64c939 fix comment (review change)
rust-lang/rust@12ad6622add add comment regarding
__gxx_wasm_personality_v0
rust-lang/rust@82730b45214 wasm exception handling
rust-lang/rust@35cdb28c846 add comment
rust-lang/rust@00ce5e8fcab add wasm eh intrinsics
rust-lang/rust@82336c13115 wasm target feature: exception handling
rust-lang/rust@634c21f4de3 Auto merge of #2919 - Vanille-N:tb-diags, r=RalfJung
rust-lang/rust@c87f6d9643a Revert error in doc comment
rust-lang/rust@98c5fce3413 Auto merge of #2918 - Vanille-N:tb-diags, r=RalfJung
rust-lang/rust@7a1cdf71103 Differentiate between explicit accesses and accesses inserted by TB
rust-lang/rust@5d01a6bdd20 Auto merge of #2916 - ehuss:remove-workspace-hack, r=RalfJung
rust-lang/rust@53187d7b164 Remove rustc-workspace-hack
rust-lang/rust@c1a7783a149 Auto merge of #2915 - RalfJung:as_os_str_bytes, r=RalfJung
rust-lang/rust@7444a5030b8 use as_os_str_bytes
rust-lang/rust@96678867375 Auto merge of #2887 - Vanille-N:tb-mut-transmute, r=RalfJung
rust-lang/rust@580e2b30377 Select more TB fail tests
rust-lang/rust@7380a4d7a16 explain windows sync layouts
rust-lang/rust@9d1d651d1d8 add deref_pointer_as
rust-lang/rust@13c20f297f6 deref shim arguments with actual ty instead of declared ty
rust-lang/rust@f10aa7dddc0 Simplify pre-order algorithm.
rust-lang/rust@7269972f733 Add trustzone and virtualization target features for aarch32.
rust-lang/rust@5cb701f3794 Stabilize 'const_cstr_methods'
rust-lang/rust@0a1e42e0e27 platform-support.md: document the various NetBSD targets.
rust-lang/rust@220bb61b331 Fix diagnostics with errors
rust-lang/rust@9b5574f028c Validate fluent variable references with
debug_assertions
rust-lang/rust@a7158ecfa9a rustc_codegen_ssa: Set e_flags for AVR architecture based on target CPU
rust-lang/rust@6ef377cc41d Add support for NetBSD/aarch64-be (big-endian arm64).