rust/src
bors 6f56fbdc1c Auto merge of #77347 - jyn514:dox, r=Amanieu
Remove --cfg dox from rustdoc.rs

This was added in https://github.com/rust-lang/rust/pull/53076 because
several dependencies were using `cfg(dox)` instead of `cfg(rustdoc)` (now `cfg(doc)`).
I ran `rg 'cfg\(dox\)'` on the source tree with no matches, so I think
this is now safe to remove.

r? `@Mark-Simulacrum`
cc `@QuietMisdreavus` :)
2020-10-03 07:23:02 +00:00
..
bootstrap Auto merge of #77347 - jyn514:dox, r=Amanieu 2020-10-03 07:23:02 +00:00
build_helper
ci Rollup merge of #77453 - pietroalbini:ci-no-more-azure, r=Mark-Simulacrum 2020-10-02 20:27:18 +02:00
doc Rollup merge of #76811 - GuillaumeGomez:doc-alias-name-restriction, r=oli-obk,ollie27 2020-10-02 20:27:03 +02:00
etc
librustdoc Rollup merge of #76811 - GuillaumeGomez:doc-alias-name-restriction, r=oli-obk,ollie27 2020-10-02 20:27:03 +02:00
llvm-project@e8b556b6a8 Fix AVR stack corruption bug 2020-10-02 04:07:00 +00:00
test Rollup merge of #77452 - Mark-Simulacrum:fix-symbol-v0, r=eddyb 2020-10-03 00:31:17 +02:00
tools Rollup merge of #76107 - integer32llc:manifest-alias, r=pietroalbini 2020-10-03 00:31:06 +02:00
README.md
stage0.txt
version Bump version to 1.49.0 2020-10-02 08:39:40 -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.