rust/src
Matthias Krüger e006ee9be8
Rollup merge of #108722 - petrhosek:fuchsia-riscv, r=petrochenkov
Support for Fuchsia RISC-V target

Fuchsia is in the process of implementing the RISC-V support. This change implements the minimal Rust compiler support. The support for building runtime libraries will be implemented in follow up changes once Fuchsia SDK has the RISC-V support.
2023-03-14 17:40:03 +01:00
..
bootstrap Rollup merge of #109055 - ozkanonur:detect_src_and_out, r=albertlarsan68 2023-03-13 21:55:37 +01:00
ci Revert "enable ThinLTO for rustc on x86_64-pc-windows-msvc dist builds" 2023-03-13 21:18:54 +01:00
doc Rollup merge of #108722 - petrhosek:fuchsia-riscv, r=petrochenkov 2023-03-14 17:40:03 +01:00
etc
librustdoc Better names? 2023-03-13 16:34:16 +00:00
llvm-project@fd949f3034
rustdoc-json-types
tools Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errors 2023-03-14 10:12:58 +00:00
README.md
stage0.json
version

This directory contains some source code for the Rust project, including:

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

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