Files
rust/src
Mazdak Farrokhzad 976f8d59dd Rollup merge of #70613 - matthiaskrgr:cl5ppy_squashed, r=Centril
more clippy fixes

* use is_empty() instead of len comparison (clippy::len_zero)
* use if let instead of while let loop that never loops (clippy::never_loop)
* remove redundant returns (clippy::needless_return)
* remove redundant closures (clippy::redundant_closure)
* use if let instead of match and wildcard pattern (clippy::single_match)
* don't repeat field names redundantly (clippy::redundant_field_names)

r? @Centril
2020-03-31 15:59:52 +02:00
..
2020-03-26 15:49:22 +00:00
2020-03-21 22:18:57 +01:00
2020-03-19 07:53:32 +01:00
2020-03-30 07:02:56 +02:00
2020-03-30 07:16:56 +02:00
2020-03-31 15:20:05 +02:00
2020-03-31 15:20:05 +02:00
2020-03-30 13:38:17 +02:00
2020-03-31 15:20:05 +02:00
2020-03-31 15:20:05 +02:00
2020-03-31 15:20:05 +02:00
2020-03-31 15:20:05 +02:00
2020-03-26 15:49:22 +00:00
2020-03-29 11:12:55 +01:00
2020-03-19 14:38:09 +00:00
2020-03-15 19:43:25 +01: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.