rust/src
Dylan DPC f600154be6
Rollup merge of #77624 - akoptelov:c-all-targets-fix, r=jyn514
Add c as a shorthand check alternative for new options #77603

There is a missing "c" that is a shorthand for "check" in newly added match arm for handling check-specific options.
2020-10-07 00:16:16 +02:00
..
bootstrap Rollup merge of #77624 - akoptelov:c-all-targets-fix, r=jyn514 2020-10-07 00:16:16 +02:00
build_helper cleanup: Remove duplicate library names from Cargo.tomls 2020-08-30 22:57:54 +03:00
ci Check all Cargo targets on CI 2020-10-03 09:53:13 -04:00
doc Rollup merge of #76855 - jyn514:platform-specific, r=ollie27 2020-10-06 16:25:55 +09:00
etc Clean up pre-commit.sh 2020-10-05 19:35:06 -04:00
librustdoc Rollup merge of #76784 - lzutao:rd_doc, r=GuillaumeGomez 2020-10-07 00:15:58 +02:00
llvm-project@e8b556b6a8 Fix AVR stack corruption bug 2020-10-02 04:07:00 +00:00
test Rollup merge of #77605 - da-x:fix-rustc-def-path, r=petrochenkov 2020-10-07 00:16:12 +02:00
tools Rollup merge of #77590 - Xanewok:update-rls, r=dtolnay 2020-10-07 00:16:10 +02:00
README.md Update README.md 2020-08-30 13:40:11 -05:00
stage0.txt bump version to 1.48 2020-08-26 10:16:59 +02:00
version Bump version to 1.49.0 2020-10-02 08:39:40 -04: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.