about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2022-01-15Return a LocalDefId in get_parent_item.Camille GILLOT-1/+1
2022-01-15Rustdoc: remove ListAttributesIter and use impl Iterator insteadJakub Beránek-46/+17
2022-01-15initial revertEllen-1/+1
2022-01-14rustdoc: avoid many `Symbol` to `String` conversions.Nicholas Nethercote-6/+3
2022-01-13Rollup merge of #92334 - dtolnay:rustdocmatcher, r=camelid,GuillaumeGomezMatthias Krüger-6/+55
2022-01-11Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`Aaron Hill-2/+2
2022-01-11Auto merge of #92601 - camelid:more-intra-doc-cleanup, r=Manishearthbors-2/+1
2022-01-09Auto merge of #92690 - matthiaskrgr:rollup-rw0oz05, r=matthiaskrgrbors-101/+104
2022-01-09Rollup merge of #92608 - petrochenkov:doctrscope3, r=CraftSpiderMatthias Krüger-101/+104
2022-01-09rustc_metadata: Rename `item_children(_untracked)` to `module_children(_untra...Vadim Petrochenkov-3/+3
2022-01-08Auto merge of #91305 - camelid:rm-cond, r=GuillaumeGomezbors-3/+0
2022-01-07rustdoc: Introduce a resolver cache for sharing data between early doc link r...Vadim Petrochenkov-101/+104
2022-01-06Use `DefId`s instead of names in `UrlFragment`Noah Lev-2/+1
2022-01-05Rollup merge of #92188 - vacuus:nested-attributes-ext, r=jyn514Matthias Krüger-10/+15
2022-01-04Rollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwUMatthias Krüger-11/+17
2022-01-03Auto merge of #92395 - Kobzol:rustdoc-bindings-thin-vec, r=camelidbors-7/+9
2022-01-01Rustdoc: use ThinVec for GenericArgs bindingsJakub Beránek-7/+9
2021-12-30Auto merge of #92377 - compiler-errors:rustdoc-lifetimes, r=camelid,jyn514bors-9/+9
2021-12-29Auto merge of #92244 - petrochenkov:alltraits, r=cjgillotbors-1/+1
2021-12-29Rollup merge of #92340 - camelid:search-index-cleanup, r=GuillaumeGomezMatthias Krüger-1/+10
2021-12-28remove in_band_lifetimes from librustdocMichael Goulet-9/+9
2021-12-28Replace &DocCtxt -> TyCtxt in macro matcher renderingDavid Tolnay-9/+9
2021-12-28rustc_metadata: Encode list of all crate's traits into metadataVadim Petrochenkov-1/+1
2021-12-27Move `ExternalLocation` to `clean::types`Noah Lev-1/+10
2021-12-27Rename `rustdoc::html::render::cache` to `search_index`Noah Lev-1/+1
2021-12-27intra-doc: Use an enum to represent URL fragmentsNoah Lev-3/+4
2021-12-27rustdoc: Preserve rendering of macro_rules matchers when possibleDavid Tolnay-6/+55
2021-12-25Auto merge of #92262 - notriddle:notriddle/unused-hash, r=jyn514bors-11/+2
2021-12-25Auto merge of #92227 - Kobzol:rustdoc-doc-hidden, r=jyn514bors-4/+4
2021-12-24rustdoc: remove unused Hash implMichael Howell-11/+2
2021-12-23Clean up NestedAttributesExt trait/implementationRoc Yu-10/+15
2021-12-23Do not display `~const Drop` in rustdocDeadbeef-20/+35
2021-12-23Rustdoc: use `is_doc_hidden` method on more placesJakub Beránek-4/+4
2021-12-23fix rustdoclcnr-11/+17
2021-12-21Remove apparently unnecessary conditional in `doc_value`Noah Lev-3/+0
2021-12-19Remove 'need_backline' field of `DocFragment`Roc Yu-28/+18
2021-12-19Omit check of a successive line in loopvacuus-6/+10
2021-12-19Auto merge of #92099 - matthiaskrgr:rollup-4gwv67m, r=matthiaskrgrbors-10/+5
2021-12-19Rollup merge of #92081 - jyn514:need-backline, r=GuillaumeGomezMatthias Krüger-7/+3
2021-12-19Rollup merge of #92077 - jyn514:remove-collapsed, r=GuillaumeGomezMatthias Krüger-3/+2
2021-12-19Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obkbors-14/+10
2021-12-19Rollup merge of #92082 - jyn514:remove-from-iterator, r=jyn514Matthias Krüger-11/+12
2021-12-18Write code directly instead of using FromIteratorNoah Lev-11/+12
2021-12-18Remove unnecessary `need_backline` functionJoshua Nelson-7/+3
2021-12-18Remove `collapsed` fieldJoshua Nelson-3/+2
2021-12-18hir: Do not introduce dummy type names for `extern` blocks in def pathsVadim Petrochenkov-3/+3
2021-12-17Auto merge of #91812 - camelid:assoc-const-lazy, r=GuillaumeGomezbors-7/+24
2021-12-16Auto merge of #91833 - klensy:rd-minus-alloc, r=jyn514bors-11/+6
2021-12-15Remove unnecessary sigils around `Ident::as_str()` calls.Nicholas Nethercote-1/+1
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-8/+8