Files
rust/src
bors 2f0e6a3ba5 Auto merge of #48388 - kyrias:relro-level-cg, r=alexcrichton
Add relro-level tests

The `relro-level` debugging flag was added in #43170 which was merged in July 2017.  This PR moves this flag to be a proper codegen flag.
2018-03-10 13:31:06 +00: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-05 15:58:54 -03:00
2018-03-06 08:45:12 -08:00
2018-03-06 08:45:12 -08:00
2018-03-02 14:34:07 -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: