about summary refs log tree commit diff
path: root/src/librustdoc/clean/inline.rs
AgeCommit message (Expand)AuthorLines
2021-10-09Auto merge of #88379 - camelid:cleanup-clean, r=jyn514bors-27/+25
2021-10-05Allow adding a set of cfg's to hide from being implicitly doc(cfg)'dWim Looman-2/+2
2021-10-05Make cfg implicitly imply doc(cfg)Wim Looman-2/+2
2021-10-02Replace all uses of `path.res.def_id()` with `path.def_id()`Noah Lev-4/+4
2021-09-30Remove temporary `GetDefId` impl for `Path`Noah Lev-2/+2
2021-09-30Avoid unnecessary matches by changing `Clean` implNoah Lev-4/+1
2021-09-30Use `Path` instead of `Type` in `PolyTrait`Noah Lev-21/+23
2021-09-30Make `Impl.trait_` a `Path`, not a `Type`Noah Lev-1/+1
2021-09-30Remove `Path.global`Noah Lev-1/+0
2021-09-26Elaborate commentHirochika Matsumoto-1/+1
2021-09-25rustdoc: Don't show hidden trait methodsHirochika Matsumoto-1/+33
2021-09-21Revert the rustdoc box syntax removalest31-12/+6
2021-09-12Rollup merge of #88677 - petrochenkov:exportid, r=davidtwcoManish Goregaokar-6/+5
2021-09-12downgrade some loggingJoshua Nelson-2/+2
2021-09-10rustc: Remove local variable IDs from `Export`sVadim Petrochenkov-6/+5
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-2/+0
2021-08-29rustdoc: Stop using resolver for macro loadingVadim Petrochenkov-3/+3
2021-08-18remove box_syntax uses from cranelift and toolsMarcel Hellwig-6/+12
2021-08-05* Rename Span::from_rustc_span to Span::newGuillaume Gomez-1/+1
2021-07-07Fix reexports visibilityGuillaume Gomez-12/+25
2021-07-07Unify macro source displayGuillaume Gomez-31/+7
2021-07-07Fix rendering of reexported macros 2.0Guillaume Gomez-9/+27
2021-07-06Auto merge of #86644 - Stupremee:replace-fakedefids-with-itemid, r=jyn514bors-3/+4
2021-07-05rustdoc: Add `PrimitiveType` to `ItemId::Primitive`Justus K-2/+3
2021-07-05rustdoc: Replace `FakeDefId` with new `ItemId` typeJustus K-2/+2
2021-07-05Remove `impl Clean for {Ident, Symbol}`Joshua Nelson-1/+1
2021-07-03Pretty-print macro matchers instead of using source codeNoah Lev-16/+12
2021-06-26Auto merge of #84814 - Stupremee:properly-render-hrtbs, r=GuillaumeGomezbors-4/+7
2021-06-22Account for more casesDeadbeef-4/+4
2021-06-22Do not list impl when trait has doc(hidden)Deadbeef-1/+18
2021-06-18rustdoc: Render `for<'_>` lifetimes in front of where boundJustus K-4/+7
2021-06-02Restrict access to crate_name.Camille GILLOT-1/+1
2021-06-01Revert "Reduce the amount of untracked state in TyCtxt"Camille Gillot-1/+1
2021-05-30Restrict access to crate_name.Camille GILLOT-1/+1
2021-05-19rustdoc: render `<Self as X>::Y` type casts properlyJustus K-0/+1
2021-05-07Rollup merge of #84442 - jyn514:doc-cfg, r=petrochenkovDylan DPC-2/+2
2021-05-04Add type to differentiate between fake and real DefId'sJustus K-4/+4
2021-05-03Unify rustc and rustdoc parsing of `cfg()`Joshua Nelson-2/+2
2021-05-03Rollup merge of #84832 - Stupremee:dont-print-vis-in-external-traits, r=jyn514Dylan DPC-3/+13
2021-05-03Rollup merge of #84811 - scottmcm:rustdoc-trait-alias-fix, r=jyn514Dylan DPC-1/+1
2021-05-02Do not print visibility in external traitsJustus K-3/+13
2021-05-01RustDoc: Fix bounds linking trait.Foo instead of traitalias.FooScott McMurray-1/+1
2021-04-30Remove unnecessary `provided_trait_methods` field from ImplJoshua Nelson-8/+1
2021-04-27Auto merge of #84494 - tdelabro:84304-bis, r=jyn514bors-19/+28
2021-04-27cfg taken out of Attributes, put in ItemTimothée Delabrouille-18/+28
2021-04-27Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the...Timothée Delabrouille-2/+1
2021-04-25get rid of min_const_fn references in library/ and rustdocRalf Jung-2/+1
2021-04-24Get rid of `item.span`Joshua Nelson-3/+3
2021-04-24Do the hard part firstJoshua Nelson-1/+2
2021-04-25Rollup merge of #84464 - jyn514:type-kind, r=CraftSpiderYuki Okushi-16/+16