rust/src
Yuki Okushi 5acac4c979
Rollup merge of #80825 - GuillaumeGomez:rustdoc-cleanup-bis-repetita, r=jyn514
Remove under-used ImplPolarity enum

It doesn't make much sense to have an enum with only two possible values and to store it inside an `Option` in my opinion when you can do all the same with a simple boolean. I don't expect any chances, performance or RSS usage wise.

r? ``@jyn514``
2021-01-10 16:56:03 +09:00
..
bootstrap Rollup merge of #80820 - nagisa:nagisa/dcl-nixos, r=Mark-Simulacrum 2021-01-10 16:56:02 +09:00
build_helper
ci
doc
etc Detect invalid rustdoc test commands 2021-01-03 13:53:11 +01:00
librustdoc Rollup merge of #80825 - GuillaumeGomez:rustdoc-cleanup-bis-repetita, r=jyn514 2021-01-10 16:56:03 +09:00
llvm-project@fb115ee43b
test Rollup merge of #80801 - estebank:correct-binding-sugg-span, r=petrochenkov 2021-01-10 16:55:59 +09:00
tools ast: Remove some indirection layers from values in key-value attributes 2021-01-09 21:50:39 +03: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.