rust/src
bors 98b4a64a16 Auto merge of - matthiaskrgr:rollup-8huie8f, r=matthiaskrgr
Rollup of 5 pull requests

Successful merges:

 -  (fix typos in comments)
 -  (`OptWithInfcx` naming nits, trait bound simplifications)
 -  (Add regression test for )
 -  (Update books)
 -  (remove change-id assertion in bootstrap test)

r? `@ghost`
`@rustbot` modify labels: rollup
2023-10-24 17:28:45 +00:00
..
bootstrap remove change-id assertion in bootstrap test 2023-10-24 09:46:34 +03:00
ci Auto merge of - pcc:new-ndk2, r=onur-ozkan 2023-10-24 02:20:24 +00:00
doc Rollup merge of - rustbot:docs-update, r=ehuss 2023-10-24 17:09:01 +02:00
etc Rollup merge of - tromey:rust-printers-cleanup, r=Mark-Simulacrum 2023-10-23 16:23:52 +02:00
librustdoc Rollup merge of - notriddle:notriddle/cleanx, r=fmease 2023-10-23 22:26:30 +02: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 - dtolnay:validatestable, r=compiler-errors 2023-10-24 15:06:20 +00:00
README.md
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.