rust/src
bors 95f6a01e8f Auto merge of #117272 - matthiaskrgr:rollup-upg122z, r=matthiaskrgr
Rollup of 6 pull requests

Successful merges:

 - #114998 (feat(docs): add cargo-pgo to PGO documentation 📝)
 - #116868 (Tweak suggestion span for outer attr and point at item following invalid inner attr)
 - #117240 (Fix documentation typo in std::iter::Iterator::collect_into)
 - #117241 (Stash and cancel cycle errors for auto trait leakage in opaques)
 - #117262 (Create a new ConstantKind variant (ZeroSized) for StableMIR)
 - #117266 (replace transmute by raw pointer cast)

r? `@ghost`
`@rustbot` modify labels: rollup
2023-10-27 10:19:35 +00:00
..
bootstrap Auto merge of #117249 - matthiaskrgr:rollup-h4og5rv, r=matthiaskrgr 2023-10-26 22:10:17 +00:00
ci Auto merge of #116998 - pcc:new-ndk2, r=onur-ozkan 2023-10-24 02:20:24 +00:00
doc Rollup merge of #114998 - meysam81:meysam/feat/add-cargo-pgo-to-docs, r=ehuss 2023-10-27 11:48:05 +02:00
etc Rollup merge of #116978 - tromey:rust-printers-cleanup, r=Mark-Simulacrum 2023-10-23 16:23:52 +02:00
librustdoc Auto merge of #117148 - dtolnay:sinceversion, r=cjgillot 2023-10-26 06:59:19 +00: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 #116205 - WaffleLapkin:stabilize_pointer_byte_offsets, r=dtolnay 2023-10-27 08:24:54 +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.