rust/src
Yuki Okushi 379679b913
Rollup merge of #82803 - jyn514:unversioned-files, r=GuillaumeGomez
rustdoc: Add an unstable option to print all unversioned files

This allows sharing those files between different doc invocations
without having to know their names ahead of time.

Helps with https://github.com/rust-lang/docs.rs/issues/1302.
r? ````@GuillaumeGomez```` cc ````@pietroalbini```` ````@Nemo157````
2021-03-07 10:41:18 +09:00
..
bootstrap Revise prefix a bit, adding both `--test` (conditionally) and `[RUSTC-SHIM]` unconditionally. 2021-03-05 11:46:04 -05:00
build_helper
ci Auto merge of #82747 - JohnTitor:pin-es-check-version, r=Mark-Simulacrum 2021-03-04 19:24:21 +00:00
doc Rollup merge of #77916 - QuiltOS:kernel-code-targets-os-none, r=joshtriplett 2021-03-07 10:41:04 +09:00
etc Change twice used large const table to static 2021-03-01 10:41:16 -08:00
librustdoc Rollup merge of #82803 - jyn514:unversioned-files, r=GuillaumeGomez 2021-03-07 10:41:18 +09:00
llvm-project@40618a2340 Update submodule to LLVM 12 2021-03-01 23:35:34 +01:00
rustdoc-json-types Rollup merge of #81891 - CraftSpider:fn-header, r=jyn514 2021-02-14 16:54:45 +01:00
test Rollup merge of #82803 - jyn514:unversioned-files, r=GuillaumeGomez 2021-03-07 10:41:18 +09:00
tools Rollup merge of #82793 - JohnTitor:move-ui-tests, r=petrochenkov 2021-03-07 10:41:17 +09:00
README.md update message 2021-02-14 10:08:37 +05:30
stage0.txt Update the bootstrap compiler 2021-02-20 17:19:30 -05:00
version bump nightly version to 1.52.0 2021-02-05 16:25:08 +01:00

README.md

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.