Files
rust/src
Ralf Jung 32481bc80a Rollup merge of #72757 - petrochenkov:shebang, r=varkor
rustc_lexer: Optimize shebang detection slightly

Sorry, I just couldn't resist.
It shouldn't make any difference in practice.

Also, documented a previously unnoticed case with doc comments treated as regular comments during shebang detection.
2020-05-30 23:08:58 +02:00
..
2020-05-22 19:08:39 +02:00
2020-05-11 17:13:32 +02:00
2020-05-23 12:24:19 +02:00
2020-05-11 17:13:32 +02:00
2020-05-20 20:14:16 +02:00
2020-05-09 16:03:40 -04: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 dev guide.