rust/src
bors b37d43efd9 Auto merge of #117654 - alistair23:alistair/riscv-docker, r=Mark-Simulacrum
ci: docker: dist-various-1: Include RISC-V C compilers

The compiler-builtins for RISC-V are missing some key functions, such as __bswapsi2 [1].

We can't just pull in the LLVM compiler-rt builtins as the rust-lang/rust distribution container doesn't have a C compiler [2].

This patch adds RISC-V C compilers to the CI Dockerfile as the first step towards enabling LLVM compiler-rt builtins for RISC-V Rust.

1: https://github.com/rust-lang/compiler-builtins/issues/350
2: e4f46b91ca
2023-12-19 04:48:24 +00:00
..
bootstrap Auto merge of #118946 - onur-ozkan:fix-clean, r=clubby789 2023-12-18 22:42:16 +00:00
ci ci: docker: dist-various-1: Include RISC-V C compilers 2023-12-18 08:23:06 +10:00
doc fix typo in stable doc codegen-options chapter 2023-12-18 09:38:52 +00:00
etc update auto completions 2023-12-11 14:26:11 +03:00
librustdoc Rename many `DiagCtxt` and `EarlyDiagCtxt` locals. 2023-12-18 16:06:22 +11:00
llvm-project@2c4de6c249 Include an additional cherry-pick 2023-12-14 16:05:39 +01:00
rustdoc-json-types
tools Auto merge of #119070 - lnicola:sync-from-ra, r=lnicola 2023-12-18 10:01:35 +00:00
README.md
stage0.json Update stage0.json 2023-12-16 15:24:59 -05:00
version Bump nightly version 2023-11-11 11:29:33 -05:00

README.md

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.