rust/src
bors c3364780d2 Auto merge of #75173 - jackh726:chalk-0.21, r=nikomatsakis
Upgrade Chalk to 0.21

Two commits here. First commit actually does the upgrade. Second commit has some changes to make more tests in compare-mode=chalk pass.

The `PlaceholdersCollector` and `RegionsSubstitutor` bits are bit a hacky, but only insomuch as `ParamsSubstitutor` is. These won't be needed eventually.

r? @nikomatsakis
2020-09-05 02:24:05 +00:00
..
bootstrap
build_helper
ci
doc
etc
librustc_llvm Auto merge of #75655 - nielx:fix/haiku-llvm-libz, r=Mark-Simulacrum 2020-09-04 14:32:33 +00:00
librustdoc ty.kind -> ty.kind() in rustdoc and clippy 2020-09-04 18:27:33 +02:00
llvm-project@45790d7949
rustllvm
test Auto merge of #75173 - jackh726:chalk-0.21, r=nikomatsakis 2020-09-05 02:24:05 +00:00
tools ty.flags -> ty.flags() 2020-09-04 18:28:20 +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.