summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2020-09-17Ignore rustc_private items from std docsLzu Tao-9/+10
2020-08-28Fix swapped stability attributesJoshua Nelson-6/+6
2020-08-25Auto merge of #75666 - davidtwco:tidy-lang-items, r=varkorbors-7/+7
2020-08-24Auto merge of #74590 - jyn514:timing, r=Mark-Simulacrumbors-186/+216
2020-08-24hir: consistent use and naming of lang itemsDavid Wood-7/+7
2020-08-23Fix bad rebaseJoshua Nelson-164/+164
2020-08-23Use underscores instead of spacesJoshua Nelson-7/+7
2020-08-23Time how long it takes to render HTMLJoshua Nelson-8/+11
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-5/+15
2020-08-23xpy fmtJoshua Nelson-7/+2
2020-08-23Report an ambiguity if both modules and primitives are in scopeJoshua Nelson-43/+109
2020-08-23Auto merge of #74489 - jyn514:assoc-items, r=manishearth,petrochenkovbors-93/+227
2020-08-23Auto merge of #74238 - RalfJung:offset_from, r=oli-obkbors-1/+0
2020-08-22Lazy decoding of DefPathTable from crate metadata (non-incremental case)Aaron Hill-4/+4
2020-08-22stabilize ptr_offset_fromRalf Jung-1/+0
2020-08-22Auto merge of #75776 - GuillaumeGomez:missing-doc-examples-lint-improvements,...bors-22/+20
2020-08-22rustdoc: Only resolve traits in scopeJoshua Nelson-17/+22
2020-08-22rustdoc: Cache traits implemented by a typeJoshua Nelson-45/+65
2020-08-22rustdoc: Add support for associated items even outside the impl itselfJoshua Nelson-89/+198
2020-08-22rustdoc: Rename misleading functionJoshua Nelson-2/+2
2020-08-22Rollup merge of #75745 - jyn514:refactor-resolve, r=ManishearthDylan DPC-23/+1
2020-08-21Unify checks for lint missing_doc_code_examples and --show-coverageGuillaume Gomez-22/+20
2020-08-21Show line even if there is no code examplesGuillaume Gomez-5/+3
2020-08-21Ignore more kind of items for doc examplesGuillaume Gomez-0/+4
2020-08-20fmtGuillaume Gomez-11/+2
2020-08-20Update how doc examples are countedGuillaume Gomez-18/+16
2020-08-20Remove "total" columns in --show-coverage outputGuillaume Gomez-6/+5
2020-08-20Remove duplicate binding in matchJoshua Nelson-1/+1
2020-08-20Update rustdoc coverage UI testGuillaume Gomez-5/+11
2020-08-20Ignore code examples on given items where it doesn't make senseGuillaume Gomez-19/+40
2020-08-20Remove duplication in `fold_item`Joshua Nelson-23/+1
2020-08-19Rollup merge of #75649 - jyn514:inherent-lang-impls, r=guillaumegomezTyler Mandry-97/+110
2020-08-19Auto merge of #74098 - GuillaumeGomez:doc-alias-checks, r=ollie27bors-0/+4
2020-08-19xpy fmtJoshua Nelson-5/+11
2020-08-19Use `impls` for intra doc links as wellJoshua Nelson-35/+19
2020-08-19Allow reusing the code in `collect_trait_impls`Joshua Nelson-87/+80
2020-08-19impl_for_type -> PrimitiveType::implsJoshua Nelson-57/+59
2020-08-19Return all impls, not just the primary oneJoshua Nelson-10/+32
2020-08-19Say `tcx.lang_items()` lessJoshua Nelson-20/+21
2020-08-19Refactor `impl_for_type` into a separate functionJoshua Nelson-29/+34
2020-08-19Rollup merge of #75665 - GuillaumeGomez:doc-examples-coverage, r=jyn514Yuki Okushi-26/+88
2020-08-19Rollup merge of #75652 - jyn514:true-false-2, r=GuillaumeGomezYuki Okushi-7/+18
2020-08-18Add doc examples count for --show-coverageGuillaume Gomez-26/+88
2020-08-17Resolve true and false as booleansJoshua Nelson-7/+18
2020-08-17Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obkbors-24/+24