rust/src
bors f4d014cee7 Auto merge of #79074 - Mark-Simulacrum:fix-ci-llvm, r=jyn514
Install CI llvm into the library directory

In other words, my concern in https://github.com/rust-lang/rust/issues/78932#issuecomment-725781767 was perfectly justified by something we were already doing. For now just special case CI LLVM, but in the future we may want a more general fix.

Fixes #79071.

r? `@alexcrichton`
2020-11-16 00:40:04 +00:00
..
bootstrap Auto merge of #79074 - Mark-Simulacrum:fix-ci-llvm, r=jyn514 2020-11-16 00:40:04 +00:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
ci explicitly add llvm-9-dev in dockerfile 2020-11-12 14:39:47 +01:00
doc Update books 2020-11-11 19:35:50 -08:00
etc lldb_batchmode: show more error information 2020-11-03 12:01:46 +01:00
librustdoc Rollup merge of #79041 - jyn514:inner-to-kind, r=petrochenkov 2020-11-15 13:40:01 +01:00
llvm-project@ee16174578 Bump LLVM for DeadArgElim fix 2020-10-22 18:37:03 -04:00
test Rollup merge of #79016 - fanzier:underscore-expressions, r=petrochenkov 2020-11-15 13:39:48 +01:00
tools Auto merge of #79064 - ehuss:rustbook-logs, r=Mark-Simulacrum 2020-11-15 15:39:58 +00:00
README.md
stage0.txt Rollup merge of #77877 - scottmcm:fewer-try-trait-method-references, r=shepmaster 2020-10-19 18:20:20 +02:00
version bump version to 1.50.0 2020-11-13 09:47:16 +01: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.