rust/src
bors cbc42a0f3e Auto merge of #77956 - JohnTitor:more-tests, r=nagisa
Add some more regression tests

This is another round of #77741. Tested with `debug-assertions=true` and it passed on my local.
Closes #70877
Closes #70944
Closes #71659
Closes #74816
Closes #75707
Closes #75983
(Skipped #63355 because I'm not sure about the error.)
2020-10-18 00:19:24 +00:00
..
bootstrap Rollup merge of #76607 - Mark-Simulacrum:tidy-bins, r=pnkfelix 2020-10-18 04:11:05 +09:00
build_helper
ci
doc
etc
librustdoc Rollup merge of #78050 - GuillaumeGomez:small-css-cleanup, r=jyn514 2020-10-18 04:11:13 +09:00
llvm-project@655a1467c9 Update LLVM for LLD COFF TLS alignment fix. 2020-10-17 01:34:08 -07:00
test Use smaller example for issue-71659 2020-10-18 08:13:25 +09:00
tools Rollup merge of #78059 - JohnTitor:fix-linkcheck, r=ehuss 2020-10-18 04:11:15 +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.