rust/src
David Koloski 42aa075310 Accept old spelling of Fuchsia target triples
Because the old spelling is widely used, some projects may need time to
migrate their uses to the new triple spelling. The old spelling may
eventually be removed altogether.
2023-01-09 12:18:12 -05:00
..
bootstrap Add vendor to Fuchsia's target triple 2023-01-05 09:34:22 -05:00
ci Add vendor to Fuchsia's target triple 2023-01-05 09:34:22 -05:00
doc Accept old spelling of Fuchsia target triples 2023-01-09 12:18:12 -05:00
etc Make the pre-push script work on directories with spaces 2022-12-17 17:18:53 -06:00
librustdoc Rollup merge of #106462 - notriddle:notriddle/logo-container-sidebar, r=GuillaumeGomez 2023-01-04 20:36:28 -08:00
llvm-project@3dfd4d93fa Update LLVM submodule 2022-12-07 08:40:49 +01:00
rustdoc-json-types Rustdoc-Json: Report discriminant on all kinds of enum variant. 2023-01-01 19:48:26 +00:00
test Add vendor to Fuchsia's target triple 2023-01-05 09:34:22 -05:00
tools Add vendor to Fuchsia's target triple 2023-01-05 09:34:22 -05:00
README.md
stage0.json bump stage0 2022-12-28 09:18:43 -05:00
version bump version to 1.68 2022-12-09 17:49:45 +01:00

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

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

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