rust/src
Yuki Okushi 87faf2e64f
Rollup merge of #84990 - GuillaumeGomez:sort-rustdoc-gui-tests, r=Mark-Simulacrum
Sort rustdoc-gui tests

The rustdoc-gui tests were randomly run. Not really a big issue but I prefer the tests to be sorted.
2021-05-07 15:20:30 +09:00
..
bootstrap Rollup merge of #84990 - GuillaumeGomez:sort-rustdoc-gui-tests, r=Mark-Simulacrum 2021-05-07 15:20:30 +09:00
build_helper
ci Rollup merge of #84911 - Mark-Simulacrum:retry-clang, r=pietroalbini 2021-05-07 15:20:28 +09:00
doc Rollup merge of #84815 - richkadel:coverage-docs-update-2021-05, r=tmandry 2021-05-07 15:20:24 +09:00
etc
librustdoc Rollup merge of #84953 - GuillaumeGomez:remove-unneeded-with_default_session_globals, r=jyn514 2021-05-07 00:38:44 +02:00
llvm-project@b61c24f352 Update LLVM for more wasm simd updates 2021-04-30 07:27:34 -07:00
rustdoc-json-types
test Rollup merge of #84972 - RalfJung:null-ptr-msg, r=oli-obk 2021-05-07 15:20:29 +09:00
tools Rollup merge of #84779 - jyn514:cargotest-args, r=Mark-Simulacrum 2021-05-07 15:20:21 +09:00
README.md
stage0.txt
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.