summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2021-09-02Rollup merge of #88573 - camelid:rustdoc-assoc-panic, r=GuillaumeGomezMara Bos-4/+6
2021-09-02Auto merge of #88522 - camelid:box-paren-output, r=jyn514bors-8/+17
2021-09-01rustdoc: Don't panic on ambiguous inherent associated typesNoah Lev-4/+6
2021-08-31Remove unhelpful `expect()` messageNoah Lev-4/+2
2021-08-31Box `GenericArgs::Parenthesized.output`Noah Lev-9/+20
2021-08-31Rollup merge of #88391 - GuillaumeGomez:fix-json-enum-variant, r=camelid,notr...Mara Bos-9/+20
2021-08-29rustdoc: Stop using resolver for macro loadingVadim Petrochenkov-3/+3
2021-08-29Use the correct type for Enum variant tuplesGuillaume Gomez-9/+20
2021-08-28Teach tools that macros are now HIR itemsinquisitivecrystal-19/+4
2021-08-26make unevaluated const substs optionallcnr-1/+1
2021-08-21Auto merge of #82776 - jyn514:extern-url-fallback, r=GuillaumeGomezbors-2/+6
2021-08-19introduce a Coerce predicateNiko Matsakis-0/+1
2021-08-19Give precedence to `html_root_url` over `--extern-html-root-url` by default, ...Joshua Nelson-2/+6
2021-08-18remove box_syntax uses from cranelift and toolsMarcel Hellwig-34/+42
2021-08-13move Constness into TraitPredicateDeadbeef-8/+6
2021-08-08Rollup merge of #87834 - camelid:span-typo, r=CraftSpiderYuki Okushi-1/+1
2021-08-06Fix small typoNoah Lev-1/+1
2021-08-05Use rustdoc Span in LinkFromSrc directlyGuillaume Gomez-9/+1
2021-08-05* Rename Span::from_rustc_span to Span::newGuillaume Gomez-8/+9
2021-08-05* Rename 'move_span' into 'local_span_to_global_span'Guillaume Gomez-3/+7
2021-08-05Add links on source types to go to definitionGuillaume Gomez-0/+5
2021-08-03don't use .into() to convert types to identical types (clippy::useless_conver...Matthias Krüger-6/+5
2021-07-30Do not discard `?Sized` type params and suggest their removalEsteban Küber-1/+8
2021-07-29Rollup merge of #87451 - GuillaumeGomez:tuple-struct-field-doc, r=jyn514Yuki Okushi-3/+7
2021-07-27Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnrbors-0/+2
2021-07-27Add explanations for why we use Variant::Struct instead of Variant::Tuple for...Guillaume Gomez-0/+6
2021-07-26Add support for tuple struct fields documentation in enums as wellGuillaume Gomez-3/+1
2021-07-25Introduce OwnerNode::Crate.Camille GILLOT-2/+2
2021-07-25Add generic arg inferkadmin-0/+2
2021-07-18Rollup merge of #86889 - jyn514:crate-cleanup, r=camelidYuki Okushi-16/+10
2021-07-16Auto merge of #87140 - camsteffen:pat-slice-refs, r=oli-obkbors-11/+6
2021-07-16Auto merge of #86662 - mockersf:fix-86620-link-unknown-location, r=jyn514bors-1/+1
2021-07-15Remove refs from pat slicesCameron Steffen-11/+6
2021-07-13Remove trival `impl Clean for CrateNum`Joshua Nelson-10/+4
2021-07-13Remove unnecessary CrateNum from Cache.externsJoshua Nelson-8/+8
2021-07-13Rollup merge of #86887 - jyn514:cleanup-clean, r=CraftSpiderYuki Okushi-46/+1
2021-07-12Auto merge of #86841 - GuillaumeGomez:reexported-macro-2-render, r=Stupremeebors-54/+79
2021-07-08Rework SESSION_GLOBALS API to prevent overwriting itGuillaume Gomez-9/+9
2021-07-07Only show restricted pub useGuillaume Gomez-1/+2
2021-07-07Fix reexports visibilityGuillaume Gomez-32/+30
2021-07-07Unify macro source displayGuillaume Gomez-58/+48
2021-07-07Fix rendering of reexported macros 2.0Guillaume Gomez-9/+45
2021-07-06fix dead link for method in trait of blanket impl from third party crateFrançois Mockers-1/+1
2021-07-06Auto merge of #86644 - Stupremee:replace-fakedefids-with-itemid, r=jyn514bors-55/+45
2021-07-05rustdoc: Use `impl_id` and `for_` DefId's for Blanket item idJustus K-2/+2
2021-07-05rustdoc: Add `PrimitiveType` to `ItemId::Primitive`Justus K-6/+7
2021-07-05Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size"Justus K-24/+26
2021-07-05rustdoc: Store DefId's in ItemId on heap for decreasing Item's sizeJustus K-26/+24
2021-07-05rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake`Justus K-25/+18
2021-07-05rustdoc: Replace `FakeDefId` with new `ItemId` typeJustus K-43/+39