rust/src
Joshua Nelson 6f087aedb6 Use the correct edition when syntax highlighting doctests
Previously it would unconditionally use edition 2015, which was
incorrect.
2021-09-26 16:36:33 +00:00
..
bootstrap Auto merge of #88321 - glaubitz:m68k-linux, r=wesleywiser 2021-09-20 07:21:05 +00:00
build_helper
ci ci: Add Dockerfile for dist-m68k-linux 2021-09-17 15:07:13 +00:00
doc doc/platform-support: Add documentation for m68k-unknown-linux-gnu 2021-09-17 15:07:14 +00:00
etc
librustdoc Use the correct edition when syntax highlighting doctests 2021-09-26 16:36:33 +00:00
llvm-project@86c7daa627
rustdoc-json-types
test Use the correct edition when syntax highlighting doctests 2021-09-26 16:36:33 +00:00
tools Auto merge of #87234 - cjgillot:lower-mono, r=petrochenkov 2021-09-21 07:52:15 +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.