rust/src
bors fbd4423b97 Auto merge of #116148 - DaniPopes:rustdoc-type-layout-ws, r=jsha
Fix whitespace in rustdoc type_layout.html

`Size: <size>` was missing a space after the colon:

![image](https://github.com/rust-lang/rust/assets/57450786/c5a672f3-a28a-4b56-91e7-a4e6ffc8106e)
2023-09-27 22:56:40 +00:00
..
bootstrap Split out the stable part of smir into its own crate to prevent accidental usage of forever unstable things 2023-09-25 14:38:27 +00:00
ci Auto merge of #116147 - compiler-errors:jq, r=dtolnay 2023-09-25 14:42:27 +00:00
doc Auto merge of #114901 - compiler-errors:style-guide-wc, r=calebcartwright 2023-09-27 19:17:30 +00:00
etc Auto merge of #104385 - BlackHoleFox:apple-minimum-bumps, r=petrochenkov 2023-09-24 02:35:05 +00:00
librustdoc Auto merge of #116148 - DaniPopes:rustdoc-type-layout-ws, r=jsha 2023-09-27 22:56:40 +00:00
llvm-project@42263494d2 Update to LLVM 17.0.0 2023-09-19 11:14:35 +02:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools Auto merge of #109597 - cjgillot:gvn, r=oli-obk 2023-09-27 21:06:30 +00:00
README.md
stage0.json Update stage0 to next beta 2023-08-22 06:58:03 -04:00
version Bump version to 1.74.0 2023-08-20 14:02:00 -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.