rust/src
2021-03-02 16:24:14 -08:00
..
bootstrap Auto merge of #82663 - jyn514:rollup-xh3cb0c, r=jyn514 2021-03-01 20:52:47 +00:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
ci Update Docker to use the correct target 2021-03-01 15:06:32 +01:00
doc Rollup merge of #82691 - ehuss:update-books, r=ehuss 2021-03-02 21:23:22 +09:00
etc Change twice used large const table to static 2021-03-01 10:41:16 -08:00
librustdoc Rollup merge of #82597 - noslaver:fix-82137, r=nagisa 2021-03-02 21:23:19 +09:00
llvm-project@96ae8953e4 Revert LLVM D81803 because it broke Windows 7 2021-02-27 11:09:00 -08: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 #82627 - JohnTitor:issue-82612, r=estebank 2021-03-02 21:23:20 +09:00
tools Update cargo 2021-03-02 16:24:14 -08: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.