rust/src
bors e846f9c44f Auto merge of #88619 - GuillaumeGomez:simplify-std-os-reexports, r=Amanieu
Remove `cfg(doc)` from std::os module reexports to fix rustdoc linking issues

Fixes https://github.com/rust-lang/rust/issues/88304.

I tested it based on https://github.com/rust-lang/rust/pull/88292.

Not sure if it's the best approach, but at least it makes thing a bit simpler.

cc `@jyn514`
2021-09-15 09:30:00 +00:00
..
bootstrap Rollup merge of #88885 - GuillaumeGomez:fix-jump-def-background, r=camelid 2021-09-13 21:20:41 +02:00
build_helper rfc3052: Remove authors field from Cargo manifests 2021-07-29 14:56:05 -07:00
ci Rollup merge of #88699 - Mark-Simulacrum:fixes-cherry-picker, r=pietroalbini 2021-09-12 03:44:55 -07:00
doc Rename --display-warnings to --display-doctest-warnings 2021-09-14 10:49:56 +02:00
etc set the executable bit on pre-commit.sh 2021-08-11 15:06:33 -04:00
librustdoc Auto merge of #73314 - GuillaumeGomez:display-warnings, r=jyn514 2021-09-14 16:05:44 +00:00
llvm-project@86c7daa627 Update LLVM submodule 2021-09-11 00:15:38 +02:00
rustdoc-json-types rustdoc: Clean up handling of lifetime bounds 2021-09-02 14:27:59 -07:00
test Auto merge of #88558 - fee1-dead:const-drop, r=oli-obk 2021-09-15 03:51:03 +00:00
tools Auto merge of #88619 - GuillaumeGomez:simplify-std-os-reexports, r=Amanieu 2021-09-15 09:30:00 +00:00
README.md
stage0.json Bump stage0 compiler to 1.56 2021-09-08 20:51:05 -04:00
version Bump version to 1.57 2021-09-03 21:54:48 -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 rustdoc, rls, etc.

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