rust/src
Dylan DPC 17ee28b71f
Rollup merge of #77795 - bjorn3:codegen_backend_interface_refactor, r=oli-obk
Codegen backend interface refactor

This moves several things away from the codegen backend to rustc_interface. There are a few behavioral changes where previously the incremental cache (incorrectly) wouldn't get finalized, but now it does. See the individual commit messages.
2020-10-14 02:30:38 +02:00
..
bootstrap Rollup merge of #77909 - pietroalbini:fix-build-manifest-path, r=Mark-Simulacrum 2020-10-14 06:02:41 +09:00
build_helper
ci Rollup merge of #77239 - shepmaster:silicon-ci-plus, r=pietroalbini 2020-10-14 06:02:12 +09:00
doc Rollup merge of #77239 - shepmaster:silicon-ci-plus, r=pietroalbini 2020-10-14 06:02:12 +09:00
etc Rollup merge of #77788 - ssomers:btree_cleanup_gdb, r=Mark-Simulacrum 2020-10-14 02:30:36 +02:00
librustdoc Auto merge of #76196 - r-52:r-coverage-allow-missing-docs, r=jyn514 2020-10-13 04:41:08 +00:00
llvm-project@3adf16e0cb
test Rollup merge of #77795 - bjorn3:codegen_backend_interface_refactor, r=oli-obk 2020-10-14 02:30:38 +02:00
tools Rollup merge of #77895 - shepmaster:silicon-manifest, r=pietroalbini 2020-10-14 06:02:38 +09:00
README.md
stage0.txt
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.