rust/src
Jubilee a25041fd77
Rollup merge of #132417 - madsmtm:document-darwin-macos-difference, r=jieyouxu
macOS: Document the difference between Clang's `-darwin` and `-macosx` targets

`rustc`'s `*-apple-darwin` targets are badly named (they should've been called `*-apple-macos`), and this causes confusion wrt. the similarly named but somewhat incompatible Clang targets.

So let's document the difference to at least make things a _little_ easier on our users.

``@rustbot`` label O-macos  A-docs
2024-10-31 17:50:43 -07:00
..
bootstrap bootstrap: pass minicore path when running compiletest step 2024-10-31 18:20:11 +08:00
ci Rollup merge of #132294 - tmandry:bump-fuchsia, r=lqd 2024-10-31 17:50:41 -07:00
doc Document the difference between Clang's -darwin and -macosx targets 2024-10-31 18:20:57 +01:00
etc Rename command-list.rs to directive-list.rs 2024-10-29 17:39:13 +11:00
gcc@fd3498bff0
librustdoc Rollup merge of #132210 - notriddle:notriddle/doctest-span-hack, r=GuillaumeGomez 2024-10-30 14:01:37 -07:00
llvm-project@3a17f74904
rustdoc-json-types
tools Rollup merge of #132403 - lcnr:typing-mode, r=compiler-errors 2024-10-31 17:50:43 -07:00
README.md
stage0
version

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.