rust/src
Ralf Jung 4d1ef03c9e cleanup promotion const_kind checks
in particular allow a few more promotions for consistency when they were already allowed in other contexts
2020-09-19 22:14:17 +02:00
..
bootstrap Rollup merge of #76796 - jyn514:wrong-stage, r=shepmaster 2020-09-19 11:47:54 +02:00
build_helper
ci Make sure we build target-only things (e.g., docs) for host platforms too 2020-09-18 12:00:53 -04:00
doc Auto merge of #76804 - tmandry:rollup-nwntt3q, r=tmandry 2020-09-16 20:18:19 +00:00
etc
librustdoc Auto merge of #76782 - lzutao:rd-cap, r=jyn514 2020-09-18 21:31:08 +00:00
llvm-project@833dd1e3d4
test cleanup promotion const_kind checks 2020-09-19 22:14:17 +02:00
tools Rollup merge of #76798 - alistair23:alistair/rv32-linux, r=jyn514 2020-09-19 11:47:56 +02:00
README.md
stage0.txt

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.