rust/src
2021-02-28 12:07:53 +01:00
..
bootstrap Auto merge of #82076 - jyn514:update-bootstrap, r=Mark-Simulacrum 2021-02-23 07:19:41 +00:00
build_helper
ci Auto merge of #79979 - GuillaumeGomez:rustdoc-gui-tests, r=Mark-Simulacrum 2021-02-22 06:47:59 +00:00
doc Rollup merge of #82396 - pickfire:patch-5, r=GuillaumeGomez 2021-02-27 02:34:24 +01:00
etc fix typo in pre-commit.sh 2021-02-24 18:37:13 -05:00
librustdoc Auto merge of #82511 - jsha:fix-bfcache2, r=GuillaumeGomez 2021-02-27 05:06:05 +00:00
llvm-project@2a054c1e4f Update LLVM to pull in fixes to llvm-dwp 2021-02-20 15:56:36 +02:00
rustdoc-json-types Rollup merge of #81891 - CraftSpider:fn-header, r=jyn514 2021-02-14 16:54:45 +01:00
test Rollup merge of #82494 - estebank:issue-82455, r=petrochenkov 2021-02-27 02:34:35 +01:00
tools update Miri 2021-02-28 12:07:53 +01:00
README.md update message 2021-02-14 10:08:37 +05:30
stage0.txt Update the bootstrap compiler 2021-02-20 17:19:30 -05:00
version bump nightly version to 1.52.0 2021-02-05 16:25:08 +01: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.