Skip to content

Sync from rustc #17152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1,695 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1695 commits
Select commit Hold shift + click to select a range
a9150dc
Rollup merge of #120928 - c410-f3r:tests-tests-tests, r=davidtwco
matthiaskrgr Feb 12, 2024
6139631
Rollup merge of #120933 - RalfJung:const-check-misc, r=oli-obk
matthiaskrgr Feb 12, 2024
8f3bb17
Rollup merge of #120936 - ripytide:master, r=Amanieu
matthiaskrgr Feb 12, 2024
71844a1
Rollup merge of #120944 - compiler-errors:inliner-abi, r=oli-obk
matthiaskrgr Feb 12, 2024
1eca8f7
Rollup merge of #120956 - compiler-errors:clean-type-alias, r=Guillau…
matthiaskrgr Feb 12, 2024
ac9ce77
Rollup merge of #120962 - ChrisDenton:review, r=Nilstrieb
matthiaskrgr Feb 12, 2024
80d3eef
Rollup merge of #120972 - lukas-code:autoderef-type-error, r=compiler…
matthiaskrgr Feb 12, 2024
26cf026
Auto merge of #120980 - matthiaskrgr:rollup-dsjsqql, r=matthiaskrgr
bors Feb 12, 2024
c652f0b
Auto merge of #120324 - Nadrieril:remove-interior-mutability, r=compi…
bors Feb 12, 2024
902b56f
Auto merge of #120919 - oli-obk:impl_polarity, r=compiler-errors
bors Feb 13, 2024
1a6f78a
Auto merge of #120938 - Ayush1325:uefi-thread, r=joboet,Nilstrieb
bors Feb 13, 2024
74c7a98
Merge from rustc
Feb 13, 2024
a36a16f
Auto merge of #3298 - rust-lang:rustup-2024-02-13, r=oli-obk
bors Feb 13, 2024
77029f8
Auto merge of #120867 - weihanglo:update-cargo, r=weihanglo
bors Feb 13, 2024
e011d6c
Auto merge of #120942 - compiler-errors:deep-assoc-hang, r=lcnr
bors Feb 14, 2024
539237d
Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`.
nnethercote Feb 14, 2024
2c54404
Rollup merge of #120449 - udoprog:document-unsized-rc-arc-from-raw, r…
GuillaumeGomez Feb 15, 2024
2bc7e8b
Rollup merge of #120505 - Amanieu:fix-btreemap-cursor-remove, r=m-ou-se
GuillaumeGomez Feb 15, 2024
df8fa05
Rollup merge of #120672 - devnexen:update_thread_stack_guardpages_fbs…
GuillaumeGomez Feb 15, 2024
d96aea8
Rollup merge of #121120 - nnethercote:LitKind-Err-guar, r=fmease
GuillaumeGomez Feb 15, 2024
f567833
Auto merge of #119863 - tmiasko:will-wake, r=m-ou-se
bors Feb 15, 2024
6b6dc7b
Auto merge of #121142 - GuillaumeGomez:rollup-5qmksjw, r=GuillaumeGomez
bors Feb 15, 2024
f0ac864
Auto merge of #119338 - compiler-errors:upcast-plus-autos, r=lcnr
bors Feb 15, 2024
54b60df
Auto merge of #121133 - tmiasko:skip-coroutines, r=cjgillot
bors Feb 15, 2024
1c157db
Auto merge of #120889 - Ayush1325:uefi-instant, r=joshtriplett
bors Feb 16, 2024
2e92d36
Merge from rustc
Feb 16, 2024
06f7bad
Auto merge of #3301 - rust-lang:rustup-2024-02-16, r=saethlin
bors Feb 16, 2024
7a1e142
Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay
bors Feb 16, 2024
22ddcb2
Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin
bors Feb 16, 2024
e858ce0
Auto merge of #120538 - kornelski:read-not-exact, r=m-ou-se
bors Feb 16, 2024
3d5a784
Auto merge of #116385 - kornelski:maybe-rename, r=Amanieu
bors Feb 16, 2024
02b684d
Auto merge of #120348 - bjorn3:per_target_backend_selection, r=albert…
bors Feb 16, 2024
b3ac204
Auto merge of #120741 - a1phyr:safe_buffer_advance, r=m-ou-se
bors Feb 17, 2024
9d527db
Auto merge of #120563 - reitermarkus:generic-nonzero-get, r=dtolnay
bors Feb 17, 2024
bf9333d
Auto merge of #120780 - fmease:lta-in-impls, r=oli-obk
bors Feb 18, 2024
a8168c5
Merge commit 'ac998a74b3c8ff4b81c3eeb9a18811d4cc76226d' into sync-fro…
lnicola Feb 18, 2024
50dce57
By tracking import use types to check whether it is scope uses or the…
surechen Nov 10, 2023
da96244
Auto merge of #121255 - lnicola:sync-from-ra, r=lnicola
bors Feb 18, 2024
8c9ca77
Auto merge of #117772 - surechen:for_117448, r=petrochenkov
bors Feb 18, 2024
bf20c30
Auto merge of #121265 - klensy:bump-18-02-24, r=Mark-Simulacrum
bors Feb 18, 2024
d1494ca
Auto merge of #119673 - petrochenkov:dialoc5, r=compiler-errors,cjgillot
bors Feb 18, 2024
fcf79b6
Auto merge of #121269 - calebzulawski:sync-portable-simd-2024-02-18, …
bors Feb 19, 2024
9c8cd8b
Auto merge of #105917 - a1phyr:read_chain_more_impls, r=workingjubilee
bors Feb 19, 2024
e0a3b63
Merge from rustc
Feb 19, 2024
b456b22
Auto merge of #3306 - rust-lang:rustup-2024-02-19, r=RalfJung
bors Feb 19, 2024
77bf331
Auto merge of #121079 - onur-ozkan:install-conflicts, r=albertlarsan68
bors Feb 19, 2024
216686b
Auto merge of #121177 - joboet:move_pal_locks, r=ChrisDenton
bors Feb 19, 2024
8129f1f
Auto merge of #121185 - GuillaumeGomez:update-stdarch, r=Amanieu
bors Feb 19, 2024
8026e2c
Remove suspicious auto trait lint
spastorino Feb 19, 2024
f63bec6
Auto merge of #121211 - lcnr:nll-relate-handle-infer, r=BoxyUwU
bors Feb 19, 2024
38cbfd2
Auto merge of #120628 - workingjubilee:reimpl-meaningful-test-name-li…
bors Feb 20, 2024
60894e7
Auto merge of #120692 - Nadrieril:move-column-analysis-to-placeinfo, …
bors Feb 20, 2024
01c2ae2
Rollup merge of #120716 - spastorino:change-some-lint-msgs, r=lcnr
Noratrieb Feb 20, 2024
5d2a983
Rollup merge of #121195 - D0liphin:master, r=ehuss
Noratrieb Feb 20, 2024
d4f01ff
Rollup merge of #121205 - nnethercote:fix-stable-mir-CompilerError, r…
Noratrieb Feb 20, 2024
6c52ea6
Rollup merge of #121233 - Zalathar:extra-directives, r=oli-obk
Noratrieb Feb 20, 2024
e9d6b16
Rollup merge of #121256 - Jarcho:visitor2, r=oli-obk
Noratrieb Feb 20, 2024
a20a99d
Rollup merge of #121307 - estebank:drive-by, r=compiler-errors
Noratrieb Feb 20, 2024
6cf8c93
Rollup merge of #121308 - kadiwa4:test_103369, r=TaKO8Ki
Noratrieb Feb 20, 2024
96db20a
Rollup merge of #121310 - GrigorenkoPV:doc-smallfix, r=Nilstrieb
Noratrieb Feb 20, 2024
1fb94c0
Rollup merge of #121311 - Nilstrieb:is-it-overlapping, r=saethlin
Noratrieb Feb 20, 2024
4b6780d
Rollup merge of #121319 - compiler-errors:err, r=oli-obk
Noratrieb Feb 20, 2024
edb5c61
Auto merge of #121327 - Nilstrieb:rollup-zxcwwwy, r=Nilstrieb
bors Feb 20, 2024
aab8f76
Auto merge of #121087 - oli-obk:eager_const_failures, r=lcnr
bors Feb 20, 2024
a468ccd
Auto merge of #120576 - nnethercote:merge-Diagnostic-DiagnosticBuilde…
bors Feb 20, 2024
a4f9719
Auto merge of #120863 - saethlin:slice-get-checked, r=the8472
bors Feb 20, 2024
bf7ef98
Auto merge of #120904 - Nadrieril:match-lowering-intermediate-repr, r…
bors Feb 21, 2024
10e7c4e
Auto merge of #121172 - Nadrieril:simplify-empty-selection, r=matthew…
bors Feb 21, 2024
8c612ad
Auto merge of #120718 - saethlin:reasonable-fast-math, r=nnethercote
bors Feb 21, 2024
a6b1519
Auto merge of #118634 - Jules-Bertholet:box-allocator-static, r=Amanieu
bors Feb 22, 2024
4006912
Merge from rustc
Feb 22, 2024
fd72232
Auto merge of #3310 - rust-lang:rustup-2024-02-22, r=oli-obk
bors Feb 22, 2024
8b572a2
Auto merge of #117174 - Ayush1325:uefi-stdio-improve, r=workingjubilee
bors Feb 22, 2024
2840980
Auto merge of #121225 - RalfJung:simd-extract-insert-const-idx, r=oli…
bors Feb 22, 2024
d4565d8
Auto merge of #121309 - Nilstrieb:inline-all-the-fallbacks, r=oli-obk
bors Feb 22, 2024
54fa1e0
Auto merge of #121448 - klensy:bump-22-02-24, r=clubby789
bors Feb 23, 2024
77423ea
Auto merge of #3314 - RalfJung:up, r=RalfJung
bors Feb 23, 2024
a486237
Auto merge of #119536 - Jules-Bertholet:const-barrier, r=dtolnay
bors Feb 23, 2024
090c3fe
Auto merge of #117107 - zachs18:mapped-mutex-guard, r=Amanieu
bors Feb 25, 2024
9470e0a
Merge commit '4a8d0f7f565b6df45da5522dd7366a4df3460cd7' into sync-fro…
lnicola Feb 25, 2024
9bfe0e9
Add missing imports
lnicola Feb 25, 2024
40eefd7
Avoid using cfg(FALSE)
lnicola Feb 25, 2024
b92017e
Auto merge of #121581 - lnicola:sync-from-ra, r=lnicola
bors Feb 25, 2024
37a8231
Auto merge of #118724 - onur-ozkan:refactor-x-install, r=Mark-Simulacrum
bors Feb 25, 2024
4eae944
Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin
bors Feb 25, 2024
05ce78d
Auto merge of #121182 - majaha:mingw_ci_new, r=Mark-Simulacrum
bors Feb 25, 2024
3ec6284
Auto merge of #121461 - reitermarkus:generic-nonzero-tests, r=dtolnay
bors Feb 26, 2024
893e921
Merge from rustc
Feb 26, 2024
37890ca
Auto merge of #121317 - ChrisDenton:win10-sync, r=Mark-Simulacrum
bors Feb 26, 2024
f576d28
Auto merge of #3326 - rust-lang:rustup-2024-02-26, r=RalfJung
bors Feb 26, 2024
fd78295
Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obk
bors Feb 26, 2024
9509357
Auto merge of #121635 - 823984418:remove_archive_builder_lifetime_a, …
bors Feb 27, 2024
3e54f02
Auto merge of #120411 - erikdesjardins:netbsdcall, r=Nilstrieb
bors Feb 27, 2024
bbb1cef
Auto merge of #119636 - devnexen:linux_tcp_defer_accept, r=m-ou-se
bors Feb 27, 2024
873f60c
Auto merge of #114016 - krtab:delete_sys_memchr, r=workingjubilee
bors Mar 1, 2024
0482b22
Auto merge of #120264 - weihanglo:split-dward-kind-lto, r=michaelwoer…
bors Mar 1, 2024
1bbe0a3
Merge commit '4ef6a49b44e8aa380da7522442234bfd7a52c55e' into sync-fro…
lnicola Mar 3, 2024
979f490
Auto merge of #121931 - lnicola:sync-from-ra, r=lnicola
bors Mar 3, 2024
92503b6
Auto merge of #121903 - Nilstrieb:rename-qnx-file, r=WaffleLapkin
bors Mar 3, 2024
ae90256
Auto merge of #121936 - RalfJung:miri, r=RalfJung
bors Mar 3, 2024
fa0e176
Auto merge of #121763 - clubby789:llvm-old-comment, r=cjgillot
bors Mar 3, 2024
3d4b063
Auto merge of #121665 - erikdesjardins:ptradd, r=nikic
bors Mar 3, 2024
7ff6241
Auto merge of #120585 - Amanieu:ohos-tier2, r=Kobzol
bors Mar 4, 2024
dfc99e9
Auto merge of #121900 - chenyukang:yukang-fix-121425-repr-pack-error,…
bors Mar 4, 2024
7ae3bd0
Auto merge of #120468 - alexcrichton:start-wasm32-wasi-rename, r=wesl…
bors Mar 4, 2024
1a37e85
Auto merge of #121001 - nyurik:optimize-core-fmt, r=cuviper
bors Mar 5, 2024
89f5cf6
Change message type in bug functions.
nnethercote Feb 21, 2024
b1ddfa3
Auto merge of #121138 - Swatinem:grapheme-extend-ascii, r=cuviper
bors Mar 5, 2024
6b44aff
Auto merge of #121428 - okaneco:ipaddr_parse, r=cuviper
bors Mar 5, 2024
a63c350
Auto merge of #119455 - Mark-Simulacrum:relative-spans, r=cjgillot
bors Mar 6, 2024
adae314
Auto merge of #121679 - lcnr:opaque-wf-check-2, r=oli-obk
bors Mar 6, 2024
078ab25
Merge from rustc
RalfJung Mar 6, 2024
41b1ccb
Auto merge of #3363 - RalfJung:rustup, r=RalfJung
bors Mar 6, 2024
8b0c347
Rollup merge of #121382 - nnethercote:rework-untranslatable_diagnosti…
matthiaskrgr Mar 6, 2024
d155cdd
Rollup merge of #121959 - sundeep-kokkonda:patch-2, r=davidtwco
matthiaskrgr Mar 6, 2024
39d4cdf
Rollup merge of #122038 - Alexendoo:unused-qualifications, r=petroche…
matthiaskrgr Mar 6, 2024
d81e911
Rollup merge of #122051 - erikdesjardins:cleanup, r=nikic
matthiaskrgr Mar 6, 2024
314450f
Auto merge of #122111 - matthiaskrgr:rollup-qq4v6gs, r=matthiaskrgr
bors Mar 6, 2024
bc5b1c8
Auto merge of #122113 - matthiaskrgr:rollup-5d1jnwi, r=matthiaskrgr
bors Mar 7, 2024
a6f9708
Auto merge of #122054 - weihanglo:update-cargo, r=weihanglo
bors Mar 7, 2024
c7d0726
Auto merge of #121866 - Kobzol:opt-dist-find-llvm, r=Mark-Simulacrum
bors Mar 7, 2024
0b8cfd2
Auto merge of #121985 - RalfJung:interpret-return-place, r=oli-obk
bors Mar 7, 2024
8e6c740
Auto merge of #122048 - erikdesjardins:inbounds, r=oli-obk
bors Mar 8, 2024
31a98cb
Auto merge of #122059 - nyurik:with-as-const-str, r=cuviper
bors Mar 8, 2024
f026435
Auto merge of #122078 - gurry:121443-ice-layout-is-sized-alt, r=oli-obk
bors Mar 8, 2024
0d69dc3
Auto merge of #122010 - oli-obk:intrinsics3.0, r=pnkfelix
bors Mar 9, 2024
f3f4fd0
Auto merge of #122095 - lukas-code:windows-shutdown-test, r=ChrisDenton
bors Mar 9, 2024
e175372
Auto merge of #122102 - Urgau:optimize-symbol-integer, r=cjgillot
bors Mar 9, 2024
5cdf894
Auto merge of #120985 - Kobzol:linux-update-host-llvm, r=Mark-Simulacrum
bors Mar 9, 2024
ad370bd
Auto merge of #122064 - Zoxc:dep-graph-encode-tweaks, r=cjgillot
bors Mar 10, 2024
9252f33
Merge commit '574e23ec508064613783cba3d1833a95fd9a5080' into sync-fro…
lnicola Mar 10, 2024
dc850b3
Bring back in-rust-tree feature to ide
lnicola Mar 10, 2024
638c880
Auto merge of #122272 - lnicola:sync-from-ra, r=lnicola
bors Mar 10, 2024
10d2031
Auto merge of #121561 - jieyouxu:compiletest-directive-typo-check, r=…
bors Mar 10, 2024
db27f6c
Auto merge of #121752 - mu001999:dead_code/improve, r=pnkfelix
bors Mar 11, 2024
9eaefd9
Auto merge of #122050 - erikdesjardins:sret, r=nikic
bors Mar 11, 2024
15e18a8
Auto merge of #117156 - jmillikin:os-unix-socket-ext, r=Amanieu,dtolnay
bors Mar 11, 2024
1ee48a0
Auto merge of #112267 - lqd:win-1cgu, r=Kobzol
bors Mar 11, 2024
96494ee
Auto merge of #112268 - lqd:osx-1cgu, r=Kobzol
bors Mar 12, 2024
0e6ea26
Auto merge of #121282 - saethlin:gep-null-means-no-provenance, r=scot…
bors Mar 12, 2024
b3cb877
Merge from rustc
Mar 12, 2024
80925c5
Auto merge of #3375 - rust-lang:rustup-2024-03-12, r=oli-obk
bors Mar 12, 2024
d90caec
Auto merge of #122218 - Zoxc:no-interleave-panics, r=michaelwoerister
bors Mar 12, 2024
a3b43b2
Auto merge of #3370 - RalfJung:windows-sync, r=RalfJung
bors Mar 12, 2024
f55409c
Auto merge of #122220 - saethlin:ppc-can-into-atomicptr, r=oli-obk
bors Mar 13, 2024
612f599
Auto merge of #122227 - Zoxc:query-hash-verify, r=michaelwoerister
bors Mar 13, 2024
fb934de
Auto merge of #122240 - RalfJung:miri-addr-reuse, r=oli-obk
bors Mar 13, 2024
f3fe818
Auto merge of #121668 - erikdesjardins:commonprim, r=scottmcm,oli-obk
bors Mar 13, 2024
57465d9
Auto merge of #122243 - RalfJung:local-place-sanity-check, r=oli-obk
bors Mar 14, 2024
c7cedbe
Auto merge of #114038 - Stargateur:108277, r=ChrisDenton
bors Mar 14, 2024
2b7c436
Auto merge of #119418 - aaupov:master, r=Kobzol
bors Mar 16, 2024
c6b1f8b
Auto merge of #121885 - reitermarkus:generic-nonzero-inner, r=oli-obk…
bors Mar 17, 2024
046394e
Auto merge of #122321 - majaha:mingw_ci_new, r=Mark-Simulacrum
bors Mar 17, 2024
4cdc4ec
Merge commit '5ecace48f693afaa6adf8cb23086b651db3aec96' into sync-fro…
lnicola Mar 17, 2024
8bd93e8
Auto merge of #122628 - lnicola:sync-from-ra, r=lnicola
bors Mar 17, 2024
7e4f3cf
Rollup merge of #121787 - onur-ozkan:improve-change-tracker, r=albert…
matthiaskrgr Mar 17, 2024
1e03964
Auto merge of #122637 - matthiaskrgr:rollup-bczj5bp, r=matthiaskrgr
bors Mar 17, 2024
386f975
Auto merge of #122627 - RalfJung:collector-stack-space, r=compiler-er…
bors Mar 18, 2024
f447f51
Auto merge of #121652 - estebank:move-in-loop-break-condition, r=Nadr…
bors Mar 18, 2024
45848e0
Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk
bors Mar 19, 2024
d0f85ce
Auto merge of #122375 - rcvalle:rust-cfi-break-tests-into-smaller-fil…
bors Mar 19, 2024
54bb1e5
Auto merge of #122493 - lukas-code:sized-constraint, r=lcnr
bors Mar 19, 2024
ccf6078
Merge from rustc
Mar 19, 2024
fb1aaab
Auto merge of #3390 - rust-lang:rustup-2024-03-19, r=oli-obk
bors Mar 19, 2024
73b7c09
Auto merge of #122645 - saethlin:portable-mir-opt-tests, r=Nadrieril
bors Mar 19, 2024
5439439
Auto merge of #119212 - w-utter:pretty-print-const-expr, r=compiler-e…
bors Mar 19, 2024
2c4ace4
Auto merge of #122359 - Zoxc:missing-static-notes, r=wesleywiser
bors Mar 20, 2024
d57e557
Auto merge of #122580 - saethlin:compiler-builtins-can-panic, r=pnkfelix
bors Mar 22, 2024
227707e
Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillo…
bors Mar 23, 2024
5ab6687
Auto merge of #122582 - scottmcm:swap-intrinsic-v2, r=oli-obk
bors Mar 23, 2024
6520f76
Auto merge of #3385 - Zoxc:read-types, r=RalfJung
bors Mar 23, 2024
b622f52
Auto merge of #118644 - madsmtm:macos-weak-linking-test, r=compiler-e…
bors Mar 26, 2024
b1c0993
Auto merge of #122205 - onur-ozkan:incorrect-sysroot-for-target, r=al…
bors Mar 27, 2024
7e90264
Auto merge of #122616 - Jules-Bertholet:casemappingiter-layout, r=Nil…
bors Mar 29, 2024
5c475f7
Auto merge of #122520 - scottmcm:stabilize_unchecked_math_basics, r=j…
bors Mar 29, 2024
b2b79b5
Merge commit 'f5a9250147f6569d8d89334dc9cca79c0322729f' into sync-fro…
lnicola Mar 31, 2024
59023d3
Auto merge of #123258 - lnicola:sync-from-ra, r=lnicola
bors Mar 31, 2024
2e21e03
Auto merge of #123264 - matthiaskrgr:rollup-smyy7j9, r=matthiaskrgr
bors Mar 31, 2024
69867fb
Auto merge of #121851 - michaelwoerister:mcp-533-effective-vis, r=cjg…
bors Mar 31, 2024
cbb6c74
Auto merge of #123266 - RalfJung:catch-panic, r=workingjubilee
bors Mar 31, 2024
f773918
Auto merge of #122972 - beetrees:use-align-type, r=fee1-dead
bors Apr 1, 2024
55be64c
Auto merge of #123192 - RalfJung:bootstrap-test-miri, r=onur-ozkan
bors Apr 1, 2024
fb8d669
Auto merge of #122046 - Nadrieril:integrate-or-pats2, r=matthewjasper
bors Apr 1, 2024
8d6c621
Auto merge of #123265 - joboet:guardians_of_the_unix, r=ChrisDenton
bors Apr 1, 2024
e20bef0
Auto merge of #122945 - andy-k:sorted-vec-example, r=jhpratt
bors Apr 2, 2024
7c86ba9
Auto merge of #123340 - fmease:rustdoc-simplify-auto-trait-impl-synth…
bors Apr 2, 2024
d34754a
Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwco
bors Apr 2, 2024
b32bf2f
Merge from rustc
Apr 3, 2024
78b4ac9
Auto merge of #122225 - DianQK:nits-120268, r=cjgillot
bors Apr 3, 2024
7070c71
Auto merge of #3440 - rust-lang:rustup-2024-04-03, r=RalfJung
bors Apr 3, 2024
98f9ad3
Auto merge of #3441 - RalfJung:fds, r=RalfJung
bors Apr 3, 2024
2521e25
Auto merge of #123097 - oli-obk:perf_experiment, r=petrochenkov
bors Apr 4, 2024
e885682
Auto merge of #122070 - Zoxc:dep-edges-from-previous, r=cjgillot
bors Apr 5, 2024
4e4ea16
Auto merge of #123099 - oli-obk:span_tcx, r=petrochenkov
bors Apr 9, 2024
164984f
Auto merge of #122812 - dtolnay:mode, r=workingjubilee
bors Apr 10, 2024
a73a390
Auto merge of #122393 - a1phyr:specialize_read_buf_exact, r=joboet
bors Apr 10, 2024
26b5c02
Auto merge of #121346 - m-ou-se:temp-lifetime-if-else-match, r=compil…
bors Apr 10, 2024
8677ebb
Properly handle emojis as literal prefix in macros
estebank Apr 10, 2024
380902c
Auto merge of #120092 - zetanumbers:pin_in_static_allocator, r=Amanieu
bors Apr 12, 2024
c1b399b
Auto merge of #121426 - madsmtm:remove-cc-syslibroot, r=pnkfelix
bors Apr 12, 2024
3238ab8
Auto merge of #3429 - eduardosm:shift, r=RalfJung
bors Apr 13, 2024
271b986
Auto merge of #123257 - ChrisDenton:enable-tls, r=fmease
bors Apr 13, 2024
7e20ee6
Auto merge of #123175 - Nilstrieb:debug-strict-overflow, r=wesleywiser
bors Apr 13, 2024
e543395
Auto merge of #123928 - tbu-:pr_statx_enosys, r=workingjubilee
bors Apr 15, 2024
2ab3444
Auto merge of #122917 - saethlin:atomicptr-to-int, r=nikic
bors Apr 15, 2024
7c78636
Auto merge of #117919 - daxpedda:wasm-c-abi, r=wesleywiser
bors Apr 19, 2024
ca1a339
Rollup merge of #123752 - estebank:emoji-prefix, r=wesleywiser
workingjubilee Apr 19, 2024
1d4a95e
Rollup merge of #123935 - tstsrt:fix-115423, r=oli-obk
workingjubilee Apr 19, 2024
1c14e11
Rollup merge of #123980 - WaffleLapkin:graph-average-refactor, r=wesl…
workingjubilee Apr 19, 2024
5b4bdea
Rollup merge of #124019 - ChrisDenton:futex-raw-dylib, r=joboet
workingjubilee Apr 19, 2024
042b9cc
Rollup merge of #124110 - beetrees:neg-f16-f128, r=compiler-errors
workingjubilee Apr 19, 2024
c89dde5
Rollup merge of #124116 - RalfJung:miri-rust-backtrace, r=Nilstrieb
workingjubilee Apr 19, 2024
6046888
Auto merge of #124147 - workingjubilee:rollup-7pjnzr6, r=workingjubilee
bors Apr 19, 2024
bfbe2ed
Auto merge of #124123 - flip1995:clippy-subtree-update, r=Manishearth
bors Apr 19, 2024
e640863
Auto merge of #115253 - donno2048:patch-1, r=albertlarsan68
bors Apr 19, 2024
312718a
Auto merge of #123364 - klensy:bs-mixed-types, r=albertlarsan68
bors Apr 19, 2024
d69dfd7
Auto merge of #118441 - GuillaumeGomez:display-stability-version, r=r…
bors Apr 19, 2024
50075ff
Auto merge of #124113 - RalfJung:interpret-scalar-ops, r=oli-obk
bors Apr 19, 2024
75c38e7
Auto merge of #124114 - scottmcm:better-checked, r=workingjubilee
bors Apr 20, 2024
8f1a63c
Merge from rustc
Apr 20, 2024
2414775
Auto merge of #3494 - rust-lang:rustup-2024-04-20, r=RalfJung
bors Apr 20, 2024
5db9839
Auto merge of #3495 - RalfJung:data-race-clocks, r=RalfJung
bors Apr 20, 2024
b085d5f
Auto merge of #121712 - mati865:provide-prebuilt-std-for-gnullvm, r=M…
bors Apr 20, 2024
c8c635a
Merge commit '55d9a533b309119c8acd13061581b43ae8840823' into sync-fro…
lnicola Apr 20, 2024
f5d93be
Auto merge of #124202 - lnicola:sync-from-ra, r=lnicola
bors Apr 20, 2024
004fd5f
Auto merge of #122013 - Swatinem:unicode-gen-fastpath, r=scottmcm
bors Apr 20, 2024
228e46d
Auto merge of #123981 - Kobzol:update-nodejs, r=Mark-Simulacrum
bors Apr 21, 2024
797d8cf
Auto merge of #123930 - Mark-Simulacrum:vec-length-invariant, r=jhpratt
bors Apr 21, 2024
9b8c323
Auto merge of #117457 - daxpedda:wasm-nontrapping-fptoint, r=wesleywiser
bors Apr 21, 2024
88da40c
Auto merge of #124193 - RalfJung:miri, r=RalfJung
bors Apr 21, 2024
bd65bf2
Auto merge of #123594 - Urgau:fix-non_local_def-lint-overflow, r=lcnr
bors Apr 21, 2024
76336d7
Auto merge of #124203 - lukas-code:delete-deleting-caches, r=compiler…
bors Apr 21, 2024
c4046dc
Auto merge of #124112 - beetrees:incremental-os-str, r=Nadrieril
bors Apr 22, 2024
2003ddb
Auto merge of #115120 - icedrocket:ignore-strip-on-msvc, r=michaelwoe…
bors Apr 22, 2024
0973ac5
Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obk
bors Apr 23, 2024
b573a16
Auto merge of #123992 - compiler-errors:no-has-typeck-results, r=jack…
bors Apr 23, 2024
ce11b8e
Auto merge of #123126 - oli-obk:feed_crate_num, r=davidtwco
bors Apr 23, 2024
ea91be2
Auto merge of #122053 - erikdesjardins:alloca, r=nikic
bors Apr 24, 2024
b1ec083
Auto merge of #124175 - Kobzol:ci-dynamic-job, r=pietroalbini
bors Apr 24, 2024
83e2848
Error on using `yield` without also using `#[coroutine]` on the closure
oli-obk Apr 11, 2024
dea73b7
Auto merge of #123792 - oli-obk:coroutine_closures, r=compiler-errors
bors Apr 24, 2024
e27c5af
Auto merge of #122500 - petrochenkov:deleg, r=fmease
bors Apr 24, 2024
888971d
Auto merge of #121298 - nikic:writable, r=cuviper
bors Apr 25, 2024
083c132
Auto merge of #124058 - TechVest:master, r=fmease
bors Apr 25, 2024
572f0ef
Auto merge of #124393 - scottmcm:do-the-macros-still-matter, r=joboet
bors Apr 26, 2024
e5188ee
Auto merge of #123909 - dtolnay:utf8chunks, r=joboet
bors Apr 26, 2024
32e84e5
Auto merge of #124296 - cuviper:dist-cargo-tests, r=onur-ozkan
bors Apr 26, 2024
ff6c2c8
experiment
RalfJung Apr 27, 2024
0374c48
Preparing for merge from rust-lang/rust
RalfJung Apr 27, 2024
c25f353
Merge from rust-lang/rust
RalfJung Apr 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions crates/ide-db/src/generated/lints.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3869,7 +3869,7 @@ use std::ops::{Coroutine, CoroutineState};
use std::pin::Pin;

fn main() {
let mut coroutine = || {
let mut coroutine = #[coroutine] || {
yield 1;
return "foo"
};
Expand Down Expand Up @@ -3901,7 +3901,7 @@ use std::ops::Coroutine;
use std::pin::Pin;

fn main() {
let mut coroutine = || {
let mut coroutine = #[coroutine] || {
println!("2");
yield;
println!("4");
Expand Down Expand Up @@ -4007,7 +4007,7 @@ use std::pin::Pin;

fn main() {
let ret = "foo";
let mut coroutine = move || {
let mut coroutine = #[coroutine] move || {
yield 1;
return ret
};
Expand Down
2 changes: 1 addition & 1 deletion crates/parser/src/lexed_str.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
rustc_lexer::TokenKind::Ident => {
SyntaxKind::from_keyword(token_text).unwrap_or(IDENT)
}
rustc_lexer::TokenKind::InvalidIdent => {
rustc_lexer::TokenKind::InvalidPrefix | rustc_lexer::TokenKind::InvalidIdent => {

Check failure on line 181 in crates/parser/src/lexed_str.rs

View workflow job for this annotation

GitHub Actions / Rust (ubuntu-latest)

no variant or associated item named `InvalidPrefix` found for enum `TokenKind` in the current scope
err = "Ident contains invalid characters";
IDENT
}
Expand Down
1 change: 1 addition & 0 deletions rust-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
35194e76b769d57ecb243b202228cce24158041b
4 changes: 2 additions & 2 deletions xtask/src/release.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,12 +219,12 @@ impl flags::RustcPush {
/// Used for rustc syncs.
const JOSH_FILTER: &str =
":rev(55d9a533b309119c8acd13061581b43ae8840823:prefix=src/tools/rust-analyzer):/src/tools/rust-analyzer";
const JOSH_PORT: &str = "42042";
const JOSH_PORT: &str = "42043";

fn start_josh() -> anyhow::Result<impl Drop> {
// Determine cache directory.
let local_dir = {
let user_dirs = ProjectDirs::from("org", "rust-lang", "rust-analyzer-josh").unwrap();
let user_dirs = ProjectDirs::from("org", "rust-lang", "rust-analyzer-josh-dev").unwrap();
user_dirs.cache_dir().to_owned()
};

Expand Down
Loading