Files
rust/src
Pietro Albini dafe33524a Rollup merge of #52745 - commandline:master, r=oli-obk
Update clippy to latest master

r? @oli-obk

There is a regression in the version in current nightly that falsely lints `println!` and `writeln!` that use named arguments, thinking all rhs values for the argument expressions are literals even when they are not. This update includes the fix for that.
2018-08-01 10:12:37 +02:00
..
2018-07-25 10:25:29 +09:00
2018-07-29 18:04:09 +01:00
2018-07-01 20:23:41 +02:00
2018-07-31 17:55:12 -06:00
2018-07-24 11:08:11 -05:00
2018-07-29 19:05:42 +08: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: