about summary refs log tree commit diff
path: root/src/librustdoc/core.rs
AgeCommit message (Expand)AuthorLines
2021-02-15Index Modules using their LocalDefId.Camille GILLOT-3/+2
2021-02-04Cleanup rustdoc pass descriptions a bitCamelid-1/+1
2021-01-30Rollup merge of #81495 - camelid:rustdoc-output_format-optional, r=GuillaumeG...Yuki Okushi-1/+1
2021-01-30rustdoc tweakingbors-28/+30
2021-01-28rustdoc: Remove unnecessary optionalCamelid-1/+1
2021-01-27Remove CACHE_KEY globalGuillaume Gomez-2/+6
2021-01-08Rollup merge of #80372 - jyn514:fix-panics, r=ManishearthYuki Okushi-5/+4
2021-01-05Apply suggestions from code reviewCamelid-1/+1
2021-01-05rustdoc: Turn `next_def_id` comments into docsCamelid-8/+14
2021-01-02Remove unused collapse passGuillaume Gomez-0/+3
2021-01-02End of rework of Attributes structGuillaume Gomez-1/+1
2020-12-25Don't panic when an external crate can't be resolvedJoshua Nelson-5/+4
2020-12-17Fix error with `--cfg parallel_compiler`Joshua Nelson-1/+1
2020-12-17Move `run_renderer` into the main `global_ctxt` closureJoshua Nelson-46/+3
2020-12-17Separate `create_resolver` into a new functionJoshua Nelson-36/+43
2020-12-17Split apart create_config and run_coreJoshua Nelson-21/+25
2020-12-09Auto merge of #79575 - jyn514:time-passes, r=Mark-Simulacrumbors-3/+1
2020-12-04Rollup merge of #79646 - petrochenkov:inclean, r=davidtwcoDylan DPC-1/+0
2020-12-03rustc_metadata: Remove some dead codeVadim Petrochenkov-1/+0
2020-12-01Fix `unknown-crate` when using self-profile with rustdocJoshua Nelson-1/+1
2020-11-30Don't time `emit_ignored_resolution_errors`Joshua Nelson-3/+1
2020-11-24Track `ParamEnv`s properlyJoshua Nelson-2/+14
2020-11-22Get rid of `doctree::Impl`Joshua Nelson-16/+0
2020-11-15Fix warningsJoshua Nelson-2/+1
2020-11-15Make all rustdoc functions and structs crate-privateJoshua Nelson-29/+29
2020-11-15Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakisJonas Schievink-1/+1
2020-11-09Rollup merge of #78114 - jyn514:private, r=oli-obkDylan DPC-5/+6
2020-11-07Allow making `RUSTC_BOOTSTRAP` conditional on the crate nameJoshua Nelson-1/+1
2020-11-05Fix even more URLsGuillaume Gomez-1/+1
2020-11-05Add PRIVATE_INTRA_DOC_LINKS to rustdoc special-casingJoshua Nelson-5/+6
2020-11-05Rename lint to non_autolinksGuillaume Gomez-2/+2
2020-11-05Rename automatic_links to url_improvementsGuillaume Gomez-2/+2
2020-11-05Add new lint for automatic_links improvementsGuillaume Gomez-0/+2
2020-10-03Add `unclosed_html_tags` lintGuillaume Gomez-0/+2
2020-09-27Add option to pass a custom codegen backend from a driverbjorn3-0/+1
2020-08-31Fix strings indentGuillaume Gomez-4/+3
2020-08-30rustdoc,metadata: DebuggingJoshua Nelson-0/+1
2020-08-25Don't special case `warnings`Joshua Nelson-4/+1
2020-08-25Warn about unknown or renamed lintsJoshua Nelson-2/+9
2020-08-25Rename debugging_options -> debugging_opts to match rustcJoshua Nelson-2/+2
2020-08-25Minor refactorsJoshua Nelson-3/+3
2020-08-23Fix bad rebaseJoshua Nelson-164/+164
2020-08-23Use underscores instead of spacesJoshua Nelson-3/+3
2020-08-23Time how long it takes to render HTMLJoshua Nelson-3/+6
2020-08-23xpy fmtJoshua Nelson-12/+25
2020-08-23Time running the global contextJoshua Nelson-1/+1
2020-08-23Separate `run_global_ctxt` into a separate functionJoshua Nelson-8/+14
2020-08-23Remove redundant timing for queryJoshua Nelson-3/+1
2020-08-23Time loading all crates, not each individual crateJoshua Nelson-2/+2
2020-08-23Add some timing info to rustdocJoshua Nelson-3/+9