rust/src
Joshua Nelson 775c3c0493 Add x.sh and x.ps1 shell scripts
This is a more ambitious version of https://github.com/rust-lang/rust/pull/98716.
It still changes the shebang back to python3, for compatibility with non-Unix systems,
but also adds alternative entrypoints for systems without `python3` installed.

These scripts will be necessary for the rust entrypoint (#94829), so I see
little downside in adding them early.
2022-08-08 14:48:11 -05:00
..
bootstrap Add x.sh and x.ps1 shell scripts 2022-08-08 14:48:11 -05:00
ci Add x.sh and x.ps1 shell scripts 2022-08-08 14:48:11 -05:00
doc
etc
librustdoc Rollup merge of #99950 - GuillaumeGomez:rm-clean-impls, r=Dylan-DPC 2022-07-30 22:51:01 +02:00
llvm-project@8b6b5014fd
rustdoc-json-types
test Rollup merge of #99974 - TaKO8Ki:suggest-removing-semicolon-and-boxing-the-expressions, r=compiler-errors 2022-07-31 17:36:44 +05:30
tools Add x.sh and x.ps1 shell scripts 2022-08-08 14:48:11 -05: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.