rust/src
bors 6eb956fcbb Auto merge of #84552 - GuillaumeGomez:open-impl-blocks-by-default, r=jsha
Open impl blocks by default

Fixes #84558.
Part of #84422.

As you can see on https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/context/struct.TyCtxt.html, impl blocks are currently not open by default whereas they should.

I also realized that a test was outdated so I removed it and opened #84550 because it seems like the rustdoc-gui test suite isn't run on CI...

cc `@jyn514`
r? `@jsha`
2021-04-27 01:58:29 +00:00
..
bootstrap Rollup merge of #84250 - jclulow:illumos-bash-bootstrap, r=Mark-Simulacrum 2021-04-24 12:17:02 +09:00
build_helper
ci Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obk 2021-04-24 23:16:03 +00:00
doc Cross-reference target tier policy from platform-support 2021-04-26 03:33:28 -07: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 #84552 - GuillaumeGomez:open-impl-blocks-by-default, r=jsha 2021-04-27 01:58:29 +00:00
llvm-project@0ed6038a31 Update LLVM submodule 2021-04-21 15:22:46 +01:00
rustdoc-json-types rustdoc-json: Rename Import.span to Import.source 2021-03-21 19:47:12 -07:00
test Auto merge of #84552 - GuillaumeGomez:open-impl-blocks-by-default, r=jsha 2021-04-27 01:58:29 +00:00
tools Rollup merge of #84547 - RalfJung:max_const_fn, r=oli-obk 2021-04-25 23:15:18 +02:00
README.md update message 2021-02-14 10:08:37 +05:30
stage0.txt Bump bootstrap compiler 2021-04-06 18:24:09 -07: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.