-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rollup of 7 pull requests #105543
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 7 pull requests #105543
Conversation
This allows getting rid of some documentation and an extra step when building a custom toolchain: https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html#creating-a-rustup-toolchain and it seems likely that people will want to do this if they want rustdoc (which is also built by default).
Pull in fix for bytecodealliance/rustix#467 on recent cargo nightlies.
Removes a few lifetimes and renames some.
…Mark-Simulacrum Cleanup timeouts in pthread condvar
…Simulacrum Build rust-analyzer proc-macro server by default This allows getting rid of some documentation and an extra step when building a custom toolchain: https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html#creating-a-rustup-toolchain and it seems likely that people will want to do this if they want rustdoc (which is also built by default).
…, r=Mark-Simulacrum Bump compiler-builtins to 0.1.85 This makes minimal floating point symbols available on `x86_64-unknown-none`. See rust-lang/compiler-builtins#509 and rust-lang/compiler-builtins#510.
…ulacrum Update rustix to 0.36.5 Pull in fix for bytecodealliance/rustix#467 on recent cargo nightlies.
…ifetimes, r=GuillaumeGomez Clean up lifetimes in rustdoc syntax highlighting Removes a few lifetimes and renames some. r? ``@GuillaumeGomez``
… r=wesleywiser Add Nilstrieb to compiler reviewers r? ``@wesleywiser``
…ckh726 Some method confirmation code nits 1. Make some pick methods take `&self` instead of `&mut` to avoid some cloning 2. Pass some values by reference to avoid some cloning 3. Rename a few variables here and there
@bors r+ rollup=never p=7 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: c6fcdb6906 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (e1c9121): 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.
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.
|
Successful merges:
Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup