File tree Expand file tree Collapse file tree 4 files changed +0
-80
lines changed
src/doc/rustc-dev-guide/src Expand file tree Collapse file tree 4 files changed +0
-80
lines changed Original file line number Diff line number Diff line change 35
35
- [ Cranelift codegen backend] ( ./tests/codegen-backend-tests/cg_clif.md )
36
36
- [ GCC codegen backend] ( ./tests/codegen-backend-tests/cg_gcc.md )
37
37
- [ Performance testing] ( ./tests/perf.md )
38
- - [ Suggest tests tool] ( ./tests/suggest-tests.md )
39
38
- [ Misc info] ( ./tests/misc.md )
40
39
- [ Debugging the compiler] ( ./compiler-debugging.md )
41
40
- [ Using the tracing/logging instrumentation] ( ./tracing.md )
Original file line number Diff line number Diff line change @@ -61,9 +61,6 @@ and check the output.
61
61
Use ` --bless ` if you've made a change and want to update the ` .stderr ` files
62
62
with the new output.
63
63
64
- > ` ./x suggest ` can also be helpful for suggesting which tests to run after a
65
- > change.
66
-
67
64
Congrats, you are now ready to make a change to the compiler! If you have more
68
65
questions, [ the full chapter] ( ./how-to-build-and-run.md ) might contain the
69
66
answers, and if it doesn't, feel free to ask for help on
Original file line number Diff line number Diff line change @@ -270,23 +270,6 @@ run the tests at some later time. You can then use `git bisect` to track down
270
270
is that you are left with a fairly fine-grained set of commits at the end, all
271
271
of which build and pass tests. This often helps reviewing.
272
272
273
- ## ` x suggest `
274
-
275
- The ` x suggest ` subcommand suggests (and runs) a subset of the extensive
276
- ` rust-lang/rust ` tests based on files you have changed. This is especially
277
- useful for new contributors who have not mastered the arcane ` x ` flags yet and
278
- more experienced contributors as a shorthand for reducing mental effort. In all
279
- cases it is useful not to run the full tests (which can take on the order of
280
- tens of minutes) and just run a subset which are relevant to your changes. For
281
- example, running ` tidy ` and ` linkchecker ` is useful when editing Markdown files,
282
- whereas UI tests are much less likely to be helpful. While ` x suggest ` is a
283
- useful tool, it does not guarantee perfect coverage (just as PR CI isn't a
284
- substitute for bors). See the [ dedicated chapter] ( ../tests/suggest-tests.md ) for
285
- more information and contribution instructions.
286
-
287
- Please note that ` x suggest ` is in a beta state currently and the tests that it
288
- will suggest are limited.
289
-
290
273
## Configuring ` rustup ` to use nightly
291
274
292
275
Some parts of the bootstrap process uses pinned, nightly versions of tools like
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments