Files
rust/src
Niko Matsakis 80b4c45ee4 change ParamEnv::and to sometimes keep the environment [VIC]
In general, we've been moving towards a semantics where you can have
contradictory where-clauses, and we try to honor them.  There are
already existing run-pass tests where we take that philosophy as
well (e.g., `compile-fail/issue-36839.rs`). The current behavior of
`and`, where it strips the environment, breaks that code.
2018-03-13 11:21:31 -04:00
..
2018-03-08 08:34:14 +01:00
2018-03-08 08:34:05 +01:00
2018-03-02 10:45:32 +01:00
2018-03-11 10:56:21 -07:00
2018-03-12 13:02:49 -07:00
2018-02-23 13:20:56 -06:00
2018-02-20 08:52:33 -07: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: