rust/src
bors 2e495d2e84 Auto merge of #84008 - Dylan-DPC:rollup-invxvg8, r=Dylan-DPC
Rollup of 6 pull requests

Successful merges:

 - #80733 (Improve links in inline code in `core::pin`.)
 - #81764 (Stabilize `rustdoc::bare_urls` lint)
 - #81938 (Stabilize `peekable_peek_mut`)
 - #83980 (Fix outdated crate names in compiler docs)
 - #83992 (Merge idents when generating source content)
 - #84001 (Update Clippy)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2021-04-08 19:38:54 +00:00
..
bootstrap Auto merge of #82451 - jyn514:defaults, r=Mark-Simulacrum 2021-04-07 20:44:37 +00:00
build_helper
ci rustc: Add a new wasm ABI 2021-04-08 08:03:18 -07:00
doc Rollup merge of #81764 - jyn514:lint-links, r=GuillaumeGomez 2021-04-08 20:29:56 +02:00
etc Fix HashMap/HashSet LLDB pretty-printer after hashbrown 0.11.0 2021-04-06 12:44:17 +03:00
librustdoc Rollup merge of #83992 - GuillaumeGomez:merge-idents, r=notriddle 2021-04-08 20:29:59 +02:00
llvm-project@171991e309 Update LLVM to support more wasm simd ops 2021-04-05 13:50:49 -07:00
rustdoc-json-types rustdoc-json: Rename Import.span to Import.source 2021-03-21 19:47:12 -07:00
test Auto merge of #84008 - Dylan-DPC:rollup-invxvg8, r=Dylan-DPC 2021-04-08 19:38:54 +00:00
tools Merge commit 'b40ea209e7' into clippyup 2021-04-08 17:50:13 +02:00
README.md update message 2021-02-14 10:08:37 +05:30
stage0.txt Bump bootstrap compiler 2021-04-06 18:24:09 -07:00
version Bump to 1.53.0 2021-03-20 12:19:30 -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.