rust/src
bors 5ad7389bdd Auto merge of #87822 - JohnTitor:rollup-kxojii0, r=JohnTitor
Rollup of 7 pull requests

Successful merges:

 - #85807 (bootstrap: Disable initial-exec TLS model on powerpc)
 - #87761 (Fix overflow in rustc happening if the `err_count()` is reduced in a stage.)
 - #87775 (Add hint for unresolved associated trait items if the trait has a single item)
 - #87779 (Remove special case for statement `NodeId` assignment)
 - #87787 (Use `C-unwind` ABI for `__rust_start_panic` in `panic_abort`)
 - #87809 (Fix typo in the ptr documentation)
 - #87816 (Sync rustc_codegen_cranelift)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2021-08-06 18:23:14 +00:00
..
bootstrap Auto merge of #87822 - JohnTitor:rollup-kxojii0, r=JohnTitor 2021-08-06 18:23:14 +00:00
build_helper
ci
doc Promote aarch64-apple-ios-sim to Tier 2 2021-08-04 15:06:26 +02:00
etc
librustdoc Remove LightSpan and use Span directly 2021-08-05 23:08:29 +02:00
llvm-project@260e0f8682
rustdoc-json-types
test Rollup merge of #87775 - Kobzol:single-associated-item-hint, r=oli-obk 2021-08-07 01:46:33 +09:00
tools Auto merge of #87462 - ibraheemdev:tidy-file-length-ignore-comment, r=Mark-Simulacrum 2021-08-06 02:07:01 +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.