Skip to content

Rollup of 9 pull requests #140495

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 20 commits into from
Closed
Changes from 2 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
cf12e29
enable msa feature for mips in codegen tests
koalatux Apr 29, 2025
4fe94ba
add `rust.debug-assertions-tools` option
pietroalbini Apr 29, 2025
478b378
Move `on impl position` test to proper directory
mejrs Apr 29, 2025
fc2cd77
Fix comment describing what the test does
mejrs Apr 29, 2025
a4ce307
Coalesce duplicate missing clone tests
mejrs Apr 29, 2025
6e26762
CI: rfl: move job forward to Linux v6.15-rc4
ojeda Apr 1, 2025
9b33cea
Delete unused ui/auxiliary crates
mejrs Apr 29, 2025
c3befaa
Require sanitizers be enabled for asan_odr_windows.rs
dpaoliello Apr 29, 2025
7370c5c
[Arm64EC] Only decorate functions with `#`
dpaoliello Apr 25, 2025
851decd
mention provenance in the pointer::wrapping_offset docs
lolbinarycat Mar 31, 2025
7275462
canonical no type foldable :<
lcnr Apr 28, 2025
5316bd8
Rollup merge of #139192 - lolbinarycat:docs-wrapping_offset-provenanc…
ChrisDenton Apr 30, 2025
ef6eb3e
Rollup merge of #140176 - dpaoliello:arm64ecdec, r=wesleywiser
ChrisDenton Apr 30, 2025
27055b8
Rollup merge of #140404 - lcnr:canonical-no-type-foldable, r=compiler…
ChrisDenton Apr 30, 2025
0e90daa
Rollup merge of #140437 - husqvarnagroup:af/codegen-test-mips-msa, r=…
ChrisDenton Apr 30, 2025
7f21c61
Rollup merge of #140438 - ferrocene:pa-debug-assertions-tools, r=Kobzol
ChrisDenton Apr 30, 2025
a0d2c78
Rollup merge of #140446 - mejrs:test1, r=jieyouxu
ChrisDenton Apr 30, 2025
e61ac49
Rollup merge of #140470 - ojeda:rfl, r=lqd
ChrisDenton Apr 30, 2025
6a297f7
Rollup merge of #140476 - mejrs:test3, r=jieyouxu
ChrisDenton Apr 30, 2025
c9e0cce
Rollup merge of #140481 - dpaoliello:reqasan, r=wesleywiser
ChrisDenton Apr 30, 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 src/ci/docker/scripts/rfl-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euo pipefail

LINUX_VERSION=v6.14-rc3
LINUX_VERSION=v6.15-rc4

# Build rustc, rustdoc, cargo, clippy-driver and rustfmt
../x.py build --stage 2 library rustdoc clippy rustfmt
Expand Down