rust/src
Dylan DPC 65702bfd6b
Rollup merge of #110876 - mj10021:issue-110647-fix, r=b-naber
Added default target cpu to `--print target-cpus` output and updated docs

Added default target cpu info as requested in issue #110647 and noted the new output in the documentation
2023-05-05 18:40:35 +05:30
..
bootstrap Rollup merge of #111223 - jyn514:free-args, r=clubby789 2023-05-05 12:46:28 +09:00
ci Rollup merge of #111154 - djkoloski:use_builtin_ffx_isolation, r=tmandry 2023-05-03 16:42:52 -07:00
doc --print target-cpus shows default target cpu, updated docs 2023-05-04 20:29:38 -04:00
etc Fix unavailable url 2023-04-28 09:54:35 +08:00
librustdoc Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errors 2023-05-05 18:40:33 +05:30
llvm-project@ea6fa9c2d4 Update to LLVM 16.0.2 2023-04-19 12:33:37 +02:00
rustdoc-json-types Fix remaining typos 2023-04-10 21:02:49 +02:00
tools Rollup merge of #110773 - mj10021:issue-109502-fix, r=oli-obk 2023-05-05 18:40:34 +05:30
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json bump stage0 2023-04-28 08:47:55 -07:00
version bump to rust 1.71.0 2023-04-15 12:29:51 +02: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.