rust/src
bors 17e13b549f Auto merge of #85830 - bjorn3:separate_provide_extern, r=cjgillot
Avoid a branch on key being local for queries that use the same local and extern providers

Currently based on https://github.com/rust-lang/rust/pull/85810 as it slightly conflicts with it. Only the last two commits are new.
2021-10-26 00:38:58 +00: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 Rollup merge of #89581 - jblazquez:master, r=Mark-Simulacrum 2021-10-25 22:59:46 +02:00
etc
librustdoc Auto merge of #89430 - GuillaumeGomez:rustdoc-clippy-lints, r=jyn514,camelid,notriddle 2021-10-25 18:24:33 +00:00
llvm-project@a7348ae0df
rustdoc-json-types
test Auto merge of #85830 - bjorn3:separate_provide_extern, r=cjgillot 2021-10-26 00:38:58 +00:00
tools Rollup merge of #90255 - lnicola:rust-analyzer-2021-10-25, r=lnicola 2021-10-25 22:59:48 +02:00
README.md
stage0.json bump boostrap compiler 2021-10-23 21:55:57 -04:00
version

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.