rust/src
Nikita Popov a6eaabdb1e Update to LLVM 17.0.5
(cherry picked from commit 8e2fcc4ca2)
2023-11-27 12:57:27 -08:00
..
bootstrap Cranelift isn't available on non-nightly channels 2023-11-12 15:19:04 -05:00
ci Bump channel to beta 2023-11-12 11:45:44 -05:00
doc Auto merge of #117799 - erickt:fuchsia, r=tmandry 2023-11-11 00:03:52 +00:00
etc Auto merge of #115274 - bjorn3:tidy_improvements, r=davidtwco 2023-11-04 02:28:17 +00:00
librustdoc Rollup merge of #117531 - fmease:rustdoc-effects-properly-elide-x-crate-host-args, r=GuillaumeGomez 2023-11-08 11:25:54 +01:00
llvm-project@7738295178 Update to LLVM 17.0.5 2023-11-27 12:57:27 -08:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools [beta-1.75] Update cargo 2023-11-20 09:01:09 -05:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Bump bootstrap to released 1.74.0 2023-11-18 12:48:56 -05: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.