rust/src
bors bbcc1691a4 Auto merge of #117336 - workingjubilee:rollup-6negquv, r=workingjubilee
Rollup of 4 pull requests

Successful merges:

 - #117170 (Add support for i586-unknown-netbsd as target.)
 - #117259 (Declare rustc_target's dependency on object/macho)
 - #117322 (change default output mode of `BootstrapCommand`)
 - #117325 (Small ty::print cleanups)

r? `@ghost`
`@rustbot` modify labels: rollup
2023-10-29 03:53:36 +00:00
..
bootstrap Rollup merge of #117322 - onur-ozkan:fix-suppressed-outputs, r=Kobzol 2023-10-28 17:10:30 -07:00
ci Explicitly mark which targets to distribute cg_clif for in CI 2023-10-27 18:56:46 +00:00
doc Auto merge of #117336 - workingjubilee:rollup-6negquv, r=workingjubilee 2023-10-29 03:53:36 +00:00
etc Rollup merge of #116978 - tromey:rust-printers-cleanup, r=Mark-Simulacrum 2023-10-23 16:23:52 +02:00
librustdoc Rollup merge of #117268 - nnethercote:rustc_interface, r=oli-obk 2023-10-28 01:07:38 -07: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 Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errors 2023-10-29 00:03:52 +00: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.