Files
rust/src
Tomasz Miąsko 6b4c739f92 Fix opening docs for std crates with ./x.py doc --open library/*
The directories for core, alloc, std, proc_macro, and test crates now
correspond directly to the crate name and stripping the "lib" prefix is
no longer necessary.
2020-07-29 12:46:04 +02:00
..
2020-07-28 09:36:56 -04:00
2020-07-27 19:51:13 -05:00
2020-07-26 09:56:12 -07:00
2020-07-23 08:14:39 +02:00
2020-07-27 21:08:19 +02:00
2020-07-27 21:08:19 +02:00
2020-07-27 21:07:37 +02:00
2020-07-27 19:51:13 -05:00
2020-07-27 21:07:37 +02:00
2020-07-27 21:07:37 +02:00
2020-07-17 11:49:35 -07:00
2020-07-27 22:05:34 -05:00

This directory contains the source code of the rust project, including:

  • rustc and its tests
  • 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.