Skip to content
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

Rustc dev guide subtree update #137642

Merged
merged 23 commits into from
Feb 26, 2025
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
b479199
Run CI multiple times a day
marxin Feb 6, 2025
28dfcd0
document bootstrap logging
jyn514 Feb 13, 2025
2d2849d
Merge pull request #2250 from jyn514/logging
jieyouxu Feb 13, 2025
7d999a5
add notes for perf issue
chenyukang Feb 14, 2025
a21ffd8
Fix borked link
marxin Feb 14, 2025
6714f1d
Start using latest release where -f checks all local links
marxin Feb 14, 2025
f8cc5d7
Merge pull request #2253 from marxin/fix-link2
JohnTitor Feb 14, 2025
27566ab
Merge pull request #2252 from chenyukang/fix-perf
jieyouxu Feb 14, 2025
dce2652
Fix examples to work with nightly-2025-02-13
torfsen Feb 15, 2025
fcfabc1
Fix CI schedule
marxin Feb 15, 2025
ba340ec
Merge pull request #2254 from marxin/start-using-latest-linkcheck2
camelid Feb 15, 2025
34db7ba
Merge pull request #2246 from marxin/CI-more-ofter
camelid Feb 15, 2025
089af67
Bump mdbook-linkcheck2 dependency version
marxin Feb 16, 2025
56f6538
Merge pull request #2257 from marxin/start-using-latest-linkcheck2-v2
tshepang Feb 16, 2025
342ced9
Merge pull request #2256 from torfsen/fix-examples-for-nightly-2025-0…
jieyouxu Feb 19, 2025
39667c5
document how to setup RA for nvim automatically
jyn514 Feb 24, 2025
25eac11
use lua locals
jyn514 Feb 24, 2025
ed2ccea
Merge pull request #2259 from jyn514/nvim-config
DianQK Feb 24, 2025
9423634
Fix posting message to Zulip
Kobzol Feb 25, 2025
5d65732
Merge pull request #2262 from Kobzol/rustc-pull-ci-fix
Kobzol Feb 25, 2025
46392d1
Preparing for merge from rustc
BoxyUwU Feb 25, 2025
d9683df
Merge from rustc
BoxyUwU Feb 25, 2025
69369a7
Merge pull request #2263 from BoxyUwU/rustc-pull2
BoxyUwU Feb 25, 2025
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
Start using latest release where -f checks all local links
  • Loading branch information
marxin committed Feb 14, 2025
commit 6714f1d93388b6d6bbcb4d491835fba51cdb2cb2
2 changes: 1 addition & 1 deletion src/doc/rustc-dev-guide/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
env:
MDBOOK_VERSION: 0.4.21
MDBOOK_LINKCHECK2_VERSION: 0.8.1
MDBOOK_LINKCHECK2_VERSION: 0.9.0
MDBOOK_MERMAID_VERSION: 0.12.6
MDBOOK_TOC_VERSION: 0.11.2
DEPLOY_DIR: book/html
Expand Down