rust/src
Matthias Krüger 1c0561aca6
Rollup merge of #101072 - tmandry:llvm-is-vanilla, r=Mark-Simulacrum
bootstrap: Add llvm-has-rust-patches target option

This is so you can check out an upstream commit in src/llvm-project and
have everything just work.

This simplifies the logic in `is_rust_llvm` a bit; it doesn't need to
check for download-ci-llvm because we would have already errored if both
that and llvm-config were specified on the host platform.
2022-09-01 21:37:09 +02:00
..
bootstrap Rollup merge of #101072 - tmandry:llvm-is-vanilla, r=Mark-Simulacrum 2022-09-01 21:37:09 +02:00
ci Auto merge of #100606 - cuviper:upgrade-linux-ci, r=Mark-Simulacrum 2022-09-01 13:21:03 +00:00
doc Auto merge of #100707 - dzvon:fix-typo, r=davidtwco 2022-09-01 05:39:58 +00:00
etc Fix a bunch of typo 2022-08-31 18:24:55 +08:00
librustdoc tracing::instrument cleanup 2022-09-01 14:54:27 +00:00
llvm-project@e3be3f64ec
rustdoc-json-types
test Rollup merge of #94467 - ibraheemdev:master, r=pnkfelix 2022-09-01 21:37:07 +02:00
tools Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorino 2022-09-01 08:01:06 +00:00
README.md
stage0.json
version

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

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

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