Skip to content

Update from rust-lang/rust #946

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

Merged
merged 53 commits into from
Jun 14, 2025
Merged
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
a0e1120
Rollup merge of #142036 - tgross35:update-builtins, r=tgross35
matthiaskrgr Jun 5, 2025
b13f70d
Auto merge of #142081 - matthiaskrgr:rollup-secpezz, r=matthiaskrgr
bors Jun 5, 2025
6a98e64
Merge from rustc
Jun 6, 2025
3913351
Merge pull request #4380 from rust-lang/rustup-2025-06-06
oli-obk Jun 6, 2025
08791a6
Merge pull request #4378 from RalfJung/flock
RalfJung Jun 6, 2025
6cac3c8
Auto merge of #142074 - oli-obk:its-finally-gone, r=petrochenkov
bors Jun 8, 2025
2356769
Use the in-tree `compiler-builtins`
tgross35 Jun 4, 2025
8f802ae
compiler-builtins: Fix a `rustdoc::bare-urls` error
tgross35 Jun 5, 2025
bdb121c
Auto merge of #142085 - compiler-errors:perf-self-obl, r=lcnr
bors Jun 8, 2025
8a682dc
Auto merge of #142095 - joshtriplett:optimize-veccache, r=SparrowLii
bors Jun 8, 2025
714314f
compiler-builtins: Resolve `unsafe_op_in_unsafe_fn` on Arm32 Android
tgross35 Jun 8, 2025
d17f101
compiler-builtins: Specify `:r` registers for `usize`
tgross35 Jun 8, 2025
d1d8fb2
compiler-builtins: Emit `rustc-check-cfg` earlier
tgross35 Jun 9, 2025
cf68a37
Rollup merge of #141993 - tgross35:use-in-tree-builtins, r=bjorn3
tgross35 Jun 9, 2025
4bad7eb
Rollup merge of #142208 - Urgau:dead_code-const_, r=petrochenkov
tgross35 Jun 9, 2025
d37806c
Rollup merge of #142238 - RalfJung:nonnull_provenance, r=workingjubilee
tgross35 Jun 9, 2025
46b8cd8
Auto merge of #142253 - tgross35:rollup-img49op, r=tgross35
bors Jun 9, 2025
f98b680
Auto merge of #142250 - lnicola:sync-from-ra, r=lnicola
bors Jun 10, 2025
5b3482f
Merge from rustc
Jun 10, 2025
6665859
Auto merge of #142109 - weihanglo:update-cargo, r=weihanglo
bors Jun 10, 2025
eb1e2a3
Merge pull request #4393 from rust-lang/rustup-2025-06-10
RalfJung Jun 10, 2025
d7a9213
Merge pull request #4394 from RalfJung/smallvec
RalfJung Jun 10, 2025
319637f
add a fixme to use `extern_custom` when available
folkertdev Jun 9, 2025
0f8e54c
use `#[naked]` for `__rust_probestack`
folkertdev Jun 3, 2025
f939562
merge the sgx/fortanix `__rust_probestack` into the general `x86_64` one
folkertdev Jun 3, 2025
c885ce0
indent the probestack inline assembly
folkertdev Jun 3, 2025
aa46c30
Merge pull request #4382 from RalfJung/dup
RalfJung Jun 10, 2025
df2fc9a
Merge pull request #4389 from RalfJung/native-lib-search-order
RalfJung Jun 10, 2025
58af319
Auto merge of #141451 - lcnr:canonicalize-env-cache, r=compiler-errors
bors Jun 10, 2025
5baa1c0
Rollup merge of #134442 - epage:change, r=workingjubilee
fmease Jun 10, 2025
174d2e7
Rollup merge of #140766 - sayantn:stabilize-keylocker, r=traviscross,…
fmease Jun 10, 2025
6323f8d
Rollup merge of #141642 - xizheyin:issue-141619, r=BoxyUwU
fmease Jun 10, 2025
0396996
Rollup merge of #141818 - mati865:dont-create-msi-from-non-windows, r…
fmease Jun 10, 2025
c69df25
Rollup merge of #141909 - Shourya742:2025-06-01-add-execution-context…
fmease Jun 10, 2025
1d07d94
Rollup merge of #141992 - folkertdev:probestack-naked-function, r=tgr…
fmease Jun 10, 2025
e162979
Rollup merge of #142101 - lolbinarycat:core-dedup-ptr-docs-139190-pt2…
fmease Jun 10, 2025
90f3181
Rollup merge of #142102 - kiseitai3:141714_stdin_read_to_string_docs,…
fmease Jun 10, 2025
0813b1e
Rollup merge of #142124 - oli-obk:transmute-cast, r=scottmcm
fmease Jun 10, 2025
d74a804
Rollup merge of #142240 - fee1-dead-contrib:push-zkkzoxlymslv, r=oli-obk
fmease Jun 10, 2025
f364381
Rollup merge of #142258 - teohhanhui:docs/platform-support-linux-kern…
fmease Jun 10, 2025
55fcb3e
Rollup merge of #142262 - aDotInTheVoid:nomemchr, r=Noratrieb
fmease Jun 10, 2025
38d880a
Rollup merge of #142271 - workingjubilee:fn-ptrs-have-two-different-l…
fmease Jun 10, 2025
ddd71f4
Rollup merge of #142275 - aDotInTheVoid:gen-ty-of, r=fmease
fmease Jun 10, 2025
84e0ef6
Rollup merge of #142288 - RalfJung:const-eval-comments, r=oli-obk
fmease Jun 10, 2025
b08f6d8
Auto merge of #142299 - fmease:rollup-u86s80a, r=fmease
bors Jun 10, 2025
6fa2e03
Auto merge of #142292 - RalfJung:miri-sync, r=RalfJung
bors Jun 10, 2025
277a0cc
Auto merge of #141883 - oli-obk:remove-check-mod-loops, r=nnethercote
bors Jun 10, 2025
8d1b2b5
Auto merge of #142090 - compiler-errors:perf-stable-root-var, r=lcnr
bors Jun 11, 2025
2f92476
Auto merge of #136594 - pascaldekloe:fmt-int128, r=tgross35
bors Jun 12, 2025
2d43ce8
Auto merge of #142127 - compiler-errors:nested-goals-certainty, r=lcnr
bors Jun 12, 2025
fc6b151
Update the upstream Rust version
tgross35 Jun 14, 2025
6e475af
Merge ref 'd087f112b7d1:/library/compiler-builtins' from https://gith…
tgross35 Jun 14, 2025
7c46e92
Work around out-of-tree testing with a shim crate
tgross35 Jun 14, 2025
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
Prev Previous commit
Next Next commit
Rollup merge of #142240 - fee1-dead-contrib:push-zkkzoxlymslv, r=oli-obk
deduplicate the rest of AST walker functions

After this, we can tidy things up and deduplicate the visitor traits themselves too.

Fixes rust-lang/rust#139825, apparently

r? ``@oli-obk``
  • Loading branch information
fmease authored Jun 10, 2025
commit d74a804de2c879ef52673dfd3535b4196d150ee5

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.