summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2020-11-16Add test to ensure that no DOS backline (\r\n) doesn't create extra backline ...Guillaume Gomez-14/+27
2020-11-16Ensure that the source code display is working with DOS backlineGuillaume Gomez-0/+2
2020-10-02Rollup merge of #76811 - GuillaumeGomez:doc-alias-name-restriction, r=oli-obk...Jonas Schievink-1/+1
2020-10-02Remove unneeded replaceGuillaume Gomez-1/+1
2020-09-29Auto merge of #77253 - jyn514:crate-link, r=Manishearthbors-1/+12
2020-09-28Rollup merge of #76474 - bjorn3:driver_selected_codegen, r=oli-obkRalf Jung-0/+2
2020-09-27Resolve `crate` properly across cratesJoshua Nelson-1/+12
2020-09-27Separate `private_intra_doc_links` and `broken_intra_doc_links` into separate...Joshua Nelson-8/+13
2020-09-27Add option to pass a custom codegen backend from a driverbjorn3-0/+2
2020-09-27Auto merge of #76955 - jyn514:refactor-diagnostics, r=eucliobors-231/+204
2020-09-25Rename `whence` to `span`Camelid-53/+53
2020-09-25Rollup merge of #75438 - Cldfire:rustdoc/use-adaptive-svg-favicon, r=Guillaum...Jonas Schievink-4/+34
2020-09-24Auto merge of #74430 - Manishearth:stabilize-intra-doc, r=Manishearthbors-8/+2
2020-09-23Use theme-adaptive SVG favicon from other Rust sitesJarek Samic-4/+34
2020-09-23Unify primitive errors with other intra-link errorsJoshua Nelson-34/+14
2020-09-23Fix intra-doc links for primitivesJoshua Nelson-6/+14
2020-09-23Perform most diagnostic lookups in `resolution_failure`Joshua Nelson-206/+191
2020-09-21Rollup merge of #76783 - lzutao:rd_impl_kind, r=GuillaumeGomezecstatic-morse-19/+22
2020-09-18Auto merge of #76782 - lzutao:rd-cap, r=jyn514bors-6/+8
2020-09-18Calculate more correct capacity in merge_attrsLzu Tao-6/+8
2020-09-16Rollup merge of #76728 - jyn514:rustdoc-extern-crate, r=ehussTyler Mandry-2/+10
2020-09-16Rollup merge of #76642 - GuillaumeGomez:ignored-private-doc-test, r=jyn514Tyler Mandry-10/+6
2020-09-16Only get ImplKind::Impl onceLzu Tao-19/+22
2020-09-16Rollup merge of #76641 - nox:pointee-random-stuff, r=eddybRalf Jung-1/+1
2020-09-16Rollup merge of #76689 - jyn514:update-pulldown, r=GuillaumeGomezDylan DPC-17/+21
2020-09-15Add a comment why rustdoc loads crates from the sysrootJoshua Nelson-1/+5
2020-09-15Auto merge of #76684 - jyn514:refactor-intra-links, r=manishearthbors-631/+659
2020-09-14Add a comment why `extern crate` is necessary for rustdocJoshua Nelson-2/+6
2020-09-14Auto merge of #76571 - lzutao:rustdoc-private-traits, r=jyn514bors-9/+10
2020-09-13Use `.as_str()` instead of `CowStr::Borrowed`Joshua Nelson-2/+2
2020-09-13Don't use `link.span` yetJoshua Nelson-1/+3
2020-09-13Stabilize intra-doc linksManish Goregaokar-8/+2
2020-09-13Upgrade to pulldown-cmark 0.8.0Joshua Nelson-17/+19
2020-09-13Require `module_id` param to `resolve` to be non-emptyJoshua Nelson-295/+279
2020-09-13Refactor `resolve_with_disambiguator` into a separate functionJoshua Nelson-163/+190
2020-09-13allow concrete self types in constsBastian Kauschke-1/+1
2020-09-13Refactor `resolve_link` into a separate functionJoshua Nelson-325/+342
2020-09-13Auto merge of #76244 - vandenheuvel:remove__paramenv__def_id, r=nikomatsakisbors-1/+2
2020-09-13Auto merge of #76623 - slightlyoutofphase:master, r=jyn514bors-5/+7
2020-09-13Ignore rustc_private items from std docsLzu Tao-9/+10
2020-09-12Don't emit an error on private doc tests when they're ignoredGuillaume Gomez-10/+6
2020-09-12Fix a typoAnthony Ramine-1/+1
2020-09-12Auto merge of #76632 - andjo403:updateDep, r=Mark-Simulacrumbors-1/+1
2020-09-12Rollup merge of #76297 - lcnr:const-ty-alias, r=varkorRalf Jung-10/+10
2020-09-12update the version of itertools and parking_lotAndreas Jonson-1/+1
2020-09-12Auto merge of #75756 - jyn514:diagnostic-suggestions, r=estebankbors-167/+600
2020-09-11Fix formatting for tidySlightlyOutOfPhase-1/+2
2020-09-11Check basic constness before unstable constnessSlightlyOutOfPhase-2/+3
2020-09-11Use `is_unstable_const_fn` where appropriateSlightlyOutOfPhase-5/+5
2020-09-11Name the current moduleJoshua Nelson-2/+3