rust/src
Mara Bos 469d535c13
Rollup merge of #81763 - camelid:rustdoc-passes-desc-up, r=GuillaumeGomez
Cleanup rustdoc pass descriptions a bit

Also changed a couple of comments from "intra-doc-links" to
"intra-doc links" (my understanding is that "intra-doc links" is the
standard way to refer to them).
2021-02-05 12:26:06 +01:00
..
bootstrap Rollup merge of #81456 - Amanieu:remote-test-server, r=Amanieu 2021-02-05 12:25:56 +01:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
ci Auto merge of #81762 - pietroalbini:fix-install-msys2, r=m-ou-se 2021-02-04 20:30:11 +00:00
doc Auto merge of #81346 - hug-dev:nonsecure-call-abi, r=jonas-schievink 2021-02-03 06:00:43 +00:00
etc src/etc/json-types -> src/rustdoc-json-types 2021-01-27 18:58:43 -05:00
librustdoc Rollup merge of #81763 - camelid:rustdoc-passes-desc-up, r=GuillaumeGomez 2021-02-05 12:26:06 +01:00
llvm-project@70d09f218d Bump LLVM submodule 2021-01-27 23:08:54 +00:00
rustdoc-json-types Remove struct_type from union output and bump format 2021-01-28 23:30:40 -05:00
test Rollup merge of #81730 - RustyYato:object-safe-allocator, r=Amanieu 2021-02-05 12:26:05 +01:00
tools Rollup merge of #81456 - Amanieu:remote-test-server, r=Amanieu 2021-02-05 12:25:56 +01:00
README.md
stage0.txt Bump rustfmt version 2021-02-02 09:09:52 -05:00
version Bump version to 1.51 2020-12-25 10:42:53 -05: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.