rust/src
bors cfa4ac66c1 Auto merge of #92609 - matthiaskrgr:rollup-ldp47ot, r=matthiaskrgr
Rollup of 7 pull requests

Successful merges:

 - #92058 (Make Run button visible on hover)
 - #92288 (Fix a pair of mistyped test cases in `std::net::ip`)
 - #92349 (Fix rustdoc::private_doc_tests lint for public re-exported items)
 - #92360 (Some cleanups around check_argument_types)
 - #92389 (Regression test for borrowck ICE #92015)
 - #92404 (Fix font size for [src] links in headers)
 - #92443 (Rustdoc: resolve associated traits for non-generic primitive types)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-01-06 15:30:46 +00:00
..
bootstrap Revert "bootstrap: copy llvm-dwp to sysroot" 2022-01-06 09:32:42 +00:00
build_helper
ci Rollup merge of #92440 - GuillaumeGomez:fix-mobile-toggles, r=jsha 2021-12-31 23:14:49 +01:00
doc Update books 2022-01-03 19:45:10 -08:00
etc
librustdoc Rollup merge of #92443 - mdibaiee:90703/resolve-traits-of-primitive-types, r=Manishearth 2022-01-06 12:01:05 +01:00
llvm-project@6b3dbcc81a Backport LLVM changes to disable deferred inlining 2021-12-19 23:49:03 +02:00
rustdoc-json-types
test Auto merge of #92609 - matthiaskrgr:rollup-ldp47ot, r=matthiaskrgr 2022-01-06 15:30:46 +00:00
tools cg: use thorin instead of llvm-dwp 2022-01-06 09:32:42 +00:00
README.md
stage0.json
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.