| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-06-16 | Apply changes to fix python linting errors | Trevor Gross | -8/+8 | |
| 2023-04-11 | rename maybe_delink to maybe_remove_mention | DaniPopes | -3/+3 | |
| 2023-04-10 | Fix remaining typos | DaniPopes | -3/+3 | |
| 2023-01-29 | Rollup merge of #96763 - Abdur-rahmaanJ:patch-1, r=Mark-Simulacrum | Matthias Krüger | -61/+0 | |
| Fix maintainer validation message State clearly why maintainer verification is not activating, ruling out the user thinking they misconfigured something. | ||||
| 2023-01-22 | fix maintainer validation message | Abdur-Rahmaan Janhangeer | -61/+0 | |
| fix remove token check for maintainers fix: rm validate_maintainers function | ||||
| 2022-09-21 | Remove miri from the submodule list and require it for CI to pass | Oli Scherer | -13/+4 | |
| 2022-08-27 | Sunset RLS | Eric Huss | -3/+0 | |
| 2022-08-20 | Remove Steve from toolstate failure notices. | Eric Huss | -4/+4 | |
| They have not been involved in a while. | ||||
| 2022-08-20 | Remove rustfmt from publish_toolstate | Eric Huss | -3/+0 | |
| Rustfmt is no longer tracked in toolstate, so this isn't necessary. | ||||
| 2022-06-27 | Remove eddyb from miri failure pings | Oli Scherer | -1/+1 | |
| 2021-09-15 | Disable validate_maintainers. | Eric Huss | -1/+7 | |
| 2021-02-20 | Fix some Python2->3 error in publish_toolstate.py by type-checking it | kennytm | -16/+34 | |
| 2020-12-05 | Ping me when nomicon's toolstate is broken | Yuki Okushi | -1/+1 | |
| 2020-10-13 | Remove `mark-i-m` from rustc-dev-guide maintainers | Yuki Okushi | -1/+1 | |
| 2020-10-01 | Remove outdated line from `publish_toolstate` hook | LeSeulArtichaut | -3/+0 | |
| 2020-08-26 | Avoid function-scoping global variables | Mark Rousskov | -9/+9 | |
| In 2e6f2e885506ee4, we added a main function to the publish_toolstate.py script. Unfortunately, we missed that the Python program implicitly declares global variables in that code, which means that adding a function changes variable scoping and breaks other code. This commit avoids introducing that function and adds a warning to future editors of the code. | ||||
| 2020-08-23 | publish-toolstate: show more context on HTTP error | Eric Huss | -1/+9 | |
| 2020-08-12 | toolstate: remove embedded-resources alumni from toolstate | Pietro Albini | -4/+1 | |
| 2020-08-05 | Label rustfmt toolstate issues with A-rustfmt | Aaron Hill | -1/+1 | |
| This makes it easier to filter toolstate issues by the tool involved. | ||||
| 2020-07-19 | tools: update rustfmt toolstate maintainers | Caleb Cartwright | -1/+1 | |
| 2020-05-22 | Allow rust-highfive to label issues it creates. | Elinvynia | -1/+16 | |
| Replace sets with lists. | ||||
| 2020-05-03 | Remove clippy from some leftover lists of "possibly failing" tools | Oliver Scherer | -5/+0 | |
| 2020-04-15 | update tool maintainers | Pietro Albini | -1/+1 | |
| 2020-04-10 | Enforce Python 3 as much as possible | Guillaume Gomez | -2/+9 | |
| 2020-04-04 | Auto merge of #69898 - spastorino:rename-rustc-guide2, r=Xanewok | bors | -3/+3 | |
| Move rustc-guide submodule to rustc-dev-guide r? @pietroalbini | ||||
| 2020-04-04 | Update src/tools/publish_toolstate.py | Igor Matuszewski | -1/+1 | |
| Co-Authored-By: Mateusz Mikuła <mati865@users.noreply.github.com> | ||||
| 2020-03-25 | Revert "Automatically tag as nominated for T-compiler" | Santiago Pastorino | -1/+0 | |
| This reverts commit 46a8fcdf3cf0eb64b5ac70b4847f1facbdd12be1. | ||||
| 2020-03-24 | Move rustc-guide submodule to rustc-dev-guide | Santiago Pastorino | -3/+3 | |
| 2020-03-04 | more toolstate comments | Ralf Jung | -5/+4 | |
| 2020-02-25 | Do not ping PR reviewers in toolstate breakage | Yuki Okushi | -4/+3 | |
| 2020-02-20 | Do not ping the infrastructure team on toolstate changes | Mark Rousskov | -2/+2 | |
| To my knowledge, there is essentially never any particular action that the infra team needs to take on these pings, and they are currently relatively annoying. | ||||
| 2020-02-07 | PEP8 format spacing | Chris Simpkins | -6/+11 | |
| 2019-11-18 | Add JohnTitor to rustc-guide toolstate notification list | Yuki Okushi | -4/+4 | |
| Also update org names of some books | ||||
| 2019-10-10 | Don't cc rust-lang/compiler for toolstate changes | varkor | -1/+1 | |
| 2019-09-16 | avoid duplicate issues for Miri build failures | Ralf Jung | -5/+14 | |
| 2019-09-16 | ci: remove projektir from toolstate notifications | Pietro Albini | -1/+1 | |
| They don't contribute to rust-by-example anymore. | ||||
| 2019-09-16 | ci: convert maintainer list in publish_toolstate to a set | Pietro Albini | -22/+23 | |
| 2019-09-16 | ci: address publish_toolstate review comments | Pietro Albini | -10/+10 | |
| 2019-09-16 | ci: rename Gankro to Gankra in toolstate | Pietro Albini | -1/+1 | |
| 2019-09-16 | ci: ensure all tool maintainers are assignable on issues | Pietro Albini | -0/+60 | |
| GitHub only allows people explicitly listed as collaborators on the repository or who commented on the issue/PR to be assignees, failing to create the issue if non-assignable people are assigned. This adds an extra check on CI to make sure all the people listed as tool maintainers can be assigned to toolstate issues. The check won't be executed on PR builds due to the lack of a valid token. | ||||
| 2019-09-03 | Add Yaah to clippy toolstain notification list | Jane Lusby | -1/+1 | |
| 2019-08-28 | Notify me (flip1995) when Clippy toolstate changes | flip1995 | -1/+1 | |
| 2019-08-21 | add amanjeev | Mark Mansi | -1/+1 | |
| 2019-07-23 | more comments | Ralf Jung | -1/+4 | |
| 2019-07-23 | more callback docs | Ralf Jung | -0/+3 | |
| 2019-07-09 | Add spastorino for rustc-guide toolstate | Who? Me?! | -1/+1 | |
| 2019-07-06 | Track rustc-guide on toolstate | André Luis Leal Cardoso Junior | -0/+2 | |
| 2019-06-21 | do as tidy says | Ralf Jung | -1/+2 | |
| 2019-06-21 | don't make PR author assignee; that break creating the issue when they are ↵ | Ralf Jung | -1/+0 | |
| not a team member | ||||
| 2019-06-21 | show HTTP error body | Ralf Jung | -1/+3 | |
