rust/src
Camelid 549f861f7d Use correct article in help message for conversion or cast
Before it always used `an`; now it uses the correct article for the type.
2020-09-27 13:51:08 -07:00
..
bootstrap Rollup merge of #76631 - jyn514:x.py-setup, r=Mark-Simulacrum 2020-09-26 12:58:13 +02:00
build_helper
ci
doc Auto merge of #74430 - Manishearth:stabilize-intra-doc, r=Manishearth 2020-09-24 03:42:53 +00:00
etc
librustdoc Auto merge of #76955 - jyn514:refactor-diagnostics, r=euclio 2020-09-27 08:12:29 +00:00
llvm-project@7075196da1
test Use correct article in help message for conversion or cast 2020-09-27 13:51:08 -07:00
tools Auto merge of #71274 - RalfJung:raw-init-check-aggregate, r=petrochenkov 2020-09-27 10:17:09 +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.