rust/src
bors 1cd97cad6e Auto merge of #78387 - Dylan-DPC:rollup-ch0st6z, r=Dylan-DPC
Rollup of 10 pull requests

Successful merges:

 - #74477 (`#[deny(unsafe_op_in_unsafe_fn)]` in sys/wasm)
 - #77836 (transmute_copy: explain that alignment is handled correctly)
 - #78126 (Properly define va_arg and va_list for aarch64-apple-darwin)
 - #78137 (Initialize tracing subscriber in compiletest tool)
 - #78161 (Add issue template link to IRLO)
 - #78214 (Tweak match arm semicolon removal suggestion to account for futures)
 - #78247 (Fix #78192)
 - #78252 (Add codegen test for #45964)
 - #78268 (Do not try to report on closures to avoid ICE)
 - #78295 (Add some regression tests)

Failed merges:

r? `@ghost`
2020-10-26 04:34:46 +00:00
..
bootstrap Auto merge of #77901 - jonas-schievink:unignore-test-36710, r=Mark-Simulacrum 2020-10-25 16:37:01 +00:00
build_helper
ci
doc Rollup merge of #78320 - phil-opp:patch-5, r=GuillaumeGomez,alexcrichton 2020-10-25 18:43:45 +09:00
etc
librustdoc
llvm-project@ee16174578
test Auto merge of #78387 - Dylan-DPC:rollup-ch0st6z, r=Dylan-DPC 2020-10-26 04:34:46 +00:00
tools Rollup merge of #78137 - tmiasko:compiletest-tracing, r=Mark-Simulacrum 2020-10-26 03:09:02 +01:00
README.md
stage0.txt
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.