-
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 8 pull requests #99792
Rollup of 8 pull requests #99792
Conversation
…_file` These calls allow detecting whether a symlink is a file or a directory, a distinction Windows maintains, and one important to software that wants to do further operations on the symlink (e.g. removing it).
Signed-off-by: David Wood <[email protected]>
Co-authored-by: Guillaume Gomez <[email protected]>
No idea if this makes any perf difference, but it just seems like premature pessimisation to use String when str will do.
…ink-types, r=thomcc Stabilize Windows `FileTypeExt` with `is_symlink_dir` and `is_symlink_file` These calls allow detecting whether a symlink is a file or a directory, a distinction Windows maintains, and one important to software that wants to do further operations on the symlink (e.g. removing it).
…gillot Prefer visibility map parents that are not `doc(hidden)` first Far simpler approach to rust-lang#98876. This only fixes the case where the parent is `doc(hidden)`, not where the child is `doc(hidden)` since I don't know how to get the attrs on the import statement given a `ModChild`... I'll try to follow up with that, but this is a good first step.
…llaumeGomez Add a clickable link to the layout section The layout section (activated by `--show-type-layout`) is currently not linkable to (outside of chrome's link to text feature). This PR makes it linkable via `#layout`.
…s-2, r=compiler-errors passes: port more of `check_attr` module Continues from rust-lang#99213. Port more diagnostics in `rustc_passes::check_attr` to using the diagnostic derive and translation machinery. r? `@compiler-errors`
Remove dead code from cg_llvm Found while working on rust-lang#97485
…std-build, r=jyn514 Don't build std for *-uefi targets rust-lang#97322
…k, r=Urgau Update pulldown-cmark version to 0.9.2 (fixes url encoding for some chars) Fixes rust-lang#97125. r? ``@Dylan-DPC``
rustdoc: do not allocate String when writing path full name No idea if this makes any perf difference, but it just seems like premature pessimisation to use String when str will do.
@bors r+ rollup=never p=8 |
☀️ Test successful - checks-actions |
Finished benchmarking commit (e33cc71): comparison url. Instruction count
Max RSS (memory usage)Results
CyclesResults
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. Next Steps: If you can justify the regressions found in this perf run, please indicate this with @rustbot label: +perf-regression Footnotes |
|
Successful merges:
FileTypeExt
withis_symlink_dir
andis_symlink_file
#98583 (Stabilize WindowsFileTypeExt
withis_symlink_dir
andis_symlink_file
)doc(hidden)
first #99698 (Prefer visibility map parents that are notdoc(hidden)
first)check_attr
module #99712 (passes: port more ofcheck_attr
module)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup