rust/src
Dylan DPC 50603891dc
Rollup merge of #78962 - poliorcetics:rustdoc-raw-ident-test, r=jyn514
Add a test for r# identifiers

I'm not entirely sure I properly ran the test locally (I think so though), waiting for CI to confirm. :)

```````@rustbot``````` modify labels: T-rustdoc

r? ```````@jyn514```````
2020-11-15 03:02:44 +01:00
..
bootstrap Bump the minimal supported LLVM version in the bootstrapping code to 9.0 2020-11-12 14:39:47 +01:00
build_helper
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
librustdoc Auto merge of #78683 - Nemo157:issue-78673, r=lcnr 2020-11-13 23:12:01 +00:00
llvm-project@ee16174578
test Rollup merge of #78962 - poliorcetics:rustdoc-raw-ident-test, r=jyn514 2020-11-15 03:02:44 +01:00
tools Auto merge of #78809 - vn-ki:fix-issue-76064, r=oli-obk 2020-11-14 18:03:17 +00:00
README.md
stage0.txt
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.