| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-01-19 | Fix dev guide docs for error-pattern | Noratrieb | -1/+2 | |
| I know it would have made more sense to make this PR to the dev guide repo but I had already made the fix before I realized that. | ||||
| 2025-01-13 | rustc-dev-guide: document `BOOTSTRAP_TRACING` and bootstrap `tracing` setup | 许杰友 Jieyou Xu (Joe) | -0/+104 | |
| 2025-01-12 | rustc-dev-guide: update outdated LLVM stamp filename | onur-ozkan | -1/+1 | |
| Signed-off-by: onur-ozkan <work@onurozkan.dev> | ||||
| 2025-01-07 | Update rustc-dev-guide | Jakub Beránek | -5/+13 | |
| 2025-01-05 | Preparing for merge from rustc | Jakub Beránek | -0/+1 | |
| 2025-01-05 | Split stuff out of representing types, and rewrite early/late bound chapter ↵ | Boxy | -370/+433 | |
| (#2192) | ||||
| 2025-01-05 | Describe how to use rust-analyzer with `rmake.rs` (#2191) | Stuart Cook | -0/+40 | |
| 2025-01-05 | fix comment | Tshepang Mbambo | -2/+1 | |
| 2025-01-05 | make paragraph more readable | Tshepang Mbambo | -3/+5 | |
| 2025-01-05 | repetition not needed | Tshepang Mbambo | -5/+5 | |
| 2025-01-05 | Document josh subtrees and update subtree repository list (#2182) | Jakub Beránek | -9/+21 | |
| 2025-01-05 | Add tooling for performing Josh synces (#2183) | Jakub Beránek | -43/+728 | |
| 2025-01-05 | comment out FIXMEs to not display them on UI (#2186) | Onur Özkan | -6/+20 | |
| 2024-12-31 | Use `id` attribute for `<a>` tags instead of deprecated `name` attribute (#2184) | Max Heller | -27/+27 | |
| 2024-12-30 | Opt 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-30 | Remove 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-29 | Remove 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-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-12-30 | Add missing link for [Node] (#2177) | Martin Liška | -0/+1 | |
| 2024-12-30 | Fix 403 received for HEAD request (#2176) | Martin Liška | -1/+1 | |
| 2024-12-28 | Start using mdbook-linkcheck2 (#2103) | Martin Liška | -14/+8 | |
| 2024-12-28 | Document `x test --no-capture` (#2174) | clubby789 | -0/+8 | |
| 2024-12-28 | Remove the `-test` suffix from normalize directives (#2172) | Stuart Cook | -8/+4 | |
| 2024-12-27 | Rework the driver docs (#2162) | bjorn3 | -198/+272 | |
| 2024-12-27 | Document `forbid-output` for UI tests (#2171) | clubby789 | -1/+1 | |
| 2024-12-27 | completions: Zsh is now supported (#2173) | clubby789 | -3/+1 | |
| 2024-12-23 | region-outlives propagation (#2169) | lcnr | -1/+5 | |
| * region-outlives propagation * woops * gamer | ||||
| 2024-12-23 | Document the `--debugger` flag (#2170) | clubby789 | -0/+3 | |
| 2024-12-18 | document the public ci dashboard (#2167) | Marco Ieni | -1/+18 | |
| 2024-12-18 | Fix trivial typo of "query-fied" | Chris Bloodsworth | -3/+3 | |
| "Query-field" should be "Query-fied" - three instances. | ||||
| 2024-12-18 | typo, pause | Tshepang Mbambo | -1/+1 | |
| 2024-12-18 | Fix some typos | Ryan Mehri | -16/+16 | |
| 2024-12-18 | Add suggestion for `--keep-stage 0` (#2164) | Eric Huss | -0/+6 | |
| 2024-12-16 | specify what a CGU is (#2163) | Connor Tsui | -9/+8 | |
| 2024-12-10 | functionality removed from codebase (part 2) (#2160) | Tshepang Mbambo | -1/+0 | |
| 2024-12-10 | functionality removed from codebase (#2159) | Tshepang Mbambo | -1/+0 | |
| 2024-12-10 | remove polymorphization | Orion Gonzalez | -74/+0 | |
| 2024-12-07 | squashing: recommend --keep-base when squashing without a conflict (#2157) | Ralf Jung | -8/+14 | |
| 2024-12-05 | update section even more (#2156) | lcnr | -1/+9 | |
| 2024-12-05 | closure constraints (#2155) | lcnr | -0/+21 | |
| 2024-12-05 | Remove `//@ compare-output-lines-by-subset` directive (#2151) | 许杰友 Jieyou Xu (Joe) | -4/+0 | |
| 2024-12-05 | Document `needs-target-has-atomic` directive (#2154) | 许杰友 Jieyou Xu (Joe) | -0/+4 | |
| 2024-12-02 | Spell out `git submodule deinit -f --all` (#2153) | 许杰友 Jieyou Xu (Joe) | -0/+8 | |
| 2024-12-02 | Explain how to deal with exploded git submodules (#2152) | 许杰友 Jieyou Xu (Joe) | -0/+21 | |
| 2024-11-29 | Update `//@ proc-macro` aux build directive docs (#2149) | 许杰友 Jieyou Xu (Joe) | -25/+46 | |
| Co-authored-by: Eric Huss <eric@huss.org> | ||||
| 2024-11-28 | Remove `pretty-expanded` as it no longer exists (#2147) | 许杰友 Jieyou Xu (Joe) | -14/+0 | |
| 2024-11-27 | Fix trivial typo | Keith Wansbrough | -1/+1 | |
| "And" should be "An" - one instance. | ||||
| 2024-11-27 | Remove -Zfuel. (#2032) | Camille Gillot | -23/+0 | |
| 2024-11-22 | Remove constants section as it is outdated | Boxy | -83/+0 | |
| 2024-11-22 | Flatten generic parameter defs section | Boxy | -68/+88 | |
