summary refs log tree commit diff
path: root/src/librustdoc/clean/inline.rs
AgeCommit message (Expand)AuthorLines
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
2021-04-23Take ItemType instead of TypeKind in record_extern_fqnJoshua Nelson-16/+16
2021-04-23rustdoc: Remove unnecessary `is_crate` field from doctree::Module and clean::...Joshua Nelson-1/+1
2021-04-02rustdoc: Rename internal uses of `spotlight`Camelid-1/+1
2021-04-02Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514bors-1/+1
2021-03-24Split clean::Constant enum into a struct and an enumGuillaume Gomez-1/+4
2021-03-24Rename clean::Constant did fields to def_idGuillaume Gomez-2/+2
2021-03-24Improve new Constant variants' nameGuillaume Gomez-1/+1
2021-03-24Rework rustdoc const typeGuillaume Gomez-13/+6
2021-03-21Rename `clean::Item.source` to `span`Camelid-1/+1
2021-03-15Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]`Camelid-1/+1
2021-03-01Remove the dummy cache in `DocContext`Joshua Nelson-6/+7
2021-02-25Auto merge of #82265 - GuillaumeGomez:cleanup-attrs-twice, r=jyn514bors-5/+6
2021-02-24Prevent to compute Item attributes twiceGuillaume Gomez-5/+6
2021-02-23Improve code readabilityGuillaume Gomez-7/+5
2021-02-23Put clean::Trait extra information into a new struct to make it more coherentGuillaume Gomez-3/+7
2021-02-23Remove is_spotlight field from `Trait`Guillaume Gomez-3/+3