rust/src
Jonas Schievink ec9b4d5e6c
Rollup merge of #77518 - camelid:rustdoc-use-correct-link-font, r=GuillaumeGomez
Only use Fira Sans for the first `td` in item lists

Fixes #77516.

Fixes an issue where links in the one-line version of an item's docs
would be in Fira Sans, while the rest would be in a serifed font.
2020-10-04 15:45:46 +02:00
..
bootstrap Rollup merge of #77473 - Mark-Simulacrum:check-limited, r=ecstatic-morse 2020-10-04 11:45:10 +09:00
build_helper
ci Check all Cargo targets on CI 2020-10-03 09:53:13 -04:00
doc Rollup merge of #76811 - GuillaumeGomez:doc-alias-name-restriction, r=oli-obk,ollie27 2020-10-02 20:27:03 +02:00
etc
librustdoc Rollup merge of #77518 - camelid:rustdoc-use-correct-link-font, r=GuillaumeGomez 2020-10-04 15:45:46 +02:00
llvm-project@e8b556b6a8 Fix AVR stack corruption bug 2020-10-02 04:07:00 +00:00
test Rollup merge of #77504 - Amanieu:select_simd_bitmask, r=ecstatic-morse 2020-10-04 15:45:43 +02:00
tools Rollup merge of #75699 - notriddle:drop-bounds-lint, r=petrochenkov 2020-10-04 11:44:55 +09:00
README.md
stage0.txt
version Bump version to 1.49.0 2020-10-02 08:39:40 -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 rustdoc, rls, etc.

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