rust/src
Josh Stone 5317d2fc77 Revert LLVM D81803 because it broke Windows 7
This submodule update reverts <https://reviews.llvm.org/D81803>.

While that change is meant to fix a real bug, [LLVM PR42623], it caused
new permission errors on Windows 7 that make it unable to build any
archives. This is probably the same root cause as [LLVM PR48378].

Fixes #81051. We'll file a new Rust issue to track the LLVM resolution.

[LLVM PR42623]: https://bugs.llvm.org/show_bug.cgi?id=42623
[LLVM PR48378]: https://bugs.llvm.org/show_bug.cgi?id=48378

(cherry picked from commit 31814c41aa)
2021-03-10 15:44:16 -08:00
..
bootstrap bootstrap: fix wrong docs installation path 2021-02-13 10:43:06 -05:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
ci Permit unstable features during PGO benchmarks 2021-02-09 15:54:33 +01:00
doc Auto merge of #81346 - hug-dev:nonsecure-call-abi, r=jonas-schievink 2021-02-03 06:00:43 +00:00
etc src/etc/json-types -> src/rustdoc-json-types 2021-01-27 18:58:43 -05:00
librustdoc Add test 2021-03-10 15:42:59 -08:00
llvm-project@96ae8953e4 Revert LLVM D81803 because it broke Windows 7 2021-03-10 15:44:16 -08:00
rustdoc-json-types Remove struct_type from union output and bump format 2021-01-28 23:30:40 -05:00
test Substitute erased lifetimes on bad placeholder type 2021-03-10 15:43:13 -08:00
tools [beta] Update cargo 2021-02-22 16:49:46 -08:00
README.md
stage0.txt Bump stage0 to released stable 2021-02-13 10:41:50 -05:00
version Bump version to 1.51 2020-12-25 10:42:53 -05:00

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.