rust/src
bors 3932c87718 Auto merge of #116950 - cuviper:ci-llvm-17, r=Mark-Simulacrum
ci: add a runner for vanilla LLVM 17

For CI cost, this can be seen as replacing the llvm-14 runner we dropped in #114148.

Also, I've set `IS_NOT_LATEST_LLVM` in the llvm-16 runner, since that's not the latest anymore.
2023-10-22 06:15:18 +00:00
..
bootstrap fix(bootstrap) info message show correct path now 2023-10-19 08:52:46 +07:00
ci Auto merge of #116950 - cuviper:ci-llvm-17, r=Mark-Simulacrum 2023-10-22 06:15:18 +00:00
doc fix broken link to ayu theme in the rustdoc book 2023-10-21 10:53:35 -07:00
etc generate zsh autocompletion for x 2023-10-15 09:05:55 +03:00
librustdoc s/Generator/Coroutine/ 2023-10-20 21:10:38 +00:00
llvm-project@febc39711a Update to LLVM 17.0.3 2023-10-17 10:44:45 +02:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools Merge commit '2b030eb03d' into clippyup 2023-10-21 14:16:11 +02:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Bump to latest beta 2023-10-08 19:57:43 -04:00
version Bump to 1.75.0 2023-09-30 19:09:22 -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.