rust/src
Dylan DPC f242e295e4
Rollup merge of #98973 - GuillaumeGomez:inherent-impl-anchors, r=notriddle
Remove (unused) inherent impl anchors

This is something `@notriddle` realized a few days ago: we have unused anchors in the DOM.

This PR removes them.

You can test it [here](https://rustdoc.crud.net/imperio/inherent-impl-anchors/foo/index.html).

r? `@notriddle`
2022-07-07 18:06:54 +05:30
..
bootstrap Rollup merge of #98880 - topjohnwu:macos-dylib-cross, r=jyn514 2022-07-05 23:43:32 +02:00
ci Auto merge of #98439 - ehuss:cleanup-ci-script, r=Mark-Simulacrum 2022-07-03 19:39:28 +00:00
doc Update books 2022-07-05 11:44:56 -07:00
etc Rollup merge of #95446 - notseanray:master, r=Mark-Simulacrum 2022-06-22 15:16:08 +09:00
librustdoc Rollup merge of #98973 - GuillaumeGomez:inherent-impl-anchors, r=notriddle 2022-07-07 18:06:54 +05:30
llvm-project@8b6b5014fd Update llvm-project 2022-07-05 17:57:29 +02:00
rustdoc-json-types
test Rollup merge of #98973 - GuillaumeGomez:inherent-impl-anchors, r=notriddle 2022-07-07 18:06:54 +05:30
tools Rollup merge of #98930 - tmiasko:pub-basic-blocks, r=oli-obk 2022-07-07 18:06:53 +05:30
README.md
stage0.json bump stage0 compiler 2022-06-29 15:35:30 +02:00
version bump version to 1.64.0 2022-06-24 17:27:24 +02: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.