Files
rust/src
bors 88e0ff14a8 Auto merge of #52887 - yurydelendik:disable-lld-symbols, r=alexcrichton
Disable debug sections when optimization flags is set for LLD.

Currently LLD does not error when optimization is set and debugging information sections are present. (See discussion at https://reviews.llvm.org/D47901)

Using `--strip-debug` along with the `-O` option.
2018-08-03 12:22:17 +00:00
..
2018-08-02 18:09:19 -07:00
2018-08-01 15:34:57 +02:00
2018-07-29 23:45:32 +09:00
2018-07-31 09:49:10 +02:00
2018-07-25 10:25:29 +09:00
2018-07-29 18:04:09 +01:00
2018-08-02 18:57:24 -04:00
2018-08-02 18:57:24 -04:00
2018-07-24 11:08:11 -05:00
2018-08-02 18:09:19 -07:00
2018-08-02 18:09:19 -07:00
2018-08-02 18:09:19 -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: