rust/src
Guillaume Gomez e89276baba
Rollup merge of #82752 - JohnTitor:gat-ice-test, r=jackh726
Add a regression test for issue-81712

Fixes #81712, also fixes #79768 as duplicate.
r? `@jackh726`
2021-03-04 21:56:34 +01:00
..
bootstrap Auto merge of #81451 - nikic:llvm-12, r=nagisa 2021-03-04 15:16:44 +00:00
build_helper
ci Auto merge of #81451 - nikic:llvm-12, r=nagisa 2021-03-04 15:16:44 +00:00
doc Rollup merge of #82690 - jyn514:remove-pass-docs, r=Manishearth 2021-03-04 21:56:33 +01:00
etc Change twice used large const table to static 2021-03-01 10:41:16 -08:00
librustdoc Rollup merge of #82088 - Nicholas-Baron:shorten_html_render, r=GuillaumeGomez 2021-03-04 21:56:27 +01:00
llvm-project@40618a2340 Update submodule to LLVM 12 2021-03-01 23:35:34 +01:00
rustdoc-json-types
test Rollup merge of #82752 - JohnTitor:gat-ice-test, r=jackh726 2021-03-04 21:56:34 +01:00
tools Auto merge of #82553 - tmiasko:update-tracing, r=Mark-Simulacrum 2021-03-03 18:01:29 +00: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.