rust/src
Nikita Popov e066deae08 Update Python and Clang on x86 dist images
LLVM 12 no longer builds with Python 2, so install Python 3 in
preparatin.

However, Clang 10 does not build with Python 3, so we need update
to Clang 11 as well, which supports both.

Unfortunately, doing so results in errors while linking the
libLLVM.so into other binaries:
> __morestack: invalid needed version 2

This is fixed by using LLD instead. Possibly this is due to a binutils
linker bug, but updating to the latest binutils version does not fix
it.
2021-01-28 21:07:34 +01:00
..
bootstrap Update Python and Clang on x86 dist images 2021-01-28 21:07:34 +01:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
ci Update Python and Clang on x86 dist images 2021-01-28 21:07:34 +01:00
doc Feature-gate pointer and reference in intra-doc links 2021-01-17 15:27:35 -05:00
etc Add jsondocck tool, and use it for rustdoc JSON 2021-01-19 14:24:25 -05:00
librustdoc Rollup merge of #81302 - LeSeulArtichaut:80777-trait-render, r=jyn514 2021-01-24 22:10:04 +01:00
llvm-project@f9a8d70b6e Update to LLVM 11.0.1 2021-01-07 11:32:10 -08:00
test Auto merge of #81355 - jonas-schievink:rollup-vpaadij, r=jonas-schievink 2021-01-24 23:04:15 +00:00
tools update Miri 2021-01-25 11:42:38 +01:00
README.md
stage0.txt Bump bootstrap compiler to 1.50 beta 2020-12-30 09:27:19 -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.