rust/src
Matthias Krüger 1b8f7a9db5
Rollup merge of #89691 - Nicholas-Baron:debugger_commands, r=Mark-Simulacrum
Move `DebuggerCommands` and `check_debugger_output` to a separate module

Work towards #89475.

As part of this move, the public functions were changed to return `Result`. This is so that the error handling that initially took `&self: TestCx` can still use that `TestCx`.
2021-10-11 00:34:38 +02:00
..
bootstrap Rollup merge of #89520 - GuillaumeGomez:cache-rustdoc-gui-test, r=Mark-Simulacrum 2021-10-10 18:22:20 +02:00
build_helper
ci CI: Use mirror for downloads. 2021-10-08 08:44:40 +02:00
doc Rollup merge of #89713 - nbdd0121:doc2, r=Amanieu 2021-10-10 18:22:22 +02:00
etc
librustdoc Rollup merge of #89632 - GuillaumeGomez:fix-docblock-code, r=jsha 2021-10-11 00:34:37 +02:00
llvm-project@a7348ae0df
rustdoc-json-types Remove special-casing of never primitive in rustdoc-json-types 2021-10-08 16:53:39 +02:00
test Rollup merge of #89632 - GuillaumeGomez:fix-docblock-code, r=jsha 2021-10-11 00:34:37 +02:00
tools Simplified 3 ifs found by clippy. 2021-10-09 12:18:01 -07:00
README.md
stage0.json
version

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.