Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
19ee113
Rollup merge of #156244 - el-ev:issue156060, r=mu001999
matthiaskrgr May 8, 2026
e3ec867
Rollup merge of #156337 - tshepang:rdg-sync, r=tshepang
matthiaskrgr May 8, 2026
eb6d4e3
Auto merge of #156341 - matthiaskrgr:rollup-MPIc60x, r=matthiaskrgr
bors May 8, 2026
1f00189
Auto merge of #156297 - ChayimFriedman2:lang-items-traits, r=mejrs
bors May 8, 2026
a27f0bc
Auto merge of #155321 - briansmith:b/bufwriter-conservative, r=Mark-S…
bors May 9, 2026
829f469
Auto merge of #148214 - WaffleLapkin:never-worn-never-type, r=fee1-dead
bors May 9, 2026
e612bce
Auto merge of #153975 - cyrgani:remove-f64-methods, r=scottmcm
bors May 11, 2026
233d2d3
Rename `//@ ignore-pass` to `//@ no-pass-override`
Zalathar May 13, 2026
f89c290
Rollup merge of #156531 - Zalathar:no-pass-override, r=jieyouxu
jieyouxu May 14, 2026
1515ad4
Auto merge of #156561 - jieyouxu:rollup-l3kXdVY, r=jieyouxu
bors May 14, 2026
2eea0f0
Auto merge of #156542 - cyrgani:unbox-3, r=Nadrieril
bors May 14, 2026
942fc8e
Auto merge of #155360 - malezjaa:try_insert_changes, r=cuviper
bors May 15, 2026
4cfb1c9
Auto merge of #156218 - cjgillot:dest-prop-range, r=Amanieu
bors May 15, 2026
0936952
Auto merge of #152449 - GuillaumeGomez:rustdoc-bang-attr-macro, r=lol…
bors May 16, 2026
ca85520
Auto merge of #156518 - estebank:match-rustfmt, r=mejrs
bors May 17, 2026
efe68e1
ignore some musttail tests on unsupported LLVM targets
InvalidPathException May 14, 2026
d5aa06d
Rollup merge of #156121 - thiago-fealves:suggest-collect-string, r=es…
JonathanBrouwer May 17, 2026
e6ffdad
Rollup merge of #156585 - InvalidPathException:llvm-error, r=folkertdev
JonathanBrouwer May 17, 2026
0b9cae0
Rollup merge of #156598 - cijiugechu:decl-macro-diag, r=mu001999
JonathanBrouwer May 17, 2026
7981512
Rollup merge of #156616 - notriddle:rustdoc-ui-test-cli, r=GuillaumeG…
JonathanBrouwer May 17, 2026
80cdb2b
Rollup merge of #156633 - eval-exec:issue-41261-regression-test, r=mu…
JonathanBrouwer May 17, 2026
9bd5ba9
Rollup merge of #156635 - bb1yd:rename_unexpected_try_recover, r=John…
JonathanBrouwer May 17, 2026
4833299
Rollup merge of #156636 - Human9000-bit:mir-transform-ref, r=Kivooeo
JonathanBrouwer May 17, 2026
d08aa9c
Auto merge of #156670 - JonathanBrouwer:rollup-u90lYRn, r=JonathanBro…
bors May 17, 2026
7d35f17
Rollup merge of #156196 - bjorn3:vendor_stdlib, r=Mark-Simulacrum
JonathanBrouwer May 18, 2026
fe096c8
Rollup merge of #155870 - madsmtm:fix-test-arm64e, r=chenyukang
JonathanBrouwer May 18, 2026
dc3af38
Rollup merge of #156492 - RalfJung:cfg-miri, r=SimonSapin
JonathanBrouwer May 18, 2026
da31671
Rollup merge of #155313 - numero-744:patch-1, r=SimonSapin
JonathanBrouwer May 18, 2026
c72bacb
Rollup merge of #156234 - bend-n:into_array_for_vec_t_via_boxed_array…
JonathanBrouwer May 18, 2026
a894c7c
Rollup merge of #156488 - justinyaodu:patch-2, r=SimonSapin
JonathanBrouwer May 18, 2026
123114a
Rollup merge of #156572 - xtqqczze:sound-env, r=SimonSapin
JonathanBrouwer May 18, 2026
66a2aa8
Auto merge of #156681 - JonathanBrouwer:rollup-wC7f2r6, r=JonathanBro…
bors May 18, 2026
758fd1f
Prepare for merging from rust-lang/rust
invalid-email-address May 18, 2026
9b7e6b8
Merge ref 'a31c27a887b4' from rust-lang/rust
invalid-email-address May 18, 2026
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 @@
f2b291d902bfde7d7f209fc3a64908134bcef201
a31c27a887b40df16ab9dfb8c9f7924636092509
4 changes: 2 additions & 2 deletions src/tests/directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ See [Controlling pass/fail expectations](ui.md#controlling-passfail-expectations
| `run-fail` | Program must exit with code `1..=127` | `ui` | N/A |
| `run-crash` | Program must crash | `ui` | N/A |
| `run-fail-or-crash` | Program must `run-fail` or `run-crash` | `ui` | N/A |
| `ignore-pass` | Ignore `--pass` flag | `ui` | N/A |
| `no-pass-override` | Ignore `--pass` flag | `ui` | N/A |
| `dont-check-failure-status` | Don't check exact failure status (i.e. `1`) | `ui`, `incremental` | N/A |
| `failure-status` | On failure, the compiler must exit with this status code. To expect an ICE, use `//@ failure-status: 101`. | `ui`, `incremental` | Any `u16` |
| `should-fail` | Compiletest self-test | All | N/A |
Expand Down Expand Up @@ -133,7 +133,7 @@ means the test won't be compiled or run.
Some examples of `X` in `ignore-X` or `only-X`:

- A full target triple: `aarch64-apple-ios`
- Architecture: `aarch64`, `arm`, `mips`, `wasm32`, `x86_64`, `x86`,
- Architecture: `aarch64`, `arm`, `csky`, `mips`, `mips64`, `wasm32`, `x86_64`, `x86`,
...
- OS: `android`, `emscripten`, `freebsd`, `ios`, `linux`, `macos`, `windows`,
...
Expand Down
2 changes: 1 addition & 1 deletion src/tests/running.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ There are a few options for running tests:

Pass UI tests now have three modes, `check-pass`, `build-pass` and `run-pass`.
When `--pass $mode` is passed, these tests will be forced to run under the given
`$mode` unless the directive `//@ ignore-pass` exists in the test file.
`$mode` unless the directive `//@ no-pass-override` exists in the test file.
For example, you can run all the tests in `tests/ui` as `check-pass`:

```text
Expand Down
2 changes: 1 addition & 1 deletion src/tests/ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ Using `--pass check` can run the UI
test suite much faster (roughly twice as fast on my system), though obviously
not exercising as much.

The `ignore-pass` directive can be used to ignore the `--pass` CLI flag if the
The `no-pass-override` directive can be used to ignore the `--pass` CLI flag if the
test won't work properly with that override.


Expand Down
Loading