rust/src
SparrowLii 90db1132c7 get auto traits for parallel rustc
Signed-off-by: SparrowLii <liyuan179@huawei.com>
2023-08-02 16:21:45 +08:00
..
bootstrap Auto merge of #113965 - chenyukang:yukang-fix-113963-panic, r=ozkanonur 2023-07-23 15:57:50 +00:00
ci Auto merge of #113714 - Kobzol:ci-cmake, r=nikic 2023-07-17 15:46:43 +00:00
doc Rollup merge of #114006 - jonathanpallant:update-sparc-unknown-readme, r=Amanieu 2023-07-24 17:47:11 +02:00
etc Improve htmldocck error a bit by providing line where error occurred 2023-07-19 14:34:06 +02:00
librustdoc get auto traits for parallel rustc 2023-08-02 16:21:45 +08: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 #114004 - hermitcore:riscv64gc-unknown-hermit, r=davidtwco 2023-07-24 13:28:18 +00:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
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.