summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
AgeCommit message (Collapse)AuthorLines
2024-12-31Use `id` attribute for `<a>` tags instead of deprecated `name` attribute (#2184)Max Heller-27/+27
2024-12-30Opt into, rather than out of, linkcheck (#2180)Noah Lev-7/+9
This makes it less of a hassle to render the book locally.
2024-12-30Remove stale implementation details of coverage instrumentation (#2179)Stuart Cook-354/+2
This level of detail in the dev guide is a maintenance burden; better to leave this sort of thing to in-tree comments.
2024-12-29Remove properly tracked config file from .gitignore & add support for ↵Martin Liška-9/+18
skipping of link-checking (#2023) * Remove properly tracked config file from .gitignore The file is part of the git history and is a configuration file. Fixes: #2018 * Add env. variable support * Refactoring * Really skip linkcheck if requested
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-12-30Add missing link for [Node] (#2177)Martin Liška-0/+1
2024-12-30Fix 403 received for HEAD request (#2176)Martin Liška-1/+1
2024-12-28Start using mdbook-linkcheck2 (#2103)Martin Liška-14/+8
2024-12-28Document `x test --no-capture` (#2174)clubby789-0/+8
2024-12-28Remove the `-test` suffix from normalize directives (#2172)Stuart Cook-8/+4
2024-12-27Rework the driver docs (#2162)bjorn3-198/+272
2024-12-27Document `forbid-output` for UI tests (#2171)clubby789-1/+1
2024-12-27completions: Zsh is now supported (#2173)clubby789-3/+1
2024-12-23region-outlives propagation (#2169)lcnr-1/+5
* region-outlives propagation * woops * gamer
2024-12-23Document the `--debugger` flag (#2170)clubby789-0/+3
2024-12-18document the public ci dashboard (#2167)Marco Ieni-1/+18
2024-12-18Fix trivial typo of "query-fied"Chris Bloodsworth-3/+3
"Query-field" should be "Query-fied" - three instances.
2024-12-18typo, pauseTshepang Mbambo-1/+1
2024-12-18Fix some typosRyan Mehri-16/+16
2024-12-18Add suggestion for `--keep-stage 0` (#2164)Eric Huss-0/+6
2024-12-16specify what a CGU is (#2163)Connor Tsui-9/+8
2024-12-10functionality removed from codebase (part 2) (#2160)Tshepang Mbambo-1/+0
2024-12-10functionality removed from codebase (#2159)Tshepang Mbambo-1/+0
2024-12-10remove polymorphizationOrion Gonzalez-74/+0
2024-12-07squashing: recommend --keep-base when squashing without a conflict (#2157)Ralf Jung-8/+14
2024-12-05update section even more (#2156)lcnr-1/+9
2024-12-05closure constraints (#2155)lcnr-0/+21
2024-12-05Remove `//@ compare-output-lines-by-subset` directive (#2151)许杰友 Jieyou Xu (Joe)-4/+0
2024-12-05Document `needs-target-has-atomic` directive (#2154)许杰友 Jieyou Xu (Joe)-0/+4
2024-12-02Spell out `git submodule deinit -f --all` (#2153)许杰友 Jieyou Xu (Joe)-0/+8
2024-12-02Explain how to deal with exploded git submodules (#2152)许杰友 Jieyou Xu (Joe)-0/+21
2024-11-29Update `//@ proc-macro` aux build directive docs (#2149)许杰友 Jieyou Xu (Joe)-25/+46
Co-authored-by: Eric Huss <eric@huss.org>
2024-11-28Remove `pretty-expanded` as it no longer exists (#2147)许杰友 Jieyou Xu (Joe)-14/+0
2024-11-27Fix trivial typoKeith Wansbrough-1/+1
"And" should be "An" - one instance.
2024-11-27Remove -Zfuel. (#2032)Camille Gillot-23/+0
2024-11-22Remove constants section as it is outdatedBoxy-83/+0
2024-11-22Flatten generic parameter defs sectionBoxy-68/+88
2024-11-21Add instructions to test error code docs (#2145)Taylor Cramer-0/+9
2024-11-21Reorganize the "Source Code Representation" chapters (#2142)Boxy-354/+80
2024-11-20Make `Diag` a clickable link in Suggestion section (#2140)Yutaro Ohno-1/+2
2024-11-18update for rustc_intrinsic_const_stable_indirect (#2138)Ralf Jung-2/+3
Update for rust-lang/rust#133142
2024-11-18Mention `RUSTC_BOOTSTRAP` for misc testing (#2136)许杰友 Jieyou Xu (Joe)-0/+45
2024-11-16Document how to acquire `cdb.exe` (#2137)许杰友 Jieyou Xu (Joe)-0/+11
2024-11-14Document `max-llvm-major-version` directive (#2129)许杰友 Jieyou Xu (Joe)-0/+2
2024-11-14Document `exact-llvm-major-version` directive (#2135)许杰友 Jieyou Xu (Joe)-0/+2
2024-11-13Note Rustfmt for separate rust-analyzer directory (#2134)Sam Estep-0/+2
2024-11-10still accurate (#2133)Tshepang Mbambo-1/+1
2024-11-10typo (#2132)Tshepang Mbambo-1/+1
2024-11-09add valid date-check markerTshepang Mbambo-2/+3
2024-11-08Update parallel-rustc.md (#1926)Tbkhi-51/+70
Co-authored-by: SparrowLii <liyuan179@huawei.com> Co-authored-by: Jieyou Xu <jieyouxu@outlook.com>