Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Remove mentions from rust-lang/rust. #413

Merged
merged 1 commit into from
Jun 28, 2022
Merged
Changes from all commits
Commits
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
78 changes: 0 additions & 78 deletions highfive/configs/rust-lang/rust.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,83 +140,5 @@
"src/doc": ["docs"],
"src/doc/rustdoc": ["rustdoc"]
},
"mentions": {
"src/rustdoc-json-types": {
"message": "rustdoc-json-types is a **public** (although nightly-only) API. If possible, consider changing `src/librustdoc/json/conversions.rs`; otherwise, make sure you bump the `FORMAT_VERSION` constant.",
"reviewers": ["@CraftSpider", "@aDotInTheVoid"]
},
"src/librustdoc/clean/types.rs": {
"message": "Some changes occurred in `clean/types.rs`.",
"reviewers": ["@camelid"]
},
"src/librustdoc/html/static": {
"message": "Some changes occurred in HTML/CSS/JS.",
"reviewers": ["@GuillaumeGomez", "@Folyd", "@jsha"]
},
"src/librustdoc/html/static/themes": {
"message": "Some changes occurred in HTML/CSS themes.",
"reviewers": ["@GuillaumeGomez"]
},
"src/librustdoc/html/static/themes/ayu.css": {
"message": "A change occurred in the Ayu theme.",
"reviewers": ["@Cldfire"]
},
"error_codes.rs": {
"message": "Some changes occurred in diagnostic error codes",
"reviewers": ["@GuillaumeGomez"]
},
"src/tools/cargo": {
"message": "Updates src/tools/cargo.",
"reviewers": ["@ehuss"]
},
"compiler/rustc_apfloat": {
"message": "Changes rustc_apfloat. rustc_apfloat is currently in limbo and you almost certainly don't want to change it (see #55993).",
"reviewers": ["@eddyb"]
},
"compiler/rustc_codegen_cranelift": {
"message": "Some changes occured to rustc_codegen_cranelift",
"reviewers": ["@bjorn3"]
},
"compiler/rustc_codegen_gcc": {
"message": "Some changes occured to rustc_codegen_gcc",
"reviewers": ["@antoyo"]
},
"src/tools/rustfmt": {
"message": "Some changes occurred in src/tools/rustfmt.",
"reviewers": ["@rust-lang/rustfmt"]
},
"src/tools/clippy": {
"message": "Some changes occurred in src/tools/clippy.",
"reviewers": ["@rust-lang/clippy"]
},
"compiler/rustc_const_eval/src/interpret": {
"message": "Some changes occured to the CTFE / Miri engine",
"reviewers": ["@rust-lang/miri"]
},
"compiler/rustc_infer/src/infer/error_reporting/need_type_info.rs": {
"message": "Some changes occured in need_type_info.rs",
"reviewers": ["@lcnr"]
},
"compiler/rustc_trait_selection/src/traits/const_evaluatable.rs": {
"message": "Some changes occured in const_evaluatable.rs",
"reviewers": ["@lcnr"]
},
"compiler/rustc_middle/src/mir/interpret": {
"message": "Some changes occured to the CTFE / Miri engine",
"reviewers": ["@rust-lang/miri"]
},
"src/tools/miri": {
"message": "Some changes occured to the Miri submodule",
"reviewers": ["@rust-lang/miri"]
},
"compiler/rustc_mir_transform/src/": {
"message": "Some changes occured to MIR optimizations",
"reviewers": ["@rust-lang/mir-opt"]
},
"library": {
"message": "Hey! It looks like you've submitted a new PR for the library teams!\n\nIf this PR contains changes to any `rust-lang/rust` public library APIs then please comment with `@rustbot label +T-libs-api -T-libs` to tag it appropriately. If this PR contains changes to any unstable APIs please edit the PR description to add a link to the relevant [API Change Proposal](https://std-dev-guide.rust-lang.org/feature-lifecycle/api-change-proposals.html) or [create one](https://github.com/rust-lang/libs-team/issues/new?assignees=&labels=api-change-proposal%2C+T-libs-api&template=api-change-proposal.md&title=%28My+API+Change+Proposal%29) if you haven't already. If you're unsure where your change falls no worries, just leave it as is and the reviewer will take a look and make a decision to forward on if necessary.\n\nExamples of `T-libs-api` changes:\n\n* Stabilizing library features\n* Introducing insta-stable changes such as new implementations of existing stable traits on existing stable types\n* Introducing new or changing existing unstable library APIs (excluding permanently unstable features / features without a tracking issue)\n* Changing public documentation in ways that create new stability guarantees\n* Changing observable runtime behavior of library APIs",
"reviewers": []
}
},
"new_pr_labels": ["S-waiting-on-review"]
}