| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-06-24 | tests/headers: document `needs-symlink` (#2001) | 许杰友 Jieyou Xu (Joe) | -0/+2 | |
| Added in <https://github.com/rust-lang/rust/pull/126862>. | ||||
| 2024-06-23 | Rename `wasm32-wasi` to `wasm32-wasip1` | Yosh | -4/+4 | |
| 2024-06-23 | Document inert vs active attributes (#1110) | Aaron Hill | -0/+54 | |
| * Document inert vs active attributes This PR adds a subsection to the 'Syntax and AST' section describing inert vs active attributes. For consistency, I've also updated the '#[test] implementation' page to stop referring to `#[test]' as a 'built in' attribute, since that has a specific meaning defined on this page. * Update src/attributes.md Co-authored-by: Noah Lev <camelidcamel@gmail.com> * Update src/attributes.md Co-authored-by: Noah Lev <camelidcamel@gmail.com> * Update src/attributes.md Co-authored-by: Noah Lev <camelidcamel@gmail.com> * Update src/attributes.md Co-authored-by: Noah Lev <camelidcamel@gmail.com> * Update src/attributes.md Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com> * Update src/test-implementation.md Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com> * Update src/attributes.md Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com> * Update src/test-implementation.md * Update src/test-implementation.md * Update src/test-implementation.md --------- Co-authored-by: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Co-authored-by: Noah Lev <camelidcamel@gmail.com> Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com> | ||||
| 2024-06-19 | docs: document hard-resetting submodules | 许杰友 Jieyou Xu (Joe) | -0/+31 | |
| 2024-06-18 | Fix note about compiletest header `rustfix-only-machine-applicable` (#1998) | León Orell Valerian Liehr | -2/+2 | |
| 2024-06-18 | docs: mention RUSTC_ICE=0 to suppress ICE file | 许杰友 Jieyou Xu (Joe) | -0/+6 | |
| 2024-06-16 | tell about `STAGE0_MISSING_TARGETS` for new targets | onur-ozkan | -0/+11 | |
| We just realized that the bootstrap target sanity check isn't documented anywhere, and it would be quite exhausting to learn this manually through a series of failing CI builds. Signed-off-by: onur-ozkan <work@onurozkan.dev> | ||||
| 2024-06-13 | Rewrite CI documentation | Jakub Beránek | -54/+247 | |
| 2024-06-12 | Compiletest docs for recently-added features (#1994) | Stuart Cook | -6/+19 | |
| * Docs for `needs-forced-clang-based-tests` (was `needs-matching-clang`) * Docs for `aux-codegen-backend` * Docs for `{{sysroot-base}}` and `{{target-linker}}` | ||||
| 2024-06-12 | Add {{target}} to header substitutions | Lukas Wirth | -0/+2 | |
| 2024-06-10 | run-make: add tip about quick-compile with stage0 rustc | 许杰友 Jieyou Xu (Joe) | -0/+12 | |
| 2024-06-10 | Mention `COMPILETEST_REQUIRE_ALL_LLVM_COMPONENTS` in `needs-llvm-components` ↵ | erikdesjardins | -1/+1 | |
| documentation (#1990) | ||||
| 2024-06-09 | Add run-make port initiative to the Recurring work section (#1992) | Jakub Beránek | -0/+1 | |
| 2024-06-08 | Document the `//@ unused-revision-names:` test header (#1991) | Stuart Cook | -0/+15 | |
| 2024-06-03 | Fix dead links (#1988) | 听寒 | -4/+4 | |
| * fix dead links in memory.md * fix dead links in ty_module/generic_arguments.md * Update src/memory.md use .md instead of .html for self-links Co-authored-by: Noah Lev <camelidcamel@gmail.com> --------- Co-authored-by: Noah Lev <camelidcamel@gmail.com> | ||||
| 2024-06-04 | should use `&` to load completions for PowerShell (#1978) | 听寒 | -1/+1 | |
| 2024-05-31 | Reviews | Boxy | -26/+31 | |
| 2024-05-31 | Rewrite the "representing types" section to be more comprehensive | Boxy | -342/+508 | |
| 2024-05-31 | Introduce chapter for defining generic parameters | Boxy | -2/+30 | |
| 2024-05-25 | sync the stage0 filename | onur-ozkan | -2/+1 | |
| Signed-off-by: onur-ozkan <work@onurozkan.dev> | ||||
| 2024-05-25 | Add Rust for Linux notification group entry | Jakub Beránek | -0/+25 | |
| 2024-05-21 | fix some typos | surechen | -10/+10 | |
| 2024-05-17 | add a high level explanation, and remove a disclaimer (#1982) | Boxy | -20/+39 | |
| 2024-05-17 | Fix broken link to "Lowering" | David Archibald | -1/+1 | |
| 2024-05-16 | Fix broken link | gstjepan2 | -1/+1 | |
| 2024-05-15 | Add note about how to pick up abandoned PRs | Jakub Beránek | -0/+14 | |
| 2024-05-15 | Toc here is overkill | Ardi | -4/+0 | |
| 2024-05-13 | Link to lint L-* labels | 许杰友 Jieyou Xu (Joe) | -0/+2 | |
| 2024-05-11 | Update the rustc_interface examples for current rustc (#1974) | Matthew Woodcraft | -14/+14 | |
| 2024-05-09 | Edit `Parameter Environments`'s url as it has been edited in #1953 | surechen | -4/+4 | |
| 2024-05-06 | Improve FALSE sentence | Urgau | -1/+1 | |
| Co-authored-by: Tshepang Mbambo <tshepang@gmail.com> | ||||
| 2024-05-06 | Add documentation for check-cfg by-default in UI tests | Urgau | -0/+4 | |
| 2024-05-05 | Add Apple notification group (#1964) | Mads Marquart | -0/+57 | |
| 2024-05-04 | Add an example how to add a job to PR CI | Jakub Beránek | -1/+15 | |
| 2024-05-04 | Update CI documentation to avoid mentioning `expand-yaml-anchors` | Jakub Beránek | -29/+25 | |
| 2024-04-30 | Rename `-Z verbose` to `-Z verbose-internals` | Yutaro Ohno | -3/+3 | |
| The `-Z verbose` option has been renamed to `-Z verbose-internals` in commit b5d83619 [1] (PR #119129 [2]). This commit updates the remaining `-Z verbose` to `-Z verbose-internals`. [1]: https://github.com/rust-lang/rust/commit/b5d8361909e9e30a11227aa773099c293a5dca55 [2]: https://github.com/rust-lang/rust/pull/119129 | ||||
| 2024-04-28 | typo traige->triage | Emanuel Czirai | -1/+1 | |
| 2024-04-13 | Add a note about checks with multiple revisions (#1963) | Trevor Gross | -2/+4 | |
| 2024-04-11 | compiletest: clarify that headers must be one header per line | 许杰友 Jieyou Xu (Joe) | -1/+5 | |
| 2024-04-09 | chore: fix some typos in conments | needsure | -7/+7 | |
| Signed-off-by: needsure <qinzhipeng@outlook.com> | ||||
| 2024-04-08 | compiletest: specify which special env var and which particular CI job (#1960) | 许杰友 Jieyou Xu (Joe) | -2/+4 | |
| * compiletest: specify which special env var and which particular CI job * compiletest: fix grammar and add link to Dockerfile | ||||
| 2024-04-06 | Explicitly mention compiletest directives are supported in rmake.rs (#1949) | 许杰友 Jieyou Xu (Joe) | -0/+3 | |
| 2024-04-06 | Add docs for sharded descriptions | Michael Howell | -36/+148 | |
| 2024-04-06 | Add basic docs for the new `aux-bin` header (#1942) | Martin Nordholts | -1/+6 | |
| 2024-04-06 | Add needs-threads header command (#1943) | Eric Huss | -0/+1 | |
| 2024-04-06 | Fix some broken links under bootstrapping. (#1958) | Prashanth Mundkur | -8/+8 | |
| * Fix some broken links under bootstrapping. * Fix more broken links for bootstrapping. | ||||
| 2024-04-05 | Replace -Zno-parallel-llvm with -Zno-parallel-backend | Tim Neumann | -1/+1 | |
| This was renamed by https://github.com/rust-lang/rust/pull/116791. | ||||
| 2024-04-01 | Fix some broken links | Boxy | -3/+5 | |
| 2024-04-01 | Reorganise into subchapters and explain `Reveal` | Boxy | -161/+207 | |
| 2024-04-01 | reviews | Boxy | -4/+5 | |
