rust/src
Matthias Krüger 2e5a5e22b2
Rollup merge of #89697 - alessandrod:issue-89689, r=nikic
Fix min LLVM version for bpf-types test

The test requires https://reviews.llvm.org/D102118 which was released in LLVM 13.

Closes #89689
2021-10-09 11:56:08 +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 #89697 - alessandrod:issue-89689, r=nikic 2021-10-09 11:56:08 +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.