rust/src
bors d8d3ab96aa Auto merge of #80090 - jyn514:tcx-in-render, r=GuillaumeGomez
Pass a `TyCtxt` through to `FormatRender`

This is the next step after https://github.com/rust-lang/rust/pull/79957 for https://github.com/rust-lang/rust/issues/76382. Eventually I plan to use this to remove `stability`, `const_stability`, and `deprecation` from `Item`, but that needs more extensive changes (in particular, https://github.com/rust-lang/rust/pull/75355 or something like it).

This has no actual changes to behavior, it's just moving types around.

ccc https://github.com/rust-lang/rust/pull/80014#issuecomment-746810284
2020-12-18 08:44:50 +00:00
..
bootstrap bootstrap: update ci-llvm stamp after #80087 2020-12-17 10:29:58 +00:00
build_helper
ci
doc Fix cargo-binutils link 2020-12-13 19:23:16 +08:00
etc
librustdoc Auto merge of #80090 - jyn514:tcx-in-render, r=GuillaumeGomez 2020-12-18 08:44:50 +00:00
llvm-project@8d78ad1389
test Auto merge of #80138 - Dylan-DPC:rollup-qamsfyh, r=Dylan-DPC 2020-12-18 00:08:30 +00:00
tools Auto merge of #79945 - jackh726:existential_trait_ref, r=nikomatsakis 2020-12-17 18:21:20 +00:00
README.md
stage0.txt
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.