rust/src
pierwill 7e055c6837 librustdoc: Address some clippy lints
Also ignore clippy's "collapsible if..." lints.
2022-01-13 16:29:39 -06:00
..
bootstrap Rollup merge of #92589 - ChrisDenton:break-loop, r=Mark-Simulacrum 2022-01-06 23:15:20 +01:00
build_helper
ci Add note about upstream commit musl-patch-configure.diff is derived from 2022-01-10 10:41:31 -05:00
doc Extended the note on the use of no_run attribute 2022-01-09 19:17:15 -05:00
etc Implement @snapshot check for htmldocck 2021-12-01 15:12:10 -08:00
librustdoc librustdoc: Address some clippy lints 2022-01-13 16:29:39 -06:00
llvm-project@6b3dbcc81a Backport LLVM changes to disable deferred inlining 2021-12-19 23:49:03 +02:00
rustdoc-json-types
test Rollup merge of #92764 - GuillaumeGomez:fix-rust-logo-style, r=jsha 2022-01-12 07:12:19 +01:00
tools Rollup merge of #92756 - lnicola:rust-analyzer-2022-01-11, r=lnicola 2022-01-12 07:12:17 +01:00
README.md
stage0.json Bump bootstrap compiler 2021-11-30 10:44:21 -05:00
version bump version to 1.60.0 2022-01-07 10:04:15 +01: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.