rust/src
bors 62652865b6 Auto merge of #84283 - jsha:de-emphasize-attributes, r=GuillaumeGomez
rustdoc: Reduce visual weight of attributes.

Followup from #83337. As part of that PR, we stopped hiding attributes behind a toggle, because most things have just zero or one attributes. However, this made clear that the current rendering of attributes emphasizes them a lot, which distracts from function signatures. This PR changes their color of attributes to be the same as the toggles, and reduces their font weight.

This also removes `#[lang]` from the list of ALLOWED_ATTRIBUTES. This attribute is an implementation detail rather than part of the public-facing documentation.

![image](https://user-images.githubusercontent.com/220205/115131061-cc407d80-9fa9-11eb-9a77-ad3f3217f391.png)

Demo at https://hoffman-andrews.com/rust/de-emph-attr/std/string/struct.String.html#method.trim
2021-04-19 07:32:55 +00:00
..
bootstrap bootstrap: check local_rebuild before adding --cfg=bootstrap, closes #84057 2021-04-11 14:02:28 +01:00
build_helper
ci rustc: Add a new wasm ABI 2021-04-08 08:03:18 -07:00
doc Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearth 2021-04-18 23:28:43 +00:00
etc Fix HashMap/HashSet LLDB pretty-printer after hashbrown 0.11.0 2021-04-06 12:44:17 +03:00
librustdoc Auto merge of #84283 - jsha:de-emphasize-attributes, r=GuillaumeGomez 2021-04-19 07:32:55 +00:00
llvm-project@ea6bb2615f Include a backport for wrong DWARF information 2021-04-17 14:54:38 +03:00
rustdoc-json-types
test Auto merge of #84316 - teymour-aldridge:improve-defaulted-never-note, r=petrochenkov 2021-04-19 04:51:48 +00:00
tools Auto merge of #78880 - CDirkx:not_supported, r=joshtriplett 2021-04-18 20:03:54 +00:00
README.md
stage0.txt Bump bootstrap compiler 2021-04-06 18:24:09 -07:00
version

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.