rust/src
2021-06-05 21:18:20 -04:00
..
bootstrap Rollup merge of #85988 - jyn514:ninja-error, r=joshtriplett 2021-06-05 06:13:47 +09:00
build_helper Revert "Move llvm submodule updates to rustbuild" 2021-05-24 17:52:18 -04:00
ci Auto merge of #85395 - 12101111:build-crt, r=petrochenkov 2021-05-31 07:32:50 +00:00
doc Auto merge of #85457 - jyn514:remove-doc-include, r=GuillaumeGomez 2021-06-05 03:36:26 +00:00
etc rustdoc: link to stable/beta docs consistently in documentation 2021-06-04 14:18:21 -04:00
librustdoc Auto merge of #85990 - jyn514:channel-replace-rustdoc, r=Manishearth 2021-06-05 08:42:05 +00:00
llvm-project@5f67a57157 Update LLVM submodule 2021-05-12 21:15:39 +02:00
rustdoc-json-types
test Don't fire invalid_doc_attributes on extern crate items 2021-06-05 21:18:20 -04:00
tools Remove doc(include) 2021-06-04 08:05:54 -04:00
README.md
stage0.txt remove cfg(bootstrap) 2021-05-24 11:07:48 -04:00
version bump version to 1.54.0 2021-04-30 15:24:00 +02: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.