summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2021-05-05Revert PR 83866Pietro Albini-15/+3
2021-04-27Auto merge of #84494 - tdelabro:84304-bis, r=jyn514bors-86/+116
2021-04-27cfg taken out of Attributes, put in ItemTimothée Delabrouille-57/+87
2021-04-27Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the...Timothée Delabrouille-30/+30
2021-04-25get rid of min_const_fn references in library/ and rustdocRalf Jung-4/+3
2021-04-24Finally (finally) ((finally!!!!)) fix spans for the standard libraryJoshua Nelson-1/+5
2021-04-24Get rid of `item.span`Joshua Nelson-23/+30
2021-04-24Do the hard part firstJoshua Nelson-8/+17
2021-04-24Add attr_span helper functionJoshua Nelson-0/+4
2021-04-25Rollup merge of #84464 - jyn514:type-kind, r=CraftSpiderYuki Okushi-105/+44
2021-04-23Remove unused `impl Clean<ItemType> for DefKind`Joshua Nelson-6/+0
2021-04-23Remove `TypeKind`Joshua Nelson-53/+0
2021-04-23Use ItemType in cacheJoshua Nelson-1/+0
2021-04-23Take ItemType instead of TypeKind in record_extern_fqnJoshua Nelson-47/+46
2021-04-23rustdoc: Remove unnecessary `is_crate` field from doctree::Module and clean::...Joshua Nelson-14/+6
2021-04-23Auto merge of #84457 - jyn514:cleanup-crate, r=GuillaumeGomezbors-126/+142
2021-04-22Remove `keywords` from ExternCrateJoshua Nelson-52/+57
2021-04-22Get rid of ExternCrate::primitivesJoshua Nelson-76/+76
2021-04-22Remove `name` field from ExternalCrateJoshua Nelson-3/+6
2021-04-22Remove src field from ExternCrateJoshua Nelson-5/+13
2021-04-21Use arrayvec 0.7, drop smallvec 0.6Jubilee Young-4/+4
2021-04-17Remove assert that no longer mattersMichael Howell-7/+0
2021-04-17rustdoc: use more precise relative URLSMichael Howell-12/+28
2021-04-17Auto merge of #84246 - notriddle:rustdoc-path-printing-cleanup, r=jyn514bors-1/+1
2021-04-16rustdoc: get rid of unused path printing codeMichael Howell-1/+1
2021-04-10rustdoc: clean up and test macro visibility printMichael Howell-2/+2
2021-04-08Auto merge of #83981 - nagisa:nagisa/revert-cfg-wasm, r=Mark-Simulacrumbors-1/+0
2021-04-07Remove the insta-stable `cfg(wasm)`Simonas Kazlauskas-1/+0
2021-04-07Reuse logic for determining the channel in the rest of rustdocJoshua Nelson-9/+14
2021-04-07Auto merge of #83833 - jyn514:no-resolver, r=GuillaumeGomezbors-73/+64
2021-04-06Store links in Cache instead of on items directlyJoshua Nelson-73/+64
2021-04-06rustdoc: Use `ThinVec` in a few placesCamelid-3/+5
2021-04-06Rollup merge of #83835 - notriddle:sort-index, r=ollie27Yuki Okushi-2/+2
2021-04-05Rollup merge of #83863 - eggyal:issue-83852, r=jyn514Dylan DPC-11/+1
2021-04-05Rollup merge of #80525 - devsnek:wasm64, r=nagisaDylan DPC-1/+2
2021-04-04Render destructured struct function param names as underscore.Alan Egerton-11/+1
2021-04-04wasm64Gus Caplan-1/+2
2021-04-03rustdoc: sort search index items for compressionMichael Howell-2/+2
2021-04-02rustdoc: Rename internal uses of `spotlight`Camelid-2/+2
2021-04-02Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514bors-1/+1
2021-03-31Add var to BoundRegion. Add query to get bound vars for applicable items.Jack Huey-2/+2
2021-03-31Make late and late_anon regions track the bound var positionJack Huey-1/+1
2021-03-31Revert explicit lifetimesJack Huey-166/+158
2021-03-31Track bound varsJack Huey-158/+166
2021-03-31Auto merge of #83684 - cjgillot:csp, r=petrochenkovbors-2/+0
2021-03-30Remove hir::CrateItem.Camille GILLOT-2/+0
2021-03-30Only look at blanket impls in `get_blanket_impls`Joshua Nelson-3/+5
2021-03-29Auto merge of #82864 - jyn514:short-circuit, r=GuillaumeGomezbors-6/+2
2021-03-24Split clean::Constant enum into a struct and an enumGuillaume Gomez-44/+44
2021-03-24Rename clean::Constant did fields to def_idGuillaume Gomez-18/+18