Jakub Beránek
280d73878a
Update rustc-dev-guide
2025-01-07 19:10:03 +01:00
Stuart Cook
bb71c99918
Describe how to use rust-analyzer with `rmake.rs` ( #2191 )
2025-01-05 17:51:45 +01:00
Onur Özkan
63548be44e
comment out FIXMEs to not display them on UI ( #2186 )
2025-01-05 17:51:45 +01:00
Max Heller
08b4cd8efc
Use `id` attribute for `<a>` tags instead of deprecated `name` attribute ( #2184 )
2024-12-31 22:02:50 +08:00
clubby789
5f32a38a3d
Document `x test --no-capture` ( #2174 )
2024-12-28 19:55:20 +08:00
Stuart Cook
9b22375c78
Remove the `-test` suffix from normalize directives ( #2172 )
2024-12-28 17:32:43 +08:00
clubby789
4e746875ed
Document `forbid-output` for UI tests ( #2171 )
2024-12-27 12:21:52 +00:00
clubby789
a49028cf1e
Document the `--debugger` flag ( #2170 )
2024-12-23 08:43:28 +00:00
Marco Ieni
b5529ca9ba
document the public ci dashboard ( #2167 )
2024-12-18 19:53:17 +08:00
Ryan Mehri
421c7282e1
Fix some typos
2024-12-18 07:56:30 +02:00
许杰友 Jieyou Xu (Joe)
740947ed6d
Remove `//@ compare-output-lines-by-subset` directive ( #2151 )
2024-12-05 13:02:11 +08:00
许杰友 Jieyou Xu (Joe)
df234c0f0e
Document `needs-target-has-atomic` directive ( #2154 )
2024-12-05 13:01:46 +08:00
许杰友 Jieyou Xu (Joe)
67054cce92
Update `//@ proc-macro` aux build directive docs ( #2149 )
...
Co-authored-by: Eric Huss <eric@huss.org>
2024-11-29 13:01:15 +08:00
许杰友 Jieyou Xu (Joe)
65a59a3398
Remove `pretty-expanded` as it no longer exists ( #2147 )
2024-11-28 09:27:28 +08:00
许杰友 Jieyou Xu (Joe)
65e7344ebb
Mention `RUSTC_BOOTSTRAP` for misc testing ( #2136 )
2024-11-18 16:18:15 +08:00
许杰友 Jieyou Xu (Joe)
1f42c533c9
Document how to acquire `cdb.exe` ( #2137 )
2024-11-16 16:53:42 +00:00
许杰友 Jieyou Xu (Joe)
7ed13a5faf
Document `max-llvm-major-version` directive ( #2129 )
2024-11-14 22:16:16 +08:00
许杰友 Jieyou Xu (Joe)
530b2eb228
Document `exact-llvm-major-version` directive ( #2135 )
2024-11-14 17:38:14 +08:00
许杰友 Jieyou Xu (Joe)
5d7107b836
Rename `{ignore,only}-debug` -> `{ignore,needs}-{rustc,std}-debug-assertions` ( #2101 )
2024-11-08 15:06:55 +08:00
Eric Huss
a927b95352
Add a link for the `reference` compiletest header ( #2096 )
2024-11-04 22:40:57 +08:00
Martin Liška
b289220795
Fix minicore.rs link ( #2122 )
2024-11-04 16:17:28 +08:00
许杰友 Jieyou Xu (Joe)
a54fe7590c
Describe `minicore` test auxiliary and directive ( #2097 )
2024-11-04 14:26:20 +08:00
许杰友 Jieyou Xu (Joe)
b088cb6d97
Fix and update docs for `needs-force-clang-based-tests` ( #2085 )
2024-11-04 14:17:37 +08:00
David Wood
9e83adad73
update rfl ci job policy ( #2108 )
2024-11-01 01:46:24 +08:00
Thomas Nyman
1170f0de32
Fix internal and incomplete links ( #2107 )
...
* Fix broken link in syntax-intro.md
* Fix broken link in tests/compiletest.md
* Fix incorrectly formatted reference-style link in compiler-src.md
* Fix broken links to rustc-driver.md to point to rustc-driver/intro.md
* Define URLs for incomplete links to rustc sources in stabilization_guide.md
* Define link to coherence.md for incomplete link in solve/invariants.md
2024-10-31 11:13:57 +08:00
Stuart Cook
0e2bebfe2d
Rename `needs-profiler-support` to `needs-profiler-runtime` ( #2095 )
2024-10-10 09:27:13 +11:00
Stuart Cook
f2eb9245ca
Document compiletest directives `ignore-coverage-map` and `ignore-coverage-run` ( #2094 )
2024-10-09 10:21:58 +08:00
许杰友 Jieyou Xu (Joe)
6f4b909f69
Purge `run-pass-valgrind` mentions
2024-10-07 23:12:09 +02:00
许杰友 Jieyou Xu (Joe)
58aeefcf0c
Revise test naming advice to discourage using issue numbers alone
...
But accept test names that include non-prefix issue number.
2024-10-07 11:17:02 +02:00
Jakub Beránek
e4eded33df
Document `bootstrap` integration with `rustc-perf` ( #2005 )
2024-10-07 16:28:06 +08:00
许杰友 Jieyou Xu (Joe)
9bb0da343a
[Testing 2/2] Revise revisions docs ( #2089 )
...
Co-authored-by: nora <48135649+Noratrieb@users.noreply.github.com>
2024-10-07 14:33:52 +08:00
许杰友 Jieyou Xu (Joe)
2b9274252f
[Testing 1/2] Revise testing chapters excluding the directives chapter ( #2088 )
2024-10-07 10:39:22 +08:00
León Orell Valerian Liehr
53514829de
fixups ( #2082 )
2024-10-03 10:54:50 +08:00
Urgau
3022bf007e
Add documentation for `{{rust-src-base}}` ( #2079 )
2024-09-29 14:21:45 +02:00
许杰友 Jieyou Xu (Joe)
f56b9b0a44
Revise wording to not imply *only* Python 3.10 can be installed
2024-09-24 19:55:07 +02:00
nora
15da3b9246
Update src/tests/compiletest.md
2024-09-24 19:54:06 +02:00
许杰友 Jieyou Xu (Joe)
d871e70475
Document `crashes` test suite
...
Describe procedure for adding new crashes tests and removing crashes
tests when the crash is intentionally fixed.
Also mention setting `COMPILETEST_VERBOSE_CRASHES=1` env var for verbose
crashes test output.
2024-09-24 19:54:06 +02:00
许杰友 Jieyou Xu (Joe)
6e8fc18158
Note lldb debuginfo requires `python310.dll` to be present in `PATH`
2024-09-24 19:49:14 +02:00
adwin
db6f8ad56d
Emphasize how to run a single tool test ( #2070 )
2024-09-20 15:10:29 +08:00
dianne
c83a18cc76
Reflect `x.py test`'s `--rustc-args` option being renamed to `--compiletest-rustc-args` ( #2062 )
2024-09-12 09:58:27 +08:00
Tshepang Mbambo
3525f6f1aa
we standardized on this more reliable command ( #2061 )
2024-09-11 02:58:06 +08:00
cui fliter
e012229e1e
fix some comments ( #2059 )
...
Signed-off-by: cuishuang <imcusg@gmail.com>
2024-09-09 12:58:45 +02:00
Marc Poulhiès
45e3b9d6b2
Fix x.py reference
...
Trivial fix to change `x.py` into `x`
2024-08-26 16:46:50 +02:00
León Orell Valerian Liehr
27bca443ca
Explain the internal `#[rustc_*]` TEST attributes used for debugging and inside tests ( #2046 )
2024-08-24 01:58:50 +08:00
GabrieleC07
c156104dbe
Added 'the' in chapter "Running test" subtitle "Run unit tests on the compiler/library" ( #2040 )
2024-08-09 01:54:27 +08:00
Martin Liška
9a13c75f11
linkcheck: fix reported broken links (part 2) ( #2024 )
...
* 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-07-27 14:45:57 +02:00
Jakub Beránek
04317739eb
Fix invalid link to toolstate documentation ( #2021 )
2024-07-24 20:02:10 +08:00
Martin Liška
fb1d8b872c
linkcheck: fix reported broken links (part 1) ( #2022 )
2024-07-24 20:01:25 +08:00
10takla
2006cc8a83
Update adding.md ( #2016 )
...
Add `@' to the test header edition:2018
2024-07-19 15:15:12 +08:00
Tyler Mandry
625c6a9cc9
Update name of Fuchsia builder ( #2008 )
2024-07-01 21:05:14 +02:00