rust/src
2022-07-01 13:03:05 -07:00
..
bootstrap Rollup merge of #98745 - thomcc:build-dir-arg, r=jyn514 2022-07-01 06:05:59 +02:00
ci Update browser-ui-test version to 0.9.7 2022-06-29 23:20:21 +02:00
doc Rollup merge of #98401 - ehuss:extern-tracking, r=Dylan-DPC 2022-06-25 15:14:12 +02:00
etc Rollup merge of #95446 - notseanray:master, r=Mark-Simulacrum 2022-06-22 15:16:08 +09:00
librustdoc rustdoc cleanup: remove unused function 2022-07-01 13:03:05 -07:00
llvm-project@d1ddc34c4b Update LLVM submodule 2022-06-25 09:36:03 +02:00
rustdoc-json-types
test rustdoc: use <details> tag for the source code sidebar 2022-07-01 12:01:36 -07:00
tools Auto merge of #98730 - matthiaskrgr:rollup-2c4d4x5, r=matthiaskrgr 2022-07-01 11:09:35 +00:00
README.md
stage0.json change stage0.json to reduce the chance of merge conflicts 2022-06-09 19:43:11 +02:00
version bump version to 1.64.0 2022-06-24 17:27:24 +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.