rust/src
Yuki Okushi 72a2d0e386
Rollup merge of #83420 - GuillaumeGomez:rustdoc-gui-tests-doc, r=CraftSpider
Add documentation for rustdoc-gui tests

I think a bit of documentation doesn't hurt in this case considering how "out of the ordinary" this is.

r? ``@jyn514``
2021-03-25 09:07:27 +09:00
..
bootstrap Download a more recent LLVM version if src/version is modified 2021-03-21 12:10:34 -04:00
build_helper
ci Auto merge of #83201 - klensy:checkout-v2, r=pietroalbini 2021-03-19 21:08:41 +00:00
doc Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakis 2021-03-22 19:48:27 +00:00
etc
librustdoc Rollup merge of #83415 - camelid:remove-crate-module-option, r=jyn514 2021-03-24 01:52:36 +01:00
llvm-project@c3a26cbf6e
rustdoc-json-types rustdoc-json: Rename Import.span to Import.source 2021-03-21 19:47:12 -07:00
test Rollup merge of #83420 - GuillaumeGomez:rustdoc-gui-tests-doc, r=CraftSpider 2021-03-25 09:07:27 +09:00
tools Add has_default to GenericParamDefKind::Const 2021-03-23 17:16:20 +00:00
README.md
stage0.txt
version Bump to 1.53.0 2021-03-20 12:19:30 -04: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.