rust/src
Dylan DPC 28267e3839
Rollup merge of #80340 - jyn514:less-modules-attrs, r=GuillaumeGomez
Don't unnecessarily override attrs for Module

They were never changed from the default, which you can get with `tcx.get_attrs()`.
2020-12-25 03:39:48 +01:00
..
bootstrap bootstrap: convert reproducible-artifacts to use Tarball 2020-12-23 19:40:45 +01:00
build_helper
ci Utilize PGO for rustc linux dist builds 2020-12-22 12:23:37 -05:00
doc Update books 2020-12-21 19:00:49 -08:00
etc Auto merge of #79235 - ortem:fix-btreemap-gdb-pretty-printer, r=Mark-Simulacrum 2020-12-02 04:12:33 +00:00
librustdoc Rollup merge of #80340 - jyn514:less-modules-attrs, r=GuillaumeGomez 2020-12-25 03:39:48 +01:00
llvm-project@8d78ad1389 Update LLVM submodule 2020-12-09 00:00:00 +00:00
test Rollup merge of #80319 - jyn514:async-lifetimes, r=tmandry 2020-12-25 03:39:40 +01:00
tools Rollup merge of #80280 - pierwill:x-readme, r=Mark-Simulacrum 2020-12-25 03:39:38 +01:00
README.md
stage0.txt Bump bootstrap compiler version 2020-11-19 19:23:36 -05:00
version bump version to 1.50.0 2020-11-13 09:47:16 +01: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.