rust/src
bors e9dd18ca74 Auto merge of #79686 - Dylan-DPC:rollup-leama5f, r=Dylan-DPC
Rollup of 11 pull requests

Successful merges:

 - #77686 (Render Markdown in search results)
 - #79541 (Doc keyword lint pass)
 - #79602 (Fix SGX CI)
 - #79611 (Use more std:: instead of core:: in docs for consistency)
 - #79623 (Pass around Symbols instead of Idents in doctree)
 - #79627 (Update cargo)
 - #79631 (disable a ptr equality test on Miri)
 - #79638 (Use `item_name` instead of pretty printing for resolving `Self` on intra-doc links)
 - #79646 (rustc_metadata: Remove some dead code)
 - #79664 (move interpret::MemoryKind::Heap to const eval)
 - #79678 (Fix some clippy lints)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2020-12-04 04:51:49 +00:00
..
bootstrap Add tests for rustdoc json 2020-12-01 18:34:39 +00:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
ci add enable-full-tools to freebsd builds to prevent occasional link errors when compiling rust programs 2020-11-27 14:21:23 -08:00
doc Addressed feedback from 2020-12-01 2020-12-03 09:50:10 -08:00
etc Auto merge of #79235 - ortem:fix-btreemap-gdb-pretty-printer, r=Mark-Simulacrum 2020-12-02 04:12:33 +00:00
librustdoc Rollup merge of #79646 - petrochenkov:inclean, r=davidtwco 2020-12-04 03:30:36 +01:00
llvm-project@7ade8dc4b8 update llvm submodule 2020-11-18 22:28:20 -06:00
test Auto merge of #79686 - Dylan-DPC:rollup-leama5f, r=Dylan-DPC 2020-12-04 04:51:49 +00:00
tools Auto merge of #79686 - Dylan-DPC:rollup-leama5f, r=Dylan-DPC 2020-12-04 04:51:49 +00:00
README.md Update README.md 2020-08-30 13:40:11 -05:00
stage0.txt Bump bootstrap compiler version 2020-11-19 19:23:36 -05:00
version bump version to 1.50.0 2020-11-13 09:47:16 +01: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.