rust/src/librustdoc
Guillaume Gomez 46bc5526db
Rollup merge of #85323 - GuillaumeGomez:fix-eslint-errors, r=jsha
Fix eslint errors

I cherry-picked the two non-CI commits from #85285.

r? ```@jsha```
2021-05-15 13:29:57 +02:00
..
clean Minimize amount of fake DefIds used in rustdoc 2021-05-15 13:21:35 +02:00
doctest Fix injected errors when running doctests on a crate named after a keyword 2021-02-11 17:16:43 -05:00
formats Minimize amount of fake DefIds used in rustdoc 2021-05-15 13:21:35 +02:00
html Rollup merge of #85323 - GuillaumeGomez:fix-eslint-errors, r=jsha 2021-05-15 13:29:57 +02:00
json Minimize amount of fake DefIds used in rustdoc 2021-05-15 13:21:35 +02:00
passes Rollup merge of #85067 - Stupremee:minimize-amount-of-fake-defids, r=jyn514,GuillaumeGomez 2021-05-15 13:29:47 +02:00
theme
Cargo.toml Use arrayvec 0.7, drop smallvec 0.6 2021-04-21 22:39:08 -07:00
config.rs Only show type layout info if --show-type-layout is passed 2021-05-11 09:55:31 -07:00
core.rs Minimize amount of fake DefIds used in rustdoc 2021-05-15 13:21:35 +02:00
docfs.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
doctest.rs Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister 2021-05-12 11:05:56 +00:00
doctree.rs compute where_outer on demand, remove it from Module 2021-05-01 15:33:49 +02: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 rustdoc: Remove unnecessary StripItem wrapper 2021-05-04 21:56:27 -04:00
lib.rs Only show type layout info if --show-type-layout is passed 2021-05-11 09:55:31 -07:00
lint.rs Apply suggestions from code review 2021-04-05 09:25:36 -04:00
markdown.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
README.md
theme.rs Change librustdoc write(.. \n) to writeln(..); fix comment in grammar 2021-05-03 02:19:57 -05:00
visit_ast.rs Add type to differentiate between fake and real DefId's 2021-05-04 19:34:12 +02:00
visit_lib.rs Remove the dummy cache in DocContext 2021-03-01 00:30:30 -05:00

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