-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 6 pull requests #115137
Rollup of 6 pull requests #115137
Conversation
In llvm/llvm-project@f740bcb a boolean parameter changed to an enum. r? @nikic @rustbot label: llvm-main
The dist-src tarball does not include `.github/` at all, so we can't check whether it needs to be regenerated.
Add link to the book interior mutability chapter, https://doc.rust-lang.org/book/ch15-05-interior-mutability.html.
…imulacrum Fix a pthread_t handle leak rust-lang#114610 rust-lang#114610 Ran the tests as described in https://github.com/rust-lang/rust/blob/master/src/doc/rustc/src/platform-support/wasm32-wasi-preview1-threads.md?plain=1#L125
…e, r=est31 Improve note for the `invalid_reference_casting` lint This PR add link to the book interior mutability chapter, https://doc.rust-lang.org/book/ch15-05-interior-mutability.html; this is done to guide peoples to a place with many useful information and context. *Note that this isn't the first occurrence of a link to the book in [tests outputs](https://github.com/search?q=repo:rust-lang/rust book path:/^tests\/ui\//&type=code).* r? `@est31`
…n_check, r=compiler-errors Disable bootstrap rustc version check Mitigates rust-lang#115065
… r=nikic ArchiveWrapper: handle LLVM API update In llvm/llvm-project@f740bcb a boolean parameter changed to an enum. r? ``@nikic`` ``@rustbot`` label: llvm-main
Skip ExpandYamlAnchors when the config is missing The dist-src tarball does not include `.github/` at all, so we can't check whether it needs to be regenerated.
…, r=notriddle Rustdoc: Add unstable --no-html-source flag Fixes rust-lang#115060. This is the equivalent of `#![doc(no_html_source)]` but on the command-line. It disables the generation of the source pages (and of the links pointing to them as well). The motivation behind this is to enable to reduce documentation size when generating it in some locations without enforcing this to end users or adding a new feature to enable/disable the crate attribute. r? `@notriddle`
@bors r p=6 rollup=never |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: 97fff1f2ed In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (8e8231f): 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)ResultsThis 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.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 634.534s -> 635.332s (0.13%) |
Successful merges:
Thread
type missingDrop
that callspthread_detach
#114610)invalid_reference_casting
lint #115102 (Improve note for theinvalid_reference_casting
lint)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup