rust/src
bors 27a45d0aab Auto merge of #76708 - Mark-Simulacrum:lld-macos, r=alexcrichton
Always try to promote shared LLVM to the sysroot

Even when LLVM is not generally participating in a shared link with rustc, we
will likely still link to the shared dylib from rust-lld, so we still need to
promote it.

This reverts part of #76349; my expectation that the link-shared rule was sufficient was likely wrong.

Hopefully fixes #76698.

r? `@alexcrichton`
2020-09-15 15:06:59 +00:00
..
bootstrap Enable shared linking to LLVM on non-Windows 2020-09-15 10:22:02 -04:00
build_helper
ci Enable shared linking to LLVM on non-Windows 2020-09-15 10:22:02 -04:00
doc Stabilize doc_alias feature 2020-09-14 11:03:47 +02:00
etc
librustdoc Auto merge of #76684 - jyn514:refactor-intra-links, r=manishearth 2020-09-15 07:42:13 +00:00
llvm-project@833dd1e3d4
test Auto merge of #76171 - estebank:turbofish-the-revenge, r=davidtwco 2020-09-15 10:14:52 +00:00
tools Auto merge of #76311 - lzutao:split_core-slice, r=lcnr 2020-09-15 12:15:59 +00:00
README.md
stage0.txt

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.