Skip to content

Rollup of 9 pull requests #105035

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

Closed
wants to merge 20 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
9ed2977
[fuchsia] Document more settings for building Rust
djkoloski Nov 17, 2022
69a07f7
Revert "Add fatal overflow test"
compiler-errors Nov 26, 2022
c285218
Revert "Drive-by: Don't manually call evaluate_obligation_no_overflow"
compiler-errors Nov 26, 2022
4149923
Revert "Do not need to account for overflow in predicate_can_apply"
compiler-errors Nov 26, 2022
be18880
Assign myself for docs updates
ehuss Nov 26, 2022
e4c9915
notify the rust-analyzer team on changes to the rust-analyzer subtree
Veykril Nov 27, 2022
11525e5
fix document
Neutron3529 Nov 28, 2022
20f389d
Add sentence when rustdoc search is running
GuillaumeGomez Nov 28, 2022
7181b8f
rustdoc: merge background-image rules in rustdoc-toggle CSS
notriddle Nov 28, 2022
19e0200
rustdoc: remove `fnname` CSS class that's styled exactly like `fn`
notriddle Nov 28, 2022
d958f37
Rustdoc-Json: Add tests for linking to foreign variants.
aDotInTheVoid Nov 28, 2022
e2de1ef
Rollup merge of #104465 - djkoloski:improve_fuchsia_testing_docs, r=t…
matthiaskrgr Nov 28, 2022
e4ff0cb
Rollup merge of #104959 - compiler-errors:revert-104269, r=lcnr
matthiaskrgr Nov 28, 2022
c7f6342
Rollup merge of #104978 - Veykril:patch-2, r=jyn514
matthiaskrgr Nov 28, 2022
9e81877
Rollup merge of #104992 - ehuss:docs-triagebot-assign, r=Mark-Simulacrum
matthiaskrgr Nov 28, 2022
5ff29be
Rollup merge of #105010 - Neutron3529:patch-2, r=jyn514
matthiaskrgr Nov 28, 2022
6fedc0f
Rollup merge of #105016 - GuillaumeGomez:load-sentence-rustdoc, r=not…
matthiaskrgr Nov 28, 2022
76a57e7
Rollup merge of #105020 - notriddle:notriddle/rustdoc-toggle, r=Guill…
matthiaskrgr Nov 28, 2022
b52ea94
Rollup merge of #105024 - notriddle:notriddle/fnname, r=jyn514
matthiaskrgr Nov 28, 2022
720ccc2
Rollup merge of #105027 - aDotInTheVoid:rdj-foreign-variant-test, r=G…
matthiaskrgr Nov 28, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Assign myself for docs updates
This sets myself as the reviewer for docs submodule updates.
Now with rust-lang/triagebot#1673 automating
the process, this piece of the puzzle handles the assignment step.
  • Loading branch information
ehuss committed Nov 26, 2022
commit be188807454001cb8aacffcccfd46adc771268c7
7 changes: 7 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,13 @@ fallback = [
"/src/bootstrap" = ["bootstrap"]
"/src/ci" = ["infra-ci"]
"/src/doc" = ["docs"]
"/src/doc/book" = ["@ehuss"]
"/src/doc/edition-guide" = ["@ehuss"]
"/src/doc/embedded-book" = ["@ehuss"]
"/src/doc/nomicon" = ["@ehuss"]
"/src/doc/reference" = ["@ehuss"]
"/src/doc/rust-by-example" = ["@ehuss"]
"/src/doc/rustc-dev-guide" = ["@ehuss"]
"/src/doc/rustdoc" = ["rustdoc"]
"/src/etc" = ["@Mark-Simulacrum"]
"/src/librustdoc" = ["rustdoc"]
Expand Down