rust/src
Matthias Krüger a06c664328
Rollup merge of #89687 - Nicholas-Baron:move_read2_abbreviated, r=Mark-Simulacrum
Move `read2_abbreviated` function into read2.rs

Work towards #89475.
2021-10-09 11:56:06 +02:00
..
bootstrap
build_helper
ci
doc Fix asm docs typo 2021-10-08 16:50:35 -04:00
etc
librustdoc Rollup merge of #89669 - Urgau:json-remove-type-never, r=GuillaumeGomez 2021-10-08 22:30:42 +02:00
llvm-project@a7348ae0df
rustdoc-json-types Remove special-casing of never primitive in rustdoc-json-types 2021-10-08 16:53:39 +02:00
test Rollup merge of #89641 - asquared31415:asm-feature-attr-regs, r=oli-obk 2021-10-09 11:56:00 +02:00
tools Move read2_abbreviated function into read2.rs 2021-10-08 15:12:21 -07: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.