Skip to content

Rustc pull update #2464

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 26 commits into from
Jun 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
866d1f5
Rollup merge of #142228 - tshepang:rust-push, r=jieyouxu
matthiaskrgr Jun 9, 2025
b1a6a2a
Rollup merge of #142231 - Kobzol:master-cache-ci, r=marcoieni
matthiaskrgr Jun 9, 2025
cfdc5f1
Rollup merge of #142232 - onur-ozkan:141986, r=Kobzol
matthiaskrgr Jun 9, 2025
f7d75a5
Auto merge of #142242 - matthiaskrgr:rollup-1sgx0ji, r=matthiaskrgr
bors Jun 9, 2025
a1f2e0c
Merge from rust-lang/rust
lnicola Jun 9, 2025
92f36d9
Merge pull request #19954 from lnicola/sync-from-rust
lnicola Jun 9, 2025
d94c57e
Auto merge of #142241 - Kobzol:disable-ci-rustc-on-ci, r=jieyouxu
bors Jun 9, 2025
b51c88f
Auto merge of #138062 - LorrensP-2158466:miri-enable-float-nondet, r=…
bors Jun 9, 2025
bc0cb02
Auto merge of #142250 - lnicola:sync-from-ra, r=lnicola
bors Jun 10, 2025
688810c
Auto merge of #142109 - weihanglo:update-cargo, r=weihanglo
bors Jun 10, 2025
dd01be4
Auto merge of #141451 - lcnr:canonicalize-env-cache, r=compiler-errors
bors Jun 10, 2025
b8b2ca4
Document `//@ needs-target-std` in rustc-dev-guide
jieyouxu Jun 10, 2025
1bec112
Auto merge of #141485 - dianqk:early_otherwise_branch_loop, r=oli-obk
bors Jun 10, 2025
2b9304e
Auto merge of #142090 - compiler-errors:perf-stable-root-var, r=lcnr
bors Jun 11, 2025
346acc7
Auto merge of #141942 - ShoyuVanilla:smir-repr, r=oli-obk
bors Jun 11, 2025
e5c3298
Auto merge of #141763 - lcnr:fixme-gamer, r=BoxyUwU
bors Jun 11, 2025
b6cfb66
Rollup merge of #141967 - jieyouxu:bootstrap-backports, r=Kobzol
matthiaskrgr Jun 11, 2025
87514bf
Rollup merge of #142297 - jieyouxu:needs-target-std, r=Kobzol
matthiaskrgr Jun 11, 2025
f912b86
Rollup merge of #142298 - jieyouxu:loongarch-maintainer-list, r=fee1-…
matthiaskrgr Jun 11, 2025
13b10d6
Rollup merge of #142306 - compiler-errors:nit-reveal-param-env-query,…
matthiaskrgr Jun 11, 2025
4eb6b2e
Rollup merge of #142324 - scottmcm:less-functioncx, r=workingjubilee
matthiaskrgr Jun 11, 2025
e3a84c8
Rollup merge of #142328 - sorairolake:feature/uint-bit-width, r=tgross35
matthiaskrgr Jun 11, 2025
3a1d821
Auto merge of #142358 - matthiaskrgr:rollup-fxe6m7k, r=matthiaskrgr
bors Jun 11, 2025
edd1cc7
Auto merge of #136594 - pascaldekloe:fmt-int128, r=tgross35
bors Jun 12, 2025
bf475d0
Preparing for merge from rustc
invalid-email-address Jun 12, 2025
ee03ec2
Merge from rustc
invalid-email-address Jun 12, 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
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c31cccb7b5cc098b1a8c1794ed38d7fdbec0ccb0
14346303d760027e53214e705109a62c0f00b214
1 change: 1 addition & 0 deletions src/tests/directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ settings:
`//@ needs-crate-type: cdylib, proc-macro` will cause the test to be ignored
on `wasm32-unknown-unknown` target because the target does not support the
`proc-macro` crate type.
- `needs-target-std` — ignores if target platform does not have std support.

The following directives will check LLVM support:

Expand Down