about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide/book.toml
AgeCommit message (Collapse)AuthorLines
2025-04-04Update book.toml fix the authors fieldGábor Szabó-1/+1
See https://rust-lang.github.io/mdBook/format/configuration/general.html#general-metadata
2025-03-21Move Fuchsia and RfL under `ecosystem-test-jobs/` folderJieyou Xu-1/+3
Includes redirects to avoid breaking existing links.
2025-01-08Save linkcheck cache alwaysMartin Liska-1/+3
2024-12-29Add a couple of linkcheck exceptions: (#2120)Martin Liška-1/+7
* Add a couple of linkcheck exceptions: Addresses: ``` Server returned 500 Internal Server Error for https://github.com/rust-lang/rust/pulls?q=is%3Apr+label%3AS-inactive+is%3Aclosed Server returned 401 Unauthorized for https://objects.githubusercontent.com/github-production-release-asset-2e65be/343907537/60cd5880-7b81-11eb-9502-68d5f473ebe2?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20241103%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20241103T085906Z&X-Amz-Expires=300&X-Amz-Signature=e532fd7d2bd271f12988982bc8e5a47a0f966b40452b55d444bbb74292ac1fb1&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Drustc.generic.wpaProfile&response-content-type=application%2Foctet-stream Server returned 500 Internal Server Error for https://github.com/rust-lang/rust/pulls?q=is%3Apr+label%3AS-inactive ``` * Skip only github.com/rust-lang/rust/pulls?q=
2024-11-04Add redirects for integration-testing and headers (#2092)许杰友 Jieyou Xu (Joe)-0/+2
2024-07-27linkcheck: fix reported broken links (part 2) (#2024)Martin Liška-1/+5
* linkcheck: fix reported broken links (part 2) * Apply suggestions from code review Co-authored-by: León Orell Valerian Liehr <me@fmease.dev> * Fix mir::Constant link target * Fix borked links * Fix one more link name * Exclude 2 links from checking * Fix exclude patterns in book.toml * Fix comment * Fix rmake-tests URL * Apply suggestions from code review Co-authored-by: León Orell Valerian Liehr <me@fmease.dev> --------- Co-authored-by: León Orell Valerian Liehr <me@fmease.dev>
2024-02-21Fix more links (#1884)Yuki Okushi-1/+3
2023-03-27Don't require $GITHUB_TOKEN to build locally (#1652)jyn-3/+0
2023-03-03update error code docs to reflect recent changes (#1625)Ezra Shaw-1/+2
2023-02-18enable AND search (#1607)Tshepang Mbambo-0/+3
2023-02-11Add a citation fileYuki Okushi-3/+3
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2023-02-06Do not add accept header on linkcheckYuki Okushi-1/+1
It seems that this header causes "406 Not Acceptable" failures: https://github.com/rust-lang/rustc-dev-guide/actions/runs/4092776683/jobs/7057742900
2023-01-28Use ephemeral PAT for linkcheckYuki Okushi-0/+3
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2022-09-26don't refer to the compile-time interpreter as "Miri" (#1471)Ralf Jung-0/+1
2022-08-23fix quick-edit link (#1441)Tshepang Mbambo-1/+1
2022-07-17add mdbook-mermaidNiko Matsakis-0/+4
2022-06-13diagnostics: add translation documentationDavid Wood-0/+1
- Add documentation on translation infrastructure and use of `SessionSubdiagnostic`. - Update diagnostic examples on other pages to be translatable since this is preferred. Signed-off-by: David Wood <david.wood@huawei.com>
2022-05-24Exclude `tomlee.co` from link-checking (#1356)Yuki Okushi-1/+12
https://tomlee.co/2014/04/a-more-detailed-tour-of-the-rust-compiler/ returns 404 on CI even though it's not actually 404. So, that doesn't return any useful result, let's ignore it. Also, formatted the exclude list for readability.
2022-01-18Reorganize and expand the testing chapters. (#1281)Eric Huss-0/+3
* Reorganize and expand the testing chapters. * Update tests chapters for review comments. * Fix typo.
2021-08-28Fix warning "Renderer command uses a path relative to the renderer output ↵Frank Steffahn-1/+1
directory ..." (#1194)
2021-08-15allow to quickly edit a page directly on githubTshepang Lekhonkhobe-0/+1
2021-01-20Add mdbook-toc, markers, and documentation (#1028)Iñaki Garay-0/+4
* Add mdbook-toc to travis, book.toml and documentation * Add toc markers * Whitespace cleanup and some punctuation * Addressed comments
2020-12-03exclude play.rlo from linkchecksmark-1/+1
2020-10-08linkcheck only for changed files except in cron jobsmark-0/+1
2020-07-16Exclude `rustaceans.org` from linkcheckYuki Okushi-1/+1
2020-06-26Fold chapters by default to make ToC shorterWho? Me?!-1/+1
2020-06-23whitelist amazonWho? Me?!-1/+1
2020-05-03Reduce cache timeout to catch broken links faster.Who? Me?!-1/+1
2020-03-10Rename rustc-guide to rustc-dev-guide (#601)Santiago Pastorino-1/+1
* Rename rustc-guide to rustc-dev-guide * rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org
2020-01-13Fix linksYuki Okushi-1/+1
2019-11-27Add Karrq's salsa chapter (#529)Who? Me?!-1/+1
* add Karrq's salsa chapter * add youtu.be short url
2019-11-06Add link to git repository for bookYuki Okushi-0/+1
2019-11-05fold subchaptersMark Mansi-1/+3
2019-11-05remove all the hacks, add some improvementsMark Mansi-1/+2
2019-09-05hack + drive-by-fixMark Mansi-0/+4
2019-07-17blacklist some commonly problematic linksMark Mansi-1/+1
2018-09-21Fix all the links!Mark Mansi-1/+1
2018-09-21don't check crates.io linksMark Mansi-0/+1
2018-09-21check web linksMark Mansi-2/+3
2018-06-08removed whitespaceAlexander Regueiro-1/+1
2018-03-22Add mdbook search.Eric Huss-0/+2
2018-01-31Added the mdbook-linkcheck backendMichael Bryan-0/+3
2018-01-16add outline and chaptersNiko Matsakis-0/+5