-
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 6 pull requests #110924
Rollup of 6 pull requests #110924
Conversation
This moves more of the internal/lang items into the private rt module.
If opening a directory with `FILE_LIST_DIRECTORY` access fails then we should try opening without requesting that access. We may still be able to delete it if it's empty or a link.
Signed-off-by: cui fliter <imcusg@gmail.com>
More core::fmt::rt cleanup. - Removes the `V1` suffix from the `Argument` and `Flag` types. - Moves more of the format_args lang items into the `core::fmt::rt` module. (The only remaining lang item in `core::fmt` is `Arguments` itself, which is a public type.) Part of rust-lang#99012 Follow-up to rust-lang#110616
…ial, r=compiler-errors Migrate trivially translatable `rustc_parse` diagnostics cc rust-lang#100717 Migrate diagnostics in `rustc_parse` which are emitted in a single statement. I worked on this by expanding the lint introduced in rust-lang#108760, although that isn't included here as there is much more work to be done to satisfy it
…ler-errors rustdoc: rebind bound vars to type-outlives predicates Fixes rust-lang#110900.
…ilstrieb Add some missing built-in lints (and also sort them, so this is best reviewed one commit at a time) Fixes rust-lang#110911 I wonder if there's a good way to detect when a lint is built-in (i.e. not associated to a lint pass). If so, it needs to be added to this list, or else we're unable to `allow` or `deny` it. Leaving that for future work, I guess...
…r=cuviper `remove_dir_all`: try deleting the directory even if `FILE_LIST_DIRECTORY` access is denied If opening a directory with `FILE_LIST_DIRECTORY` access fails then we should try opening without requesting that access. We may still be able to delete it if it's empty or a link. Fixes rust-lang/cargo#12042
Fix unavailable url The previous link is no longer accessible (404). Use latest link.
@bors r+ rollup=never p=6 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: 033aa092ab In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (2fce229): comparison URL. Overall result: ❌ regressions - ACTION NEEDEDNext Steps: If you can justify the regressions found in this perf run, please indicate this with @rustbot label: +perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
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.
|
@rustbot label: perf-regression-triaged |
Successful merges:
rustc_parse
diagnostics #110873 (Migrate trivially translatablerustc_parse
diagnostics)remove_dir_all
: try deleting the directory even ifFILE_LIST_DIRECTORY
access is denied #110918 (remove_dir_all
: try deleting the directory even ifFILE_LIST_DIRECTORY
access is denied)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup