rust/src
Dylan DPC 5b6455318a
Rollup merge of #95710 - fee1-dead-contrib:stabilize_arbitrary_enum_discriminant, r=joshtriplett
Stabilize arbitrary_enum_discriminant, take 2

Documentation has been updated in https://github.com/rust-lang/reference/pull/1055. cc #86860 for previous stabilization report.

Not yet marks https://github.com/rust-lang/rust/issues/60553 as done: need documentation in the rust reference.
2022-10-26 17:32:53 +05:30
..
bootstrap Auto merge of #103392 - RalfJung:miri, r=oli-obk 2022-10-25 12:33:39 +00:00
ci Auto merge of #103392 - RalfJung:miri, r=oli-obk 2022-10-25 12:33:39 +00:00
doc Rollup merge of #95710 - fee1-dead-contrib:stabilize_arbitrary_enum_discriminant, r=joshtriplett 2022-10-26 17:32:53 +05:30
etc
librustdoc Rollup merge of #103495 - Enselic:rustdoc-unix_sigpipe, r=notriddle 2022-10-25 08:01:31 +09:00
llvm-project@4b85255772
rustdoc-json-types
test Rollup merge of #95710 - fee1-dead-contrib:stabilize_arbitrary_enum_discriminant, r=joshtriplett 2022-10-26 17:32:53 +05:30
tools Auto merge of #103392 - RalfJung:miri, r=oli-obk 2022-10-25 12:33:39 +00:00
README.md
stage0.json
version

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.