rust/src/librustdoc
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
..
clean Auto merge of #80119 - GuillaumeGomez:str-to-symbol, r=jyn514 2020-12-18 05:55:24 +00:00
doctest Update doctest tests 2020-11-17 10:33:14 +01:00
formats Make it compile 2020-12-17 11:36:04 -05:00
html Auto merge of #80090 - jyn514:tcx-in-render, r=GuillaumeGomez 2020-12-18 08:44:50 +00:00
json Auto merge of #80090 - jyn514:tcx-in-render, r=GuillaumeGomez 2020-12-18 08:44:50 +00:00
passes Replace String with Symbol where possible 2020-12-16 22:04:27 +01:00
theme Add test to check if minified theme are handled correctly 2020-02-12 15:49:39 +01:00
Cargo.toml Simplfy color availability check 2020-11-17 10:33:14 +01:00
config.rs Dogfood 'str_split_once() with librustdoc 2020-12-07 14:00:31 -07:00
core.rs Fix error with --cfg parallel_compiler 2020-12-17 11:36:04 -05:00
docfs.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
doctest.rs Fix unknown-crate when using self-profile with rustdoc 2020-12-01 12:54:03 -05:00
doctree.rs Pass around Symbols instead of Idents in doctree 2020-12-01 23:18:46 -05:00
error.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
externalfiles.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
fold.rs Make fold_item_recur non-nullable 2020-11-22 12:59:01 -05:00
lib.rs Fix rebase conflict 2020-12-17 11:40:02 -05:00
markdown.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
README.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00
theme.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
visit_ast.rs Pass around Symbols instead of Idents in doctree 2020-12-01 23:18:46 -05:00
visit_lib.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00

For more information about how librustdoc works, see the rustc dev guide.