rust/src/librustdoc
Dylan DPC f90484df8a
Rollup merge of #104732 - WaffleLapkin:from_def_idn't, r=compiler-errors
Refactor `ty::ClosureKind` related stuff

I've tried to fix all duplication and weirdness, but if I missed something do tell :p

r? `@compiler-errors`
2022-11-28 15:42:10 +05:30
..
clean Rollup merge of #104732 - WaffleLapkin:from_def_idn't, r=compiler-errors 2022-11-28 15:42:10 +05:30
doctest Rename TestOptions to GlobalTestOptions 2021-12-12 17:46:19 -08:00
formats Don't generate tuple struct fields into the search index 2022-10-31 11:21:06 +01:00
html Rollup merge of #104946 - notriddle:notriddle/popover-menu-focus, r=GuillaumeGomez 2022-11-27 16:03:09 +01:00
json Unreserve braced enum variants in value namespace 2022-11-21 22:40:06 +03:00
passes Remove Crate::primitives field 2022-11-27 16:31:34 +01:00
theme Correctly handle parens 2022-09-15 13:53:20 +02:00
askama.toml Move back templates into html folder 2022-01-19 11:13:24 +01:00
Cargo.toml Rollup merge of #103117 - joshtriplett:use-is-terminal, r=eholk 2022-11-19 15:35:18 +01:00
config.rs couple of clippy::perf fixes 2022-11-18 10:30:47 +01:00
core.rs Auto merge of #103217 - mejrs:track, r=eholk 2022-11-01 21:09:45 +00:00
docfs.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
doctest.rs Use target exe_suffix for doctests 2022-11-26 20:06:13 -08:00
error.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
externalfiles.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
fold.rs rustdoc: remove clean::TraitWithExtraInfo 2022-09-27 12:27:04 -07:00
lib.rs Rollup merge of #103117 - joshtriplett:use-is-terminal, r=eholk 2022-11-19 15:35:18 +01:00
lint.rs Change default lint level of INVALID_HTML_TAGS to warning 2022-10-10 18:28:29 +02:00
markdown.rs Avoid cloning RenderOptions. 2022-10-19 08:09:40 +11:00
README.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00
scrape_examples.rs separate definitions and HIR owners 2022-09-24 23:21:19 +09:00
theme.rs Correctly handle parens 2022-09-15 13:53:20 +02:00
visit.rs rustdoc: remove clean::TraitWithExtraInfo 2022-09-27 12:27:04 -07:00
visit_ast.rs Fix merge of attributes for reexports of local items 2022-11-02 17:36:35 +01:00
visit_lib.rs rustdoc: Split effective visibilities from rustc from similar data built by rustdoc for external def-ids 2022-10-29 23:36:52 +04:00

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