rust/src
2021-02-17 09:53:33 +01:00
..
bootstrap Rollup merge of #82163 - matthiaskrgr:slice, r=jyn514 2021-02-16 19:21:20 +01:00
build_helper
ci Add check for ES5 in CI 2021-02-17 09:53:33 +01:00
doc Update link for extern prelude. 2021-02-14 19:38:40 -08:00
etc Rollup merge of #81891 - CraftSpider:fn-header, r=jyn514 2021-02-14 16:54:45 +01:00
librustdoc Auto merge of #81611 - cjgillot:meowner, r=estebank 2021-02-16 22:14:32 +00:00
llvm-project@70d09f218d Bump LLVM submodule 2021-01-27 23:08:54 +00: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 #82175 - RalfJung:invalid-fn-ptr, r=oli-obk 2021-02-16 19:21:21 +01:00
tools Auto merge of #81611 - cjgillot:meowner, r=estebank 2021-02-16 22:14:32 +00:00
README.md update message 2021-02-14 10:08:37 +05:30
stage0.txt Bump rustfmt version 2021-02-02 09:09:52 -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.