rust/src
Guillaume Gomez 2e258cec05
Rollup merge of #101600 - notriddle:notriddle/li, r=GuillaumeGomez
rustdoc: simplify the codeblock tooltip

**https://github.com/rust-lang/rust/pull/101593 needs merged first**

This PR moves the tooltip into example-wrap, simplifying several overly-complex aspects of how these tooltips work:

* The mousover javascript can be removed, because hovering example-wrap can style the tooltip inside.
* The sibling selecor can be removed, because hovering the tooltip also hovers the wrapper, which can hover the codeblock itself.
* The relative positioning of the `<li>` tag, which was added in e861efd9f9 to fix the positioning of the code tooltip, can now be removed, because example-wrap itself already has relative positioning.
2022-09-09 15:36:38 +02:00
..
bootstrap Avoid UB in the Windows filesystem code in... bootstrap? 2022-09-05 08:39:11 -07:00
ci Update LLVM used in x86 CI dist builds to 15.0.0 2022-09-07 13:21:38 +02:00
doc Link UEFI target documentation from target list 2022-09-08 17:02:59 +09:00
etc Rustdoc-Json: More accurate struct type. 2022-09-07 09:42:23 +01:00
librustdoc Rollup merge of #101600 - notriddle:notriddle/li, r=GuillaumeGomez 2022-09-09 15:36:38 +02:00
llvm-project@670e5f673a Update LLVM submodule 2022-09-02 10:18:12 +02:00
rustdoc-json-types Rustdoc-Json: More accurate struct type. 2022-09-07 09:42:23 +01:00
test Rollup merge of #101600 - notriddle:notriddle/li, r=GuillaumeGomez 2022-09-09 15:36:38 +02:00
tools Appease clippy again 2022-09-09 01:31:46 +00:00
README.md Sunset RLS 2022-08-27 21:36:08 -07:00
stage0.json Bump stage0 2022-08-29 19:30:11 +02:00
version Bump to 1.65.0 2022-08-05 11:32:46 -04:00

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like cargo, miri, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.