Files
third_party_rust_rust/src
bors 0be2c30369 Auto merge of #53075 - Mark-Simulacrum:update-cargolock, r=alexcrichton
Update Cargo.lock

This also includes major version bumps for the rand crate used by core, std, and alloc tests, among other crates (regex, etc.) used elsewhere. Since these are all internal there should be no user-visible changes.

r? @alexcrichton
2018-09-05 03:04:20 +00:00
..
2018-09-04 13:22:08 -06:00
2018-09-04 13:22:08 -06:00
2018-09-04 13:22:08 -06:00
2018-09-04 13:22:08 -06:00
2018-09-04 13:22:08 -06:00
2018-08-31 16:00:41 -07:00
2018-07-24 11:08:11 -05:00
2018-09-04 13:22:08 -06:00
2018-09-04 13:22:08 -06:00
2018-08-02 18:09:19 -07:00
2018-06-14 18:05:12 +03:00

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

  • rustc and its tests
  • libstd
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc guide.

Their is also useful content in the following READMEs, which are gradually being moved over to the guide: