rust/src
Matthias Krüger 52196169fe
Rollup merge of #108749 - GuillaumeGomez:clean-up-rustdoc-js-tester, r=notriddle
Clean up rustdoc-js tester.js file

A much needed cleanup.

r? `@notriddle`
2023-03-05 14:29:10 +01:00
..
bootstrap Rollup merge of #108618 - KittyBorgX:master, r=Mark-Simulacrum 2023-03-05 14:29:09 +01:00
ci Try to avoid the last rustc rebuild 2023-03-04 16:37:40 +01:00
doc Rollup merge of #108613 - jyn514:rm-skip-rebuild, r=Mark-Simulacrum 2023-03-05 14:29:08 +01:00
etc Rename src/etc/vscode_settings.json to rust_analyzer_settings.json 2023-03-01 22:58:05 +05:30
librustdoc Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot 2023-03-05 10:37:02 +00:00
llvm-project@fd949f3034 Update LLVM submodule 2023-02-10 17:00:09 +09:00
rustdoc-json-types fix inconsistent json outputs from rustdoc 2023-03-05 00:09:09 +03:00
tools Rollup merge of #108749 - GuillaumeGomez:clean-up-rustdoc-js-tester, r=notriddle 2023-03-05 14:29:10 +01:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Download rustc component for rustfmt toolchain as well 2023-01-31 10:29:33 -05:00
version Bump version to 1.70.0 2023-03-04 10:10:46 -05:00

This directory contains some source code for the Rust project, including:

  • The bootstrapping build system
  • Various submodules for tools, like cargo, tidy, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.