rust/src
Dylan DPC ca8a1b05c6
Rollup merge of #79464 - GuillaumeGomez:doc-keyword-ident, r=jyn514
Extend doc keyword feature by allowing any ident

Part of #51315.

As suggested by ``@danielhenrymantilla`` in [this comment](https://github.com/rust-lang/rust/issues/51315#issuecomment-733879934), this PR extends `#[doc(keyword = "...")]` to allow any ident to be used as keyword. The final goal is to allow (proc-)macro crates' owners to write documentation of the keywords they might introduce.

r? ``@jyn514``
2020-11-29 03:14:21 +01:00
..
bootstrap Convert UNC path to local path to satisfy install script on Windows 2020-11-23 22:37:51 +08:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
ci Mirror centos vault to S3 2020-11-25 22:01:15 -05:00
doc Add to platform-support.md 2020-11-26 11:33:38 +01:00
etc Rollup merge of #79234 - ortem:fix-hashmap-pretty-printers, r=Mark-Simulacrum 2020-11-28 15:58:17 +01:00
librustdoc Rollup merge of #79464 - GuillaumeGomez:doc-keyword-ident, r=jyn514 2020-11-29 03:14:21 +01:00
llvm-project@ee16174578
test Rollup merge of #79464 - GuillaumeGomez:doc-keyword-ident, r=jyn514 2020-11-29 03:14:21 +01:00
tools Rollup merge of #79443 - GuillaumeGomez:improve-rustdoc-js-error-output, r=jyn514 2020-11-29 03:14:19 +01:00
README.md
stage0.txt Bump bootstrap compiler version 2020-11-19 19:23:36 -05: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.