Files
rust/src
Manish Goregaokar 82147885bb Rollup merge of #75022 - cuviper:sliced-rchunk, r=lcnr
Use a slice pattern instead of rchunks_exact(_).next()

This is a minor cleanup, but trying a single-use `rchunks` iterator can
be more directly matched with a slice pattern, `[.., a, b]`.
2020-08-01 17:42:18 -07:00
..
2020-07-31 22:38:20 +02:00
2020-07-31 22:38:20 +02:00
2020-07-31 22:38:20 +02:00
2020-07-31 22:38:20 +02:00
2020-07-31 22:38:20 +02:00
2020-07-31 22:38:20 +02:00
2020-07-31 22:38:20 +02:00
2020-07-31 22:38:20 +02:00
2020-07-31 22:38:20 +02:00
2020-07-31 22:38:20 +02:00
2020-07-31 22:38:20 +02:00
2020-07-31 22:38:20 +02:00
2020-07-31 22:38:20 +02:00
2020-07-27 22:05:34 -05:00
2020-07-16 19:36:49 -04: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.