-
Notifications
You must be signed in to change notification settings - Fork 13k
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 5 pull requests #114922
Rollup of 5 pull requests #114922
Conversation
…r=jsha rustdoc: Fixes with --test-run-directory and relative paths. Fixes rust-lang#112191 Fixes rust-lang#112210 This fixes some issues with `--test-run-directory` and its interaction with `--runtool` and `--persist-doctests`. Relative directories don't work with `Command::current_dir` very well because it has platform-specific behavior with relative paths. This fixes it by avoiding the use of relative paths. This is needed because cargo is switching to use `--test-run-directory`, and it uses relative paths when interacting with rustdoc/rustc.
Update `mpsc::Sender` doc to reflect that it implements `Sync` Fixes rust-lang#114722
…rs-sized, r=wesleywiser Don't ICE in `is_trivially_sized` when encountering late-bound self ty We can see a bound ty var here: https://github.com/rust-lang/rust/blob/b531630f4255216fce1400c45976e04f1ab35a84/compiler/rustc_trait_selection/src/traits/query/type_op/prove_predicate.rs#L13-L34 Fixes rust-lang#114872
clarify CStr lack of layout guarnatees Follow-up to rust-lang#114800 r? `@cuviper`
…rors Remove Folyd from librustdoc static files r?`@GuillaumeGomez`
@bors r+ rollup=never p=5 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: aa864a7622 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (d4a881e): 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.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 634.832s -> 634.954s (0.02%) |
Successful merges:
mpsc::Sender
doc to reflect that it implementsSync
#114749 (Updatempsc::Sender
doc to reflect that it implementsSync
)is_trivially_sized
when encountering late-bound self ty #114876 (Don't ICE inis_trivially_sized
when encountering late-bound self ty)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup