rust/src
bors 745efcc7d9 Auto merge of - Amanieu:x86_64-ohos, r=compiler-errors
Add x86_64-unknown-linux-ohos target

This complements the existing `aarch64-unknown-linux-ohos` and `armv7-unknown-linux-ohos` targets.

This should be covered by the existing MCP (https://github.com/rust-lang/compiler-team/issues/568), but I can also create a new MCP if that is preferred.
2023-07-18 00:19:18 +00:00
..
bootstrap Auto merge of - Amanieu:x86_64-ohos, r=compiler-errors 2023-07-18 00:19:18 +00:00
ci Auto merge of - Kobzol:ci-cmake, r=nikic 2023-07-17 15:46:43 +00:00
doc Auto merge of - Amanieu:x86_64-ohos, r=compiler-errors 2023-07-18 00:19:18 +00:00
etc Auto merge of - Cyborus04:rc_allocator_support, r=Amanieu 2023-07-17 21:51:46 +00:00
librustdoc Auto merge of - jyn514:parallel-compiler-cleanup, r=cjgillot 2023-07-15 22:23:05 +00:00
llvm-project@06248fa7f3 Update LLVM submodule 2023-06-20 00:49:54 +01:00
rustdoc-json-types Verify that ItemEnum can be serialized and then deserialized using bincode 2023-05-22 18:26:20 +01:00
tools Auto merge of - eduardosm:miri-target-feature, r=RalfJung,oli-obk 2023-07-17 19:57:37 +00:00
README.md
stage0.json Bump bootstrap compiler to latest 2023-07-12 21:26:04 -04:00
version Bump version 2023-07-08 10:35:49 -04:00

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.