rust/src
Nikita Popov 57717eb8ad Don't use new-llvm-pass-manager=no in test 2022-04-19 15:08:15 +02:00
..
bootstrap Auto merge of #95906 - jyn514:enforce-valid-paths, r=Mark-Simulacrum 2022-04-18 16:06:44 +00:00
ci update: actions/checkout@v2 to actions/checkout@v3 2022-04-14 13:20:39 -07:00
doc Rollup merge of #96032 - ehuss:update-books, r=ehuss 2022-04-18 18:22:04 +02:00
etc Fix --bless not working anymore in htmldocck 2022-04-17 12:42:27 +02:00
librustdoc Fix rustdoc duplicated blanket impls issue 2022-04-17 18:04:10 +02:00
llvm-project@fd336816c3 Update LLVM submodule 2022-04-18 10:16:56 +02:00
rustdoc-json-types rustdoc-json-types: implementors -> implementations 2022-03-14 00:05:11 +00:00
test Don't use new-llvm-pass-manager=no in test 2022-04-19 15:08:15 +02:00
tools Auto merge of #95779 - cjgillot:ast-lifetimes-undeclared, r=petrochenkov 2022-04-17 12:56:19 +00:00
README.md
stage0.json bump stage0 to the latest beta 2022-04-05 22:24:32 +02:00
version bump version to 1.62.0 2022-04-04 09:21:03 +02:00

README.md

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.