rust/src
Guillaume Gomez 4adc8ea2ac
Rollup merge of #89669 - Urgau:json-remove-type-never, r=GuillaumeGomez
Remove special-casing of never primitive in rustdoc-json-types

Fixes https://github.com/rust-lang/rust/issues/89349

r? `@GuillaumeGomez`
2021-10-08 22:30:42 +02:00
..
bootstrap Add wrapper for -Z gcc-ld=lld to invoke rust-lld with the correct flavor 2021-10-07 16:59:13 +02:00
build_helper
ci
doc Rollup merge of #89082 - smoelius:master, r=kennytm 2021-10-07 20:26:12 -07: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 #89669 - Urgau:json-remove-type-never, r=GuillaumeGomez 2021-10-08 22:30:42 +02:00
tools Auto merge of #89659 - workingjubilee:rollup-0vggc69, r=workingjubilee 2021-10-08 06:16:31 +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.