rust/src
bors 6f608ced6f Auto merge of #89328 - flip1995:clippyup, r=Manishearth
Update Clippy

Delayed Clippy sync

r? `@Manishearth`
2021-09-29 07:44:23 +00:00
..
bootstrap Auto merge of #89182 - GuillaumeGomez:boostrap-explicit-request, r=Mark-Simulacrum 2021-09-27 05:00:59 +00:00
build_helper Migrate to 2021 2021-09-20 22:21:42 -04:00
ci ci: Add Dockerfile for dist-m68k-linux 2021-09-17 15:07:13 +00:00
doc Add SOLID targets 2021-09-28 11:31:47 +09:00
etc Migrate to 2021 2021-09-20 22:21:42 -04:00
librustdoc Auto merge of #89277 - jyn514:codeblock-edition, r=GuillaumeGomez 2021-09-28 05:50:00 +00:00
llvm-project@cba558df77 Update LLVM submodule 2021-09-20 23:07:04 +02:00
rustdoc-json-types Migrate to 2021 2021-09-20 22:21:42 -04:00
test Auto merge of #88950 - Nadrieril:deconstruct-pat, r=oli-obk 2021-09-29 00:16:17 +00:00
tools Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyup 2021-09-28 18:03:12 +01: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.