rust/src
Vadim Petrochenkov a45a302be5 effective visibility: Fix private visibility calculation for modules
Optimizations removed in the previous commit required this function to behave incorrectly, but now those optimizations are gone so we can fix the bug.

Fixes https://github.com/rust-lang/rust/issues/104249
2022-11-24 00:03:51 +03:00
..
bootstrap Rollup merge of #104286 - ozkanonur:fix-doc-bootstrap-recompilation, r=jyn514 2022-11-23 20:32:36 +05:30
ci Rollup merge of #104622 - nicholasbishop:bishop-uefi-clang, r=Mark-Simulacrum 2022-11-22 01:26:08 -05:00
doc Add powerpc64-ibm-aix as Tier-3 target 2022-11-17 16:36:54 +08:00
etc [debuginfo] Make debuginfo type names for slices and str consistent. 2022-10-31 15:43:44 +01:00
librustdoc Rollup merge of #104744 - notriddle:notriddle/struct-fields-display-block, r=GuillaumeGomez 2022-11-23 20:32:37 +05:30
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 effective visibility: Fix private visibility calculation for modules 2022-11-24 00:03:51 +03:00
tools Auto merge of #104758 - Manishearth:rollup-rh1tfum, r=Manishearth 2022-11-23 06:48:56 +00: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.