rust/src
bors 6bfbf0c33a Auto merge of #83308 - Dylan-DPC:rollup-p2j6sy8, r=Dylan-DPC
Rollup of 8 pull requests

Successful merges:

 - #79986 (Only build help popup when it's really needed)
 - #82570 (Add `as_str` method for split whitespace str iterators)
 - #83244 (Fix overflowing length in Vec<ZST> to VecDeque)
 - #83254 (Include output stream in `panic!()` documentation)
 - #83269 (Revert the second deprecation of collections::Bound)
 - #83277 (Mark early otherwise optimization unsound)
 - #83285 (Update LLVM to bring in SIMD updates for WebAssembly)
 - #83297 (Do not ICE on ty::Error as an error must already have been reported)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2021-03-19 23:53:02 +00:00
..
bootstrap Auto merge of #82754 - rylev:rusage-windows, r=pnkfelix 2021-03-19 12:44:33 +00:00
build_helper
ci Auto merge of #83201 - klensy:checkout-v2, r=pietroalbini 2021-03-19 21:08:41 +00:00
doc Rollup merge of #82846 - GuillaumeGomez:doc-alias-list, r=jyn514 2021-03-19 15:03:21 +01:00
etc Update HashSet natvis 2021-03-17 10:07:09 +01:00
librustdoc Rollup merge of #79986 - GuillaumeGomez:build-help-when-needed, r=Nemo157 2021-03-19 23:01:29 +01:00
llvm-project@c3a26cbf6e Update LLVM to bring in SIMD updates for WebAssembly 2021-03-18 16:04:39 -07:00
rustdoc-json-types x.py fmt 2021-03-06 15:50:29 -05:00
test Rollup merge of #83297 - oli-obk:why_bug_today_if_you_can_delay_to_tomorrow, r=petrochenkov 2021-03-19 23:01:42 +01:00
tools Rollup merge of #83236 - cjgillot:memmap, r=joshtriplett 2021-03-19 15:03:28 +01:00
README.md
stage0.txt
version

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.