rust/src
Jonas Schievink 11e7897eae
Rollup merge of #81812 - nagisa:nagisa/escape-the-escape-hatch, r=Amanieu
Add a test for escaping LLVMisms in inline asm

We escape certain LLVM-specific features when passing the inline
assembly string to the LLVM. Until now, however, there was no test
making sure this behaviour stays intact. This commit adds such a test!

r? `@Amanieu`
cc `@joshtriplett`
2021-02-06 17:01:52 +01:00
..
bootstrap Rollup merge of #81456 - Amanieu:remote-test-server, r=Amanieu 2021-02-05 12:25:56 +01:00
build_helper
ci Fix install-awscli.sh error in CI. 2021-02-05 12:17:50 +01:00
doc Rollup merge of #81766 - jyn514:task-lists, r=GuillaumeGomez 2021-02-06 17:01:50 +01:00
etc
librustdoc Rollup merge of #81766 - jyn514:task-lists, r=GuillaumeGomez 2021-02-06 17:01:50 +01:00
llvm-project@70d09f218d
rustdoc-json-types
test Rollup merge of #81812 - nagisa:nagisa/escape-the-escape-hatch, r=Amanieu 2021-02-06 17:01:52 +01:00
tools Rollup merge of #81680 - camsteffen:primty, r=oli-obk 2021-02-06 17:01:45 +01:00
README.md
stage0.txt
version bump nightly version to 1.52.0 2021-02-05 16:25:08 +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.