| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-29 | Update mdbook | Eric Huss | -1/+1 | |
| This updates mdbook to 0.4.52, which includes a number of fixes and enhancements since 0.4.48. Changelog: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0452 | ||||
| 2025-08-07 | Only run the pull workflow once per week | Jakub Beránek | -2/+2 | |
| 2025-08-03 | Merge pull request #2509 from rust-lang/tshepang-auto-toc | Tshepang Mbambo | -3/+1 | |
| make toc generation fully automatic | ||||
| 2025-07-29 | Use main branch of josh-sync for CI workflow | Jakub Beránek | -1/+1 | |
| 2025-07-29 | WIP: auth using GitHub app | Jakub Beránek | -2/+3 | |
| 2025-07-28 | avoid the need to specify if toc should be generated | Tshepang Mbambo | -3/+1 | |
| - this removes one external dependency, mdbook-toc - this steals code from rustc book | ||||
| 2025-07-10 | Migrate rustc-pull to CI workflow from `josh-sync` | Jakub Beránek | -102/+9 | |
| 2025-07-04 | Update CI workflow to use rustc-josh-sync | Jakub Beránek | -5/+4 | |
| 2025-04-28 | Update mdbook to 0.4.48 | Eric Huss | -1/+1 | |
| This updates to the latest version of mdbook which has had a variety of fixes of new features since the last update. Changelog: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0448 | ||||
| 2025-04-19 | toolchain version does not need to be specified | Tshepang Mbambo | -1/+1 | |
| - Rust backcompat removes the need to specify the version here - Using these commands can result in a needless toolchain getting downloaded, like in the case where user only has Nightly installed | ||||
| 2025-03-19 | Set linkcheck in `ci.yml` | Jakub Beránek | -0/+1 | |
| 2025-02-25 | Fix posting message to Zulip | Jakub Beránek | -1/+1 | |
| 2025-02-16 | Bump mdbook-linkcheck2 dependency version | Martin Liska | -1/+1 | |
| 2025-02-15 | Merge pull request #2246 from marxin/CI-more-ofter | Noah Lev | -2/+2 | |
| Run CI multiple times a day | ||||
| 2025-02-15 | Fix CI schedule | Martin Liska | -1/+1 | |
| 2025-02-14 | Start using latest release where -f checks all local links | Martin Liska | -1/+1 | |
| 2025-02-12 | Run CI multiple times a day | Martin Liska | -2/+2 | |
| 2025-02-03 | Make the rustc-pull workflow run less often | Jakub Beránek | -2/+2 | |
| 2025-02-01 | Checkout repository sources in rustc-pull CI action | Jakub Beránek | -0/+1 | |
| This is needed for the `gh` command to work. | ||||
| 2025-01-31 | Pass `GITHUB_TOKEN` to Zulip CI step | Jakub Beránek | -2/+4 | |
| 2025-01-30 | Run rustc-pull CI every day, don't notify when there is nothing to update | Jakub Beránek | -7/+33 | |
| 2025-01-27 | Fix rustc-pull CI's bash commands | Jakub Beránek | -2/+2 | |
| 2025-01-25 | CI: use key-restore for cache GH action | Martin Liska | -2/+4 | |
| It seems one can't overwrite a cache entry: ``` Failed to save: Unable to reserve cache with key linkcheck--0.8.1, another job may be creating this cache. More details: Cache already exists. Scope: refs/heads/master, Key: linkcheck--0.8.1, Version: 33f8fd511bed9c91c40778bc5c27cb58425caa894ab50f9c5705d83cb78660e0 Warning: Cache save failed. ``` A proper solution is to use `restore-keys`: https://github.com/actions/cache/blob/main/tips-and-workarounds.md#update-a-cache | ||||
| 2025-01-20 | Send a message to Zulip when a sync finishes | Jakub Beránek | -2/+32 | |
| 2025-01-15 | Merge pull request #2202 from Kobzol/pull-ci | 许杰友 Jieyou Xu (Joe) | -0/+55 | |
| 2025-01-11 | Add CI workflow for performing rustc-pull | Jakub Beránek | -0/+55 | |
| 2025-01-09 | ci: Remove incorrect use of `continue-on-error` | Noah Lev | -2/+1 | |
| This will cause the CI build to be marked successful even if the build failed. Instead, use `if: '!cancelled()'` to always save the cache (except when the job is cancelled), even if the linkcheck failed. See https://stackoverflow.com/a/58859404 for more. | ||||
| 2025-01-08 | Update key | Martin Liska | -3/+3 | |
| 2025-01-08 | Save linkcheck cache always | Martin Liska | -6/+16 | |
| 2024-12-30 | Opt into, rather than out of, linkcheck (#2180) | Noah Lev | -1/+1 | |
| This makes it less of a hassle to render the book locally. | ||||
| 2024-12-28 | Start using mdbook-linkcheck2 (#2103) | Martin Liška | -3/+3 | |
| 2024-03-30 | Delete length check (#1952) | Nilstrieb | -6/+0 | |
| It's super annoying to be forced to use this bad convention, and apparently everyone agrees. The only reason no improvements have been done is because those were blocked on writing a better checker. I strongly believe that no checker is better than a bad checker, so let's just delete it in the meantime. I kindly asked anyone who sees this to complain about overly long sentences in review in the future, I think we can make this turn out fine. | ||||
| 2024-01-28 | Upgrade actions to use Node.js v20 (#1863) | Yuki Okushi | -5/+5 | |
| 2023-04-09 | Various improvements to `check_line_lengths.sh` (#1667) | jyn | -1/+1 | |
| 2023-02-18 | Bump dependencies to fix CI (#1610) | Noah Lev | -2/+2 | |
| 2023-01-28 | Use ephemeral PAT for linkcheck | Yuki Okushi | -0/+1 | |
| Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2022-12-08 | chore: Update `actions/github-script` to v6 | Yuki Okushi | -3/+2 | |
| Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2022-09-22 | Update mdbook and its extensions versions | Yuki Okushi | -4/+4 | |
| Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2022-09-22 | Remove unmaintained action | Yuki Okushi | -4/+3 | |
| Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2022-09-22 | Update some actions versions | Yuki Okushi | -4/+4 | |
| Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2022-07-17 | add mdbook-mermaid | Niko Matsakis | -1/+3 | |
| 2021-11-04 | Ensure date-check cron job is using latest stable Rust | Noah Lev | -0/+4 | |
| This should prevent future failures like this one [1]. [1]: https://github.com/rust-lang/rustc-dev-guide/runs/4067460927?check_suite_focus=true | ||||
| 2021-08-15 | update mdbook version to latest | Tshepang Lekhonkhobe | -1/+1 | |
| v0.4.7 didn't have the feature to allow this See https://github.com/rust-lang/rustc-dev-guide/pull/1180#issuecomment-899128718 | ||||
| 2021-04-27 | Trigger GHA only on the original repo | Yuki Okushi | -1/+3 | |
| 2021-03-10 | Switch from Travis to GHA (#1073) | Yuki Okushi | -0/+77 | |
| 2021-02-03 | Implement date-checker | Camelid | -0/+44 | |
| This tool looks for HTML comments like `<!-- date: 2021-01 -->` in each Markdown source file and compiles a list of dates that are older than six months. It then opens an issue with that list, with checkboxes for each file and date. Note that it will only open an issue if there was at least one date older than six months; it does nothing if the list is empty. This tool is automatically run monthly in a GitHub Actions workflow. I have tested the tool on a private repo and confirmed that it works. | ||||
