about summary refs log tree commit diff
path: root/src/librustdoc/core.rs
AgeCommit message (Expand)AuthorLines
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
2020-08-23Auto merge of #74489 - jyn514:assoc-items, r=manishearth,petrochenkovbors-0/+6
2020-08-22Lazy decoding of DefPathTable from crate metadata (non-incremental case)Aaron Hill-4/+4
2020-08-22rustdoc: Only resolve traits in scopeJoshua Nelson-4/+4
2020-08-22rustdoc: Cache traits implemented by a typeJoshua Nelson-0/+6
2020-08-19Auto merge of #74098 - GuillaumeGomez:doc-alias-checks, r=ollie27bors-0/+4
2020-08-13merge `as_local_hir_id` with `local_def_id_to_hir_id`Bastian Kauschke-3/+3
2020-08-11Put back attributes check pass in rustdocGuillaume Gomez-0/+4
2020-08-07EXTREMELY hacky fixJoshua Nelson-0/+17
2020-08-03Fix async-std at the price of breaking half the test suiteJoshua Nelson-7/+0
2020-07-31Auto merge of #74926 - Manishearth:rename-lint, r=jyn514bors-1/+1
2020-07-30Rename the lint againManish Goregaokar-1/+1
2020-07-30Rename to intra_doc_resolution_failuresManish Goregaokar-1/+1
2020-07-29Rename intra_doc_link_resolution_failure -> intra_doc_link_resolution_failuresManish Goregaokar-1/+1
2020-07-27More requested changesJoseph Ryan-2/+2
2020-07-27Extract `Cache` and other types from `html` moduleJoseph Ryan-2/+2
2020-07-27Move `Error` and `RenderInfo` out of `html` moduleJoseph Ryan-1/+1
2020-07-17Rollup merge of #71670 - GuillaumeGomez:enforce-codeblocks-attribute-check, r...Manish Goregaokar-3/+3
2020-07-17Rename TypeckTables to TypeckResults.Valentin Lazureanu-6/+6
2020-07-16Use the scope of the imported variable for resolution, not the current scopeJoshua Nelson-1/+1
2020-07-16Update code to new invalid_codeblock_attributes lint nameGuillaume Gomez-3/+3
2020-07-15Use the default providers in rustc_interface instead of adding our ownJoshua Nelson-8/+2
2020-07-15Address review commentsJoshua Nelson-19/+22
2020-07-15EMPTY_MAP -> EMPTY_SETJoshua Nelson-4/+4
2020-07-15Don't ICE on infinitely recursive typesJoshua Nelson-0/+15
2020-07-15Remove unnecessary lifetime parameterJoshua Nelson-6/+6
2020-07-15Use tcx as the only context for visitorJoshua Nelson-12/+11
2020-07-15Mention `cargo check` in help messageJoshua Nelson-1/+1
2020-07-15Don't crash on Vec<DoesNotExist>Joshua Nelson-3/+6
2020-07-15Address review comments about code styleJoshua Nelson-14/+10
2020-07-15Don't make typeck_tables_of publicJoshua Nelson-5/+1