rust/src
bors 25f6938da4 Auto merge of #78201 - joshtriplett:rustc-tls-model, r=Mark-Simulacrum
Compile rustc crates with the initial-exec TLS model

This should produce more efficient code, with fewer calls to
__tls_get_addr. The tradeoff is that libraries using it won't work with
dlopen, but that shouldn't be a problem for rustc's internal libraries.
2020-11-09 11:08:07 +00:00
..
bootstrap Auto merge of #78201 - joshtriplett:rustc-tls-model, r=Mark-Simulacrum 2020-11-09 11:08:07 +00:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
ci Rollup merge of #78228 - pietroalbini:finally, r=Mark-Simulacrum 2020-11-09 01:13:33 +01:00
doc Rollup merge of #78228 - pietroalbini:finally, r=Mark-Simulacrum 2020-11-09 01:13:33 +01:00
etc lldb_batchmode: show more error information 2020-11-03 12:01:46 +01:00
librustdoc Rollup merge of #78868 - notriddle:master, r=GuillaumeGomez 2020-11-09 01:13:46 +01:00
llvm-project@ee16174578 Bump LLVM for DeadArgElim fix 2020-10-22 18:37:03 -04:00
test Rollup merge of #78748 - fanzier:tuple-assignment, r=petrochenkov 2020-11-09 01:13:44 +01:00
tools Rollup merge of #78228 - pietroalbini:finally, r=Mark-Simulacrum 2020-11-09 01:13:33 +01:00
README.md Update README.md 2020-08-30 13:40:11 -05:00
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.49.0 2020-10-02 08:39:40 -04: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.