| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-28 | avoid the need to specify if toc should be generated | Tshepang Mbambo | -5/+6 | |
| - this removes one external dependency, mdbook-toc - this steals code from rustc book | ||||
| 2025-04-04 | Update book.toml fix the authors field | Gábor Szabó | -1/+1 | |
| See https://rust-lang.github.io/mdBook/format/configuration/general.html#general-metadata | ||||
| 2025-03-21 | Move Fuchsia and RfL under `ecosystem-test-jobs/` folder | Jieyou Xu | -1/+3 | |
| Includes redirects to avoid breaking existing links. | ||||
| 2025-01-08 | Save linkcheck cache always | Martin Liska | -1/+3 | |
| 2024-12-29 | Add 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-04 | Add redirects for integration-testing and headers (#2092) | 许杰友 Jieyou Xu (Joe) | -0/+2 | |
| 2024-07-27 | linkcheck: 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-21 | Fix more links (#1884) | Yuki Okushi | -1/+3 | |
| 2023-03-27 | Don't require $GITHUB_TOKEN to build locally (#1652) | jyn | -3/+0 | |
| 2023-03-03 | update error code docs to reflect recent changes (#1625) | Ezra Shaw | -1/+2 | |
| 2023-02-18 | enable AND search (#1607) | Tshepang Mbambo | -0/+3 | |
| 2023-02-11 | Add a citation file | Yuki Okushi | -3/+3 | |
| Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2023-02-06 | Do not add accept header on linkcheck | Yuki 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-28 | Use ephemeral PAT for linkcheck | Yuki Okushi | -0/+3 | |
| Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2022-09-26 | don't refer to the compile-time interpreter as "Miri" (#1471) | Ralf Jung | -0/+1 | |
| 2022-08-23 | fix quick-edit link (#1441) | Tshepang Mbambo | -1/+1 | |
| 2022-07-17 | add mdbook-mermaid | Niko Matsakis | -0/+4 | |
| 2022-06-13 | diagnostics: add translation documentation | David 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-24 | Exclude `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-18 | Reorganize 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-28 | Fix warning "Renderer command uses a path relative to the renderer output ↵ | Frank Steffahn | -1/+1 | |
| directory ..." (#1194) | ||||
| 2021-08-15 | allow to quickly edit a page directly on github | Tshepang Lekhonkhobe | -0/+1 | |
| 2021-01-20 | Add 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-03 | exclude play.rlo from linkchecks | mark | -1/+1 | |
| 2020-10-08 | linkcheck only for changed files except in cron jobs | mark | -0/+1 | |
| 2020-07-16 | Exclude `rustaceans.org` from linkcheck | Yuki Okushi | -1/+1 | |
| 2020-06-26 | Fold chapters by default to make ToC shorter | Who? Me?! | -1/+1 | |
| 2020-06-23 | whitelist amazon | Who? Me?! | -1/+1 | |
| 2020-05-03 | Reduce cache timeout to catch broken links faster. | Who? Me?! | -1/+1 | |
| 2020-03-10 | Rename 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-13 | Fix links | Yuki Okushi | -1/+1 | |
| 2019-11-27 | Add Karrq's salsa chapter (#529) | Who? Me?! | -1/+1 | |
| * add Karrq's salsa chapter * add youtu.be short url | ||||
| 2019-11-06 | Add link to git repository for book | Yuki Okushi | -0/+1 | |
| 2019-11-05 | fold subchapters | Mark Mansi | -1/+3 | |
| 2019-11-05 | remove all the hacks, add some improvements | Mark Mansi | -1/+2 | |
| 2019-09-05 | hack + drive-by-fix | Mark Mansi | -0/+4 | |
| 2019-07-17 | blacklist some commonly problematic links | Mark Mansi | -1/+1 | |
| 2018-09-21 | Fix all the links! | Mark Mansi | -1/+1 | |
| 2018-09-21 | don't check crates.io links | Mark Mansi | -0/+1 | |
| 2018-09-21 | check web links | Mark Mansi | -2/+3 | |
| 2018-06-08 | removed whitespace | Alexander Regueiro | -1/+1 | |
| 2018-03-22 | Add mdbook search. | Eric Huss | -0/+2 | |
| 2018-01-31 | Added the mdbook-linkcheck backend | Michael Bryan | -0/+3 | |
| 2018-01-16 | add outline and chapters | Niko Matsakis | -0/+5 | |
