rust/src
bors 2a32abbcde Auto merge of #83681 - jyn514:blanket-impls-tweaks, r=Aaron1011
rustdoc: Only look at blanket impls in `get_blanket_impls`

The idea here is that all the work in 16156fb278/compiler/rustc_middle/src/ty/trait_def.rs (L172-L186) doesn't matter for `get_blanket_impls` - Rustdoc will already pick up on those blocks when it documents the item.
2021-03-31 05:47:22 +00:00
..
bootstrap bootstrap: don't complain about linkcheck if it is excluded 2021-03-30 18:47:34 +01:00
build_helper
ci ci: docker: x86_64: specify host explicitly 2021-03-28 16:50:16 +01:00
doc Update books 2021-03-29 13:53:10 -07:00
etc Update HashSet natvis 2021-03-17 10:07:09 +01:00
librustdoc Only look at blanket impls in get_blanket_impls 2021-03-30 12:28:33 -04:00
llvm-project@c3a26cbf6e Update LLVM to bring in SIMD updates for WebAssembly 2021-03-18 16:04:39 -07:00
rustdoc-json-types rustdoc-json: Rename Import.span to Import.source 2021-03-21 19:47:12 -07:00
test Auto merge of #83666 - Amanieu:instrprof-order, r=tmandry 2021-03-31 03:20:33 +00:00
tools Rollup merge of #83644 - lnicola:rust-analyzer-2021-03-29, r=jonas-schievink 2021-03-30 00:32:25 +02:00
README.md update message 2021-02-14 10:08:37 +05:30
stage0.txt Update the bootstrap compiler 2021-02-20 17:19:30 -05:00
version Bump to 1.53.0 2021-03-20 12:19:30 -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.