-
Notifications
You must be signed in to change notification settings - Fork 13.5k
install docs for each target in different directory #142478
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
base: master
Are you sure you want to change the base?
Conversation
r? @clubby789 rustbot has assigned @clubby789. Use |
This comment has been minimized.
This comment has been minimized.
Thanks! |
install docs for each target in different directory Solves rust-lang#140922
Rollup of 3 pull requests Successful merges: - #142478 (install docs for each target in different directory) - #142629 (Add config builder for bootstrap tests) - #142699 (Update books) Failed merges: - #142637 (Remove some glob imports from the type system) r? `@ghost` `@rustbot` modify labels: rollup
install docs for each target in different directory Solves rust-lang#140922
Rollup of 10 pull requests Successful merges: - #138291 (rewrite `optimize` attribute to use new attribute parsing infrastructure) - #141990 (Implement send_signal for unix child processes) - #142331 (Add `trim_prefix` and `trim_suffix` methods for both `slice` and `str` types.) - #142478 (install docs for each target in different directory) - #142571 (Reason about borrowed classes in CopyProp.) - #142668 (vec_deque/fmt/vec tests: remove static mut) - #142687 (Reduce uses of `hir_crate`.) - #142690 (expand: Remove some unnecessary generic parameters) - #142699 (Update books) - #142714 (add comment to `src/bootstrap/build.rs`) Failed merges: - #142502 (rustdoc_json: improve handling of generic args) r? `@ghost` `@rustbot` modify labels: rollup
install docs for each target in different directory Solves rust-lang#140922
Rollup of 11 pull requests Successful merges: - #142478 (install docs for each target in different directory) - #142629 (Add config builder for bootstrap tests) - #142715 (correct template for `#[align]` attribute) - #142720 (De-dup common code from `ExternalCrate` methods) - #142736 (add issue template for rustdoc) - #142743 (rustc-dev-guide subtree update) - #142744 (Add a mailmap entry for y21) - #142758 (Make sure to rebuild rustdoc if `src/rustdoc-json-types` is changed) - #142764 (Convert `ilog(10)` to `ilog10()`) - #142767 (Some symbol and PathRoot cleanups) - #142769 (remove equivalent new method on context) r? `@ghost` `@rustbot` modify labels: rollup
Probably caused this failure (#142781 (comment)). @bors r- |
I changed this to "fixes"; "resolves" is on the autoclose list, but "solves" doesn't seem to be :) https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword |
The Miri subtree was changed cc @rust-lang/miri |
This comment has been minimized.
This comment has been minimized.
@rustbot ready |
@bors try |
install docs for each target in different directory Fixes: #140922 -- try-job: dist-i686-msvc
☀️ Try build successful - checks-actions |
Can you squash these commits? r=me once that's done |
@bors r=clubby789 |
@Forist2034: 🔑 Insufficient privileges: Not in reviewers |
@clubby789 squashed these commits |
@bors r+ rollup=never |
@Mark-Simulacrum This changes the directory layout of the docs component. Do we promise any kind of stability for these paths? |
At the very least |
And I think whatever code uploads the docs to docs.rust-lang.org will need to be updated too. @bors r- |
Should i create an issue or pr on rustup and rust-analyzer repo? |
Fixes: #140922