rust/src
Yuki Okushi a7f7d70860
Rollup merge of #80892 - camelid:intra-doc-remove-star, r=jyn514
rustdoc: Remove `*` intra-doc alias for `pointer`

It's not valid Rust code and it can easily be confused with a wildcard
glob pattern or something else. People can always use `pointer` instead,
so it's just removing an alias.

It hasn't hit stable yet (I think it's still on nightly), so it's okay
to remove it. (We can always add it back later if we change our mind
too.)

r? `@jyn514`
cc https://github.com/rust-lang/rust/pull/80885#discussion_r554622737
2021-01-11 14:34:54 +09:00
..
bootstrap Rollup merge of #80820 - nagisa:nagisa/dcl-nixos, r=Mark-Simulacrum 2021-01-10 16:56:02 +09:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
ci Auto merge of #80435 - pietroalbini:compression-formats, r=Mark-Simulacrum 2020-12-31 00:23:13 +00:00
doc Fix typo in source-based-code-coverage.md 2021-01-10 22:17:51 +09:00
etc Detect invalid rustdoc test commands 2021-01-03 13:53:11 +01:00
librustdoc Rollup merge of #80892 - camelid:intra-doc-remove-star, r=jyn514 2021-01-11 14:34:54 +09:00
llvm-project@fb115ee43b Update LLVM 2020-12-30 19:14:15 +00:00
test Rollup merge of #80892 - camelid:intra-doc-remove-star, r=jyn514 2021-01-11 14:34:54 +09:00
tools ast: Remove some indirection layers from values in key-value attributes 2021-01-09 21:50:39 +03:00
README.md Update README.md 2020-08-30 13:40:11 -05:00
stage0.txt Bump bootstrap compiler to 1.50 beta 2020-12-30 09:27:19 -05:00
version Bump version to 1.51 2020-12-25 10:42:53 -05: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.