Commit graph

131 commits

Author SHA1 Message Date
Zephaniah Ong 70fd729e7e change file path and improve message 2023-02-14 14:25:46 +08:00
Zephaniah Ong 2a5a1a89d3 add message to update Cargo.toml when x is changed 2023-02-14 13:56:19 +08:00
Oli Scherer d78fb1a015 Remove Esteban from review queues for a while 2023-02-04 11:48:50 +00:00
Michael Goulet ef520bd82a
Rollup merge of #107631 - BoxyUwU:triagebot_cargo_lock, r=compiler-errors
loudly tell people when they change `Cargo.lock`

It keeps happening that people accidentally commit changes to `Cargo.lock` and then have to be told by a reviewer to undo this. I've also seen cases where PRs are merged that accidentally changed `Cargo.lock` during a rebase.. I figure that purposeful changes to `Cargo.lock` are likely rarer than these accidental ones?
2023-02-03 14:15:24 -08:00
Michael Goulet 41883fd19a intern external constraints 2023-02-03 21:36:59 +00:00
Boxy b83078fd71 loudly tell people when Cargo.lock changes 2023-02-03 10:42:37 +00:00
Caleb Cartwright da538c1fa8 add style team triagebot config 2023-01-25 19:58:22 -06:00
Albert Larsan fa7d17dbb5
Create new bootstrap team 2023-01-19 08:15:57 +00:00
Matthias Krüger d6e79ab9c8
Rollup merge of #106958 - jyn514:labels, r=m-ou-se
Don't add A-bootstrap to PRs modifying Cargo.lock

Changing Cargo.lock is common even when adding dependencies between existing rustc crates.

cc https://github.com/rust-lang/rust/pull/103204#discussion_r1070268737, `@m-ou-se`
2023-01-17 05:25:23 +01:00
jyn 6c763821ba Don't add A-bootstrap to PRs modifying Cargo.lock
Changing Cargo.lock is common even when adding dependencies between existing rustc crates.
2023-01-16 18:15:39 -06:00
Boxy dd96a44c7d a 2023-01-14 11:44:37 +00:00
Yuki Okushi 174c6c7098
Rollup merge of #106772 - michaelwoerister:triagebot-rotation, r=wesleywiser
Re-add mw to review rotation

r? `@wesleywiser`
2023-01-13 05:47:24 +09:00
Michael Woerister 86168c3810 Add mw to triagebot.toml 2023-01-12 15:36:15 +01:00
Maybe Waffle fb0ecc0288 Add WaffleLapkin to compiler reviewers 2023-01-12 06:53:06 +00:00
nils 80c535f15c
Rollup merge of #106715 - BoxyUwU:new_solver_triagebot, r=lcnr
Autolabel and ping wg for changes to new solver

r? ```@lcnr```
2023-01-11 17:30:57 +01:00
Boxy d031befe79 a 2023-01-11 12:02:14 +00:00
Albert Larsan 40ba0e84d5
Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
Yuki Okushi a804980913
Rollup merge of #106698 - compiler-errors:notify-mr-errs, r=Mark-Simulacrum
Add compiler-errors to some trait system notification groups

I care about these areas of the compiler.
2023-01-11 14:18:59 +09:00
Michael Goulet 7c2d48bcc2 Add compiler-errors to some trait system notification groups 2023-01-11 00:32:52 +00:00
Joshua Nelson 2ee546aa5e Remove myself from rust-lang/rust reviewers
I don't have time to both review and work on my foundation grant.
2023-01-09 17:39:12 -06:00
Josh Stone 9914a8924e Add cuviper to the review rotation for libs 2023-01-03 09:47:03 -08:00
Eric Huss 120d4fd09c
Remove CraftSpider from review rotation
CraftSpider was removed from the rustdoc team in https://github.com/rust-lang/team/pull/897 and can no longer be assigned.
2022-12-28 10:08:48 -08:00
Michael Goulet e97e55f87b Fix triagebot.toml 2022-12-23 23:28:02 +00:00
lcnr a213bb36c9 implement the skeleton of the updated trait solver 2022-12-19 16:46:17 +00:00
Deadbeef 060e033c9c Remove fee1-dead from reviewers
.. for now. I have been burned out a bit from reviews
and I think I should take a break.
2022-12-14 12:41:11 +00:00
Nilstrieb 2704b75a5e Add Nilstrieb to compiler reviewers 2022-12-10 17:31:39 +01:00
Boxy 3ca5c821c2
CONSISTENCY
Co-authored-by: lcnr <rust@lcnr.de>
2022-12-06 16:45:11 +00:00
Boxy 50f090002a add cg ping files things 2022-12-06 16:33:19 +00:00
Matthias Krüger cea2e14ba2
Rollup merge of #104978 - Veykril:patch-2, r=jyn514
notify the rust-analyzer team on changes to the rust-analyzer subtree

As proposed in https://github.com/rust-lang/rust-analyzer/pull/13676#issuecomment-1327621946
2022-11-29 05:24:22 +01:00
bors 60b8fc4cce Auto merge of #104992 - ehuss:docs-triagebot-assign, r=Mark-Simulacrum
Assign myself for docs updates

This sets myself as the reviewer for docs submodule updates. Now with https://github.com/rust-lang/triagebot/pull/1673 automating the process, this piece of the puzzle handles the assignment step.
2022-11-29 00:17:18 +00:00
Matthias Krüger 9ebffb7c3c
Rollup merge of #104917 - compiler-errors:requires-debug-assertions, r=Mark-Simulacrum
Allow non-org members to label `requires-debug-assertions`

`jruderman` tried to add this in #104916, for example. I think I've seen this happen before as well.
2022-11-27 16:03:07 +01:00
Lukas Wirth e4c9915218
notify the rust-analyzer team on changes to the rust-analyzer subtree 2022-11-27 13:28:48 +01:00
Eric Huss be18880745 Assign myself for docs updates
This sets myself as the reviewer for docs submodule updates.
Now with https://github.com/rust-lang/triagebot/pull/1673 automating
the process, this piece of the puzzle handles the assignment step.
2022-11-26 15:24:01 -08:00
Michael Goulet 1dc88ffb3f
Allow non-org members to label requires-debug-assertions
jruderman tried to add this in #104916, for example. I think I've seen this happen before as well.
2022-11-25 16:06:52 -08:00
lcnr 68d953014e notify lcnr on changes to ObligationCtxt 2022-11-25 14:26:10 +01:00
Albert Larsan 94b9fbd12d
Make it also assign correct people 2022-11-13 16:09:15 +01:00
Albert Larsan cf70c3d7ee
Add x tool to triagebot
Assign the A-bootstrap label when a pr modifies the x tool.
2022-11-13 15:31:49 +01:00
Michael Goulet 7e86b846bf UI tests can be assigned to T-compiler 2022-11-11 22:16:25 +00:00
Manish Goregaokar 9eb977bec4 Add llvm-main to triagebot.toml 2022-11-08 11:30:15 -08:00
Eric Huss 27a6280eca Add Target Tier Policy notification. 2022-10-26 16:45:24 -07:00
Eric Huss eaa1b8b10e Migrate from highfive to triagebot 2022-10-24 16:16:45 -07:00
Michael Goulet 47f816cd4c no test in testsuite label 2022-10-20 16:46:05 +00:00
Matthias Krüger e0c162ff02
Rollup merge of #103204 - jyn514:autolabels, r=Mark-Simulacrum
Add some more autolabels
2022-10-18 21:18:48 +02:00
Joshua Nelson 10f982d328 Add some more autolabels 2022-10-18 11:21:16 -05:00
nils 6d609c5d6e
Add new bootstrap entrypoints to triagebot 2022-10-13 17:38:30 +02:00
Josh Triplett 9a9e8273e4 triagebot.toml: Add autolabel for T-style 2022-09-24 19:49:58 +01:00
Oli Scherer 6cfa7ef2ba Remove miri from the submodule list and require it for CI to pass 2022-09-21 15:35:53 +00:00
Nixon Enraght-Moony 393792da8d Remove check_missing_items.py 2022-09-14 16:14:15 +01:00
Nixon Enraght-Moony 2506aa0394 jsondoclint: New Tool 2022-09-14 12:30:23 +01:00
fee1-dead 91398912d0
Allow unauthenticated users to add the const-hack label 2022-09-12 23:04:32 +08:00