-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 3 pull requests #118353
Rollup of 3 pull requests #118353
Conversation
As use of `--doc` with `x test` is intended for running doc-tests only, executing compiletest, tidy or rustdoc-gui based tests considered as an incorrect behavior from bootstrap. This change fixes that. Signed-off-by: onur-ozkan <[email protected]>
Without backticks they cause some "unresolved link to `foo`" warnings.
…ompiletest, r=clubby789 skip {tidy,compiletest,rustdoc-gui} based tests for `DocTests::Only` As use of `--doc` with `x test` is intended for running doc-tests only, executing compiletest, tidy or rustdoc-gui based tests considered as an incorrect behavior from bootstrap. This change fixes that.
…mease Fix Rustdoc search docs link This link has been outdated since rust-lang#112725 moved the search docs to their own page
…errors Backticks fixes r? `@lqd`
@bors r+ rollup=never p=3 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: a19161043a In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (cc11307): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 676.103s -> 674.949s (-0.17%) |
Successful merges:
DocTests::Only
#118322 (skip {tidy,compiletest,rustdoc-gui} based tests forDocTests::Only
)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup