about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2021-09-11Fix redundant arguments in `external_path()`Noah Lev-34/+27
2021-09-11Remove unused `hir_id` parameter from `resolve_type`Noah Lev-7/+7
2021-09-11Create a valid `Res` in `external_path()`Noah Lev-19/+12
2021-09-11rustdoc: Get symbol for `TyParam` directlyNoah Lev-1/+1
2021-09-11don't clone types that are Copy (clippy::clone_on_copy)Matthias Krüger-1/+1
2021-09-10rustc: Remove local variable IDs from `Export`sVadim Petrochenkov-10/+10
2021-09-09Remove unnecessary `Cache.*_did` fieldsNoah Lev-4/+0
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-4/+0
2021-09-08Auto merge of #80522 - cjgillot:borrowcrate, r=oli-obkbors-1/+1
2021-09-07A bit of cleanup to astconvjackh726-8/+1
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-1/+1
2021-09-05Auto merge of #88604 - camelid:rustdoc-lifetime-bounds, r=GuillaumeGomezbors-56/+52
2021-09-04Auto merge of #88574 - camelid:box-genericarg-const, r=GuillaumeGomezbors-3/+8
2021-09-03rustdoc: Box `GenericArg::Const` to reduce enum sizeNoah Lev-3/+8
2021-09-02rustdoc: Higher-ranked lifetimes can't have boundsNoah Lev-29/+25
2021-09-02rustdoc: Clean up handling of lifetime boundsNoah Lev-27/+27
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