about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2020-08-29Auto merge of #75916 - jyn514:unify-error-reporting, r=eucliobors-68/+56
2020-08-28Rollup merge of #75989 - matklad:renamerustdoctest, r=GuillaumeGomezPietro Albini-7/+7
2020-08-28Rollup merge of #75330 - Nemo157:improve-doc-cfg-features, r=GuillaumeGomezPietro Albini-28/+133
2020-08-27Auto merge of #75976 - GuillaumeGomez:help-popup, r=jyn514bors-4/+5
2020-08-27Rename rustdoc/test -> rustdoc/doctestAleksey Kladov-7/+7
2020-08-27Delay help popup creation to when it's neededGuillaume Gomez-2/+3
2020-08-27Improve helper wordingGuillaume Gomez-2/+2
2020-08-27Auto merge of #75842 - camelid:highlight-crate-links, r=jyn514bors-1/+5
2020-08-27Rollup merge of #75953 - jyn514:missing-lints, r=ManishearthDylan DPC-6/+6
2020-08-27Rollup merge of #75870 - GuillaumeGomez:unify-border-color-theme-ayu, r=pickfireDylan DPC-1/+1
2020-08-27Rollup merge of #75837 - GuillaumeGomez:fix-font-color-help-button, r=CldfireDylan DPC-0/+2
2020-08-27Rollup merge of #75806 - GuillaumeGomez:prevent-automatic-page-change-history...Dylan DPC-4/+14
2020-08-26Fix swapped stability attributesJoshua Nelson-6/+6
2020-08-25Note that `from_res` panics on errorsJoshua Nelson-0/+1
2020-08-25Remove outdated FIXMEJoshua Nelson-1/+0
2020-08-25Remove unused `ns` parameterJoshua Nelson-9/+6
2020-08-25Unify error reporting for intra-doc linksJoshua Nelson-60/+51
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-13/+13
2020-08-25Minor refactorsJoshua Nelson-3/+3
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-24Add explanations on the results search element checkGuillaume Gomez-0/+3
2020-08-24Unify theme choices border color in ayu themeGuillaume Gomez-1/+1
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-23Highlight crate links like normal linksCamelid-1/+5
2020-08-23Auto merge of #74238 - RalfJung:offset_from, r=oli-obkbors-1/+0
2020-08-23Fix font color for help button in ayu and dark themesGuillaume Gomez-0/+2
2020-08-23Prevent automatic page change when using historyGuillaume Gomez-4/+11
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