rust/src
Ian Jackson 776e204609 rustdoc: Use Vec::into_iter() rather than drain()
This allows removing a `mut` which is nicer.

Suggested-by: @jyn514
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
2020-10-28 21:29:21 +00:00
..
bootstrap Rollup merge of #77703 - Keruspe:system-libunwind, r=Mark-Simulacrum 2020-10-27 08:44:44 +09:00
build_helper
ci
doc Fix unstable-book doc tests 2020-10-27 14:45:35 -03:00
etc
librustdoc rustdoc: Use Vec::into_iter() rather than drain() 2020-10-28 21:29:21 +00:00
llvm-project@ee16174578
test Auto merge of #78458 - Dylan-DPC:rollup-tan044s, r=Dylan-DPC 2020-10-28 01:40:06 +00:00
tools Auto merge of #75671 - nathanwhit:cstring-temp-lint, r=oli-obk 2020-10-27 22:59:13 +00:00
README.md
stage0.txt
version

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.