rust/src
bors 91b8f34ac2 Auto merge of #104799 - pcc:linkage-fn, r=tmiasko
Support Option and similar enums as type of static variable with linkage attribute

Compiler MCP:
rust-lang/compiler-team#565
2022-12-07 10:24:59 +00:00
..
bootstrap Rollup merge of #104439 - ferrocene:pa-generate-copyright, r=pnkfelix 2022-12-06 13:27:40 +01:00
ci Update the wasi toolchain. 2022-12-06 13:13:11 -08:00
doc unstable-book: Add ignore to abi_efiapi example code 2022-12-06 14:45:38 -05:00
etc Fix natvis VecDeque formatter 2022-11-27 18:09:56 +01:00
librustdoc Rollup merge of #105388 - notriddle:notriddle/item-stab-font-size, r=GuillaumeGomez 2022-12-06 23:13:51 +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 Rollup merge of #103065 - aDotInTheVoid:rdj-arg-pattern, r=GuillaumeGomez 2022-11-30 19:53:17 +01:00
test Auto merge of #104799 - pcc:linkage-fn, r=tmiasko 2022-12-07 10:24:59 +00:00
tools Rollup merge of #104439 - ferrocene:pa-generate-copyright, r=pnkfelix 2022-12-06 13:27:40 +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.