rust/src
Yuki Okushi 86940bed98
Rollup merge of #82382 - camelid:remove-fake_def_ids-refcell, r=jyn514
rustdoc: Remove `fake_def_ids` RefCell
2021-02-22 18:26:14 +09:00
..
bootstrap Rollup merge of #82177 - rylev:no-delete-bootstrap-windows, r=Mark-Simulacrum 2021-02-21 15:26:45 +09:00
build_helper
ci Add check for ES5 in CI 2021-02-17 09:53:33 +01:00
doc Rollup merge of #81966 - deg4uss3r:degausser/aarch64_apple_ios_sim, r=shepmaster 2021-02-21 15:26:42 +09:00
etc Rollup merge of #81891 - CraftSpider:fn-header, r=jyn514 2021-02-14 16:54:45 +01:00
librustdoc Rollup merge of #82382 - camelid:remove-fake_def_ids-refcell, r=jyn514 2021-02-22 18:26:14 +09:00
llvm-project@70d09f218d
rustdoc-json-types Rollup merge of #81891 - CraftSpider:fn-header, r=jyn514 2021-02-14 16:54:45 +01:00
test Rollup merge of #82379 - nagisa:nagisa/hexagon-enums, r=estebank 2021-02-22 18:26:13 +09:00
tools Auto merge of #82340 - kennytm:fix-82254, r=Mark-Simulacrum 2021-02-21 09:42:50 +00:00
README.md update message 2021-02-14 10:08:37 +05:30
stage0.txt
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.