about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
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-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
2020-09-11Remove unnecessary cloneJoshua Nelson-7/+2
2020-09-11Use `span_label` instead of `note`Joshua Nelson-37/+47
2020-09-11box ResolutionFailures on the heapJoshua Nelson-37/+32
2020-09-09Remove def_id field from ParamEnvBram van den Heuvel-1/+2
2020-09-09Auto merge of #76453 - camelid:fix-css-crate-list, r=GuillaumeGomez,ollie27bors-3/+4
2020-09-09Rollup merge of #76374 - pickfire:patch-4, r=CldfireDylan DPC-2/+3
2020-09-07rustdoc: Fix font CSS for crate listsCamelid-3/+4
2020-09-05Find the first segment that failed to resolve for _any_ namespaceJoshua Nelson-45/+64
2020-09-05Give a much better error message when an item has a macro disambiguatorJoshua Nelson-30/+57
2020-09-05 Say 'prefix with `kind@`' instead of 'prefix with the item kind'Joshua Nelson-18/+39
2020-09-05Don't suggest \[ \] if there's a :: in the pathJoshua Nelson-2/+7
2020-09-05Show the first path segment which failed to resolve.Joshua Nelson-5/+25
2020-09-05Address my own review commentsJoshua Nelson-3/+10
2020-09-05Fix rebase conflictsJoshua Nelson-2/+2