Skip to content
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

Rollup of 9 pull requests #138506

Merged
merged 51 commits into from
Mar 14, 2025
Merged
Changes from 2 commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
78e0d10
Rewrite effects checking chapter
fee1-dead Feb 20, 2025
243f569
Don't suggest explicitly `cfg`-gating `trace!` calls in bootstrap
moxian Mar 5, 2025
515be00
Merge pull request #2269 from moxian/patch-1
jieyouxu Mar 6, 2025
41f95b0
consider `explicit_implied_const_bounds`
fee1-dead Mar 8, 2025
24f3812
numbers were not sequential, so stop trying
tshepang Mar 8, 2025
93a8c7e
only a few are needed as examples
tshepang Mar 8, 2025
ce2eef3
link to latest major llvm update pr
tshepang Mar 8, 2025
2391f10
fix text
tshepang Mar 8, 2025
f1a0665
ignore-stage0 and only-stage0 do not exist
tshepang Mar 8, 2025
d9c920b
Merge pull request #2272 from rust-lang/tshepang-patch-2
jieyouxu Mar 9, 2025
fc7ad74
Merge pull request #2271 from rust-lang/tshepang-patch-1
jieyouxu Mar 9, 2025
7f83057
Merge pull request #2270 from tshepang/example-llvm-prs
jieyouxu Mar 9, 2025
d51c922
use new terminology
tshepang Mar 10, 2025
7751672
already mentioned before showing code snippet
tshepang Mar 10, 2025
7384623
Merge pull request #2274 from rust-lang/tshepang-patch-2
tshepang Mar 10, 2025
f2e7735
add a pause, for readability
tshepang Mar 10, 2025
e9088e4
Merge pull request #2275 from rust-lang/tshepang-patch-2
tshepang Mar 10, 2025
7c6d6e3
clean --bless text
tshepang Mar 10, 2025
225e571
Merge pull request #2276 from rust-lang/tshepang-patch-2
tshepang Mar 10, 2025
4b2c077
add missing punctuation
tshepang Mar 10, 2025
4cc14ce
Merge pull request #2277 from rust-lang/tshepang-patch-2
tshepang Mar 10, 2025
e405878
Merge pull request #2273 from rust-lang/tshepang-patch-1
jieyouxu Mar 10, 2025
240a6d3
Merge pull request #2258 from fee1-dead-contrib/constck
oli-obk Mar 10, 2025
b06a136
remove must_use from <*const T>::expose_provenance
RalfJung Mar 11, 2025
26176b0
less text for same effect
tshepang Mar 13, 2025
d0a3160
Merge pull request #2281 from rust-lang/tshepang-patch-1
tshepang Mar 13, 2025
d4c5e75
Preparing for merge from rustc
jieyouxu Mar 13, 2025
7bde176
Merge from rustc
jieyouxu Mar 13, 2025
440d336
Document `fetch.prunetags = true` gotcha during rustc-pull
jieyouxu Mar 13, 2025
ed29ebb
Merge pull request #2282 from jieyouxu/fetch-prunetags
Kobzol Mar 13, 2025
a73e44b
Provide helpful diagnostics for shebang lookalikes
Pyr0de Feb 27, 2025
190187b
Remove the doc for `no-system-llvm`
cuviper Mar 13, 2025
27d71f0
Merge pull request #2284 from rust-lang/cuviper-patch-1
jieyouxu Mar 13, 2025
54d26b3
remove comment regarding a removed test directive
tshepang Mar 13, 2025
88aaf1d
Fix grammar and remove redundant info
KonaeAkira Mar 13, 2025
4c32adb
Deny impls for BikeshedGuaranteedNoDrop
compiler-errors Mar 14, 2025
a863f2c
Merge pull request #2285 from KonaeAkira/master
tshepang Mar 14, 2025
90bf2b1
Show valid crate types when the user passes unknown `--crate-type` value
malezjaa Dec 24, 2024
3d9bf08
Merge pull request #2283 from jieyouxu/sync
jieyouxu Mar 14, 2025
7afad54
Pass `CI_JOB_DOC_URL` to Docker
Kobzol Mar 14, 2025
2aa68ac
Remove `RUN_CHECK_WITH_PARALLEL_QUERIES`
Kobzol Mar 13, 2025
db8aa92
Take a break from reviews
ChrisDenton Mar 14, 2025
f8842bd
Rollup merge of #134720 - malezjaa:feat/crate-type-valid-values, r=ji…
fmease Mar 14, 2025
881d237
Rollup merge of #137619 - Pyr0de:issue_137249, r=fmease
fmease Mar 14, 2025
ffa96fe
Rollup merge of #138353 - RalfJung:expose-provenance-must-use, r=ibra…
fmease Mar 14, 2025
40ac358
Rollup merge of #138452 - Kobzol:remove-run-check-with-parallel-queri…
fmease Mar 14, 2025
1e7441f
Rollup merge of #138469 - tshepang:patch-6, r=onur-ozkan
fmease Mar 14, 2025
c42866f
Rollup merge of #138477 - compiler-errors:deny-bikeshed-guaranteed-no…
fmease Mar 14, 2025
8eeecb7
Rollup merge of #138485 - BoxyUwU:rdg-push, r=jieyouxu
fmease Mar 14, 2025
c5e3857
Rollup merge of #138487 - Kobzol:fix-doc-url-docker, r=marcoieni
fmease Mar 14, 2025
401b325
Rollup merge of #138495 - ChrisDenton:vacate, r=ChrisDenton
fmease Mar 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
12 changes: 7 additions & 5 deletions src/doc/rustc-dev-guide/src/tests/running.md
Original file line number Diff line number Diff line change
@@ -172,16 +172,18 @@ additional arguments to the compiler when building the tests.
## Editing and updating the reference files

If you have changed the compiler's output intentionally, or you are making a new
test, you can pass `--bless` to the test subcommand. E.g. if some tests in
`tests/ui` are failing, you can run
test, you can pass `--bless` to the test subcommand.

As an example,
if some tests in `tests/ui` are failing, you can run this command:

```text
./x test tests/ui --bless
```

to automatically adjust the `.stderr`, `.stdout` or `.fixed` files of
all tests. Of course you can also target just specific tests with the
`--test-args your_test_name` flag, just like when running the tests.
It automatically adjusts the `.stderr`, `.stdout`, or `.fixed` files of all `test/ui` tests.
Of course you can also target just specific tests with the `--test-args your_test_name` flag,
just like when running the tests without the `--bless` flag.

## Configuring test running