rust/src
Gus Wynn 185fa56256 Feature gate and make must_not_suspend allow-by-default
This lint is not yet ready for stable use, primarily due to false positives in edge
cases; we want to test it out more before stabilizing.
2021-10-31 21:22:17 -04:00
..
bootstrap remove "field is never read" warning 2021-10-23 21:55:57 -04:00
build_helper
ci Move back to linux builder on try builds 2021-10-25 09:38:24 -04:00
doc Auto merge of #89062 - mikeleany:new-target, r=cjgillot 2021-10-31 18:57:14 +00:00
etc
librustdoc Auto merge of #90391 - camelid:crate-size, r=jyn514 2021-10-31 05:52:42 +00:00
llvm-project@a7348ae0df
rustdoc-json-types Moved format-version constant to rustdoc-json-types 2021-10-15 12:27:42 +03:00
test Feature gate and make must_not_suspend allow-by-default 2021-10-31 21:22:17 -04:00
tools Rollup merge of #89786 - jkugelman:must-use-len-and-is_empty, r=joshtriplett 2021-10-31 13:20:05 +01:00
README.md
stage0.json bump boostrap compiler 2021-10-23 21:55:57 -04:00
version bump version to rust 1.58.0 2021-10-17 16:04:44 +02: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.