rust/src
Matthias Krüger 0888c6dc78
Rollup merge of #89865 - tmandry:llvm-static, r=Mark-Simulacrum
Allow static linking LLVM with ThinLTO

There's no reason not to allow this if the user wants it. It works, at least in a local build on linux host.

For our use case, we're happy to spend more time building the compiler if it creates a speedup every time we run it, and we've observed speedups like this with clang.
2021-10-14 16:06:46 +02:00
..
bootstrap Rollup merge of #89865 - tmandry:llvm-static, r=Mark-Simulacrum 2021-10-14 16:06:46 +02:00
build_helper Migrate to 2021 2021-09-20 22:21:42 -04:00
ci CI: Use mirror for downloads. 2021-10-08 08:44:40 +02:00
doc Update books 2021-10-11 21:10:05 -07:00
etc Encode json files with UTF-8 2021-09-30 00:11:14 +09:00
librustdoc Auto merge of #89815 - GuillaumeGomez:associated-consts-sidebar, r=notriddle 2021-10-14 02:24:52 +00:00
llvm-project@a7348ae0df Update to the final LLVM 13.0.0 release 2021-10-01 21:06:19 -07:00
rustdoc-json-types Remove special-casing of never primitive in rustdoc-json-types 2021-10-08 16:53:39 +02:00
test Rollup merge of #89390 - tmandry:issue-72117, r=estebank 2021-10-14 16:06:43 +02:00
tools Auto merge of #89555 - oli-obk:nll_member_constraint_diag, r=estebank 2021-10-13 20:36:10 +00:00
README.md
stage0.json
version

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.