rust/src
bors 8c6bf2bee7 Auto merge of #104990 - matthiaskrgr:rollup-oskk8v3, r=matthiaskrgr
Rollup of 4 pull requests

Successful merges:

 - #104955 (Switch rustdoc-gui test to function call)
 - #104976 (Prefer doc comments over `//`-comments in compiler)
 - #104984 (Remove Crate::primitives field)
 - #104989 (update Miri)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-11-28 00:18:22 +00:00
..
bootstrap Rollup merge of #104944 - aDotInTheVoid:jsondoclint-unit-tests, r=jyn514 2022-11-27 16:03:09 +01:00
ci Auto merge of #104431 - alistair23:alistair/rv64-profiler, r=Mark-Simulacrum 2022-11-26 02:43:08 +00:00
doc Auto merge of #104506 - joshtriplett:style-principles-readability-in-plain-text, r=compiler-errors 2022-11-27 21:07:04 +00:00
etc [debuginfo] Make debuginfo type names for slices and str consistent. 2022-10-31 15:43:44 +01:00
librustdoc Rollup merge of #104984 - GuillaumeGomez:remote-crate-primitives, r=notriddle 2022-11-27 22:14:09 +01:00
llvm-project@a1232c451f update LLVM submodule to make libunwind work on SGX 2022-11-06 15:33:00 +01:00
rustdoc-json-types rustdoc JSON: Clarify that Function is also used for methods 2022-11-20 13:48:49 +01:00
test Rollup merge of #104984 - GuillaumeGomez:remote-crate-primitives, r=notriddle 2022-11-27 22:14:09 +01:00
tools Rollup merge of #104989 - RalfJung:miri, r=RalfJung 2022-11-27 22:14:09 +01:00
README.md
stage0.json Bump to latest beta 2022-11-06 17:11:02 -05:00
version Bump to 1.67.0 2022-10-29 10:28:52 -04:00

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like cargo, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.