rust/src
Eric Huss 8dfe52293a
Rollup merge of #89297 - GuillaumeGomez:remove-never-from-type-enum, r=camelid
Remove Never variant from clean::Type enum

Fixes #89287.

r? ``@camelid``
2021-09-29 19:33:38 -07:00
..
bootstrap Rollup merge of #89212 - Sl1mb0:xpy-toolchain-link, r=jyn514 2021-09-28 20:00:13 +02:00
build_helper Migrate to 2021 2021-09-20 22:21:42 -04:00
ci Fix Windows LLVM issue. 2021-09-29 15:27:44 -07: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 Rollup merge of #89297 - GuillaumeGomez:remove-never-from-type-enum, r=camelid 2021-09-29 19:33:38 -07: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 Rollup merge of #89232 - rossmacarthur:fix-76424, r=wesleywiser 2021-09-29 19:33:37 -07:00
tools Rollup merge of #89294 - lnicola:rust-analyzer-2021-09-27, r=lnicola 2021-09-29 19:33:38 -07: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.