-
Notifications
You must be signed in to change notification settings - Fork 121
Description
Updating Rust toolchain from nightly-2024-09-11 to nightly-2024-09-12 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@0ee7cb5 up to rust-lang/rust@8d6b88b. The log for this commit range is:
rust-lang/rust@8d6b88b168 Auto merge of #130237 - matthiaskrgr:rollup-qmgr8i7, r=matthiaskrgr
rust-lang/rust@678c249708 Rollup merge of #130221 - vetleras:pub_search_path_new, r=chenyukang
rust-lang/rust@66727ea1a2 Rollup merge of #130219 - ogoffart:missing-docs-test, r=Urgau
rust-lang/rust@78cf023d8c Rollup merge of #130207 - GrigorenkoPV:ERROR_CANT_RESOLVE_FILENAME, r=ChrisDenton
rust-lang/rust@e68dadb2ab Rollup merge of #130206 - GrigorenkoPV:WSAEDQUOT, r=ChrisDenton
rust-lang/rust@ff4b3d4780 Rollup merge of #130161 - onur-ozkan:fmt-changed-files, r=Kobzol,RalfJung
rust-lang/rust@5107ff4322 Rollup merge of #130123 - FedericoBruzzone:master, r=compiler-errors
rust-lang/rust@6d7ccad93d Rollup merge of #129866 - root-goblin:patch-1, r=workingjubilee
rust-lang/rust@1d6edee3fc Rollup merge of #129520 - tunawasabi:suggest-adding-struct-pattern-syntax, r=compiler-errors
rust-lang/rust@76e070fbd3 Rollup merge of #129260 - wafarm:dont-suggest-closures, r=compiler-errors
rust-lang/rust@5bce6d48ff Auto merge of #130197 - RalfJung:interp-perf, r=saethlin
rust-lang/rust@f7f8bdf2e0 Auto merge of #130195 - folkertdev:naked-asm-outside-naked-fn, r=Amanieu
rust-lang/rust@16beabe1e1 Auto merge of #130212 - DianQK:llvm-19, r=nikic
rust-lang/rust@cc34d64c51 Use doc(hidden)
instead of allow(missing_docs)
in the test harness
rust-lang/rust@5d456dfaa1 Use #[doc(hidden)]
instead of #[allow(missing_docs)]
on the const generated for #[test]
rust-lang/rust@9566163364 Make SearchPath::new public
rust-lang/rust@6eddbb704e Fix false positive with missing_docs
and #[test]
rust-lang/rust@5a2dd7d4f3 Auto merge of #130194 - lcnr:generalize-cache, r=compiler-errors
rust-lang/rust@5f32717649 document the new git logic in more detail
rust-lang/rust@4c5fc2c334 Auto merge of #130050 - cjgillot:expect-attr-id, r=fee1-dead
rust-lang/rust@a9fb00bfa4 Auto merge of #129975 - notriddle:notriddle/lint-skip, r=GuillaumeGomez
rust-lang/rust@7c692e13b1 Update LLVM to 19 327ca6c
rust-lang/rust@6f7229c4da Auto merge of #129403 - scottmcm:only-array-simd, r=compiler-errors
rust-lang/rust@4198594ef2 Clarify docs for std::collections
rust-lang/rust@49b3df9245 Map ERROR_CANT_RESOLVE_FILENAME
to ErrorKind::FilesystemLoop
rust-lang/rust@8f815978b5 Map WSAEDQUOT
to ErrorKind::FilesystemQuotaExceeded
rust-lang/rust@4cecf42971 Report the note
when specified in diagnostic::on_unimplemented
rust-lang/rust@d104dedad9 interpret: mark some hot functions inline(always)
rust-lang/rust@0a7f9e2134 skip formatting if no files have been modified
rust-lang/rust@35ce85e0fd handle GitConfig
for tools/compiletest
rust-lang/rust@7a57a74bf5 generalize: track relevant info in cache key
rust-lang/rust@6ca5ec7b4e disallow naked_asm!
outside of #[naked]
functions
rust-lang/rust@51d0f68b78 Update the MIRI tests
rust-lang/rust@24c505070c Fix the examples in cg_clif
rust-lang/rust@d2309c2a9d Ban non-array SIMD
rust-lang/rust@12998c2e11 handle GitConfig
for tools/suggest-tests
rust-lang/rust@9aa823cc67 replace get_closest_merge_base_commit
with get_closest_merge_commit
rust-lang/rust@dc9c5f251c implement build_helper::git::get_closest_merge_commit
rust-lang/rust@05043a370a add git_merge_commit_email
into GitConfig
rust-lang/rust@6dfc4033be Do not ICE on expect(warnings).
rust-lang/rust@94f8347bae Check AttrId for expectations.
rust-lang/rust@d4b246bb11 rustdoc: unify the short-circuit on all lints
rust-lang/rust@2ddcbca0e6 Suggest the struct variant pattern syntax on usage of unit variant pattern for a struct variant
rust-lang/rust@736ab66c62 Don't suggest adding return type for closures with default return type