about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
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
2021-12-15Remove `SymbolStr`.Nicholas Nethercote-5/+1
2021-12-12don't alloc Path and mutate it inplaceklensy-11/+6
2021-12-12Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk"Deadbeef-2/+3
2021-12-11rustdoc: Pretty-print assoc const defaults on-demandNoah Lev-7/+24
2021-12-03Remove single-use `GenericParamDef::get_type` functionNoah Lev-15/+0
2021-12-03rustdoc: Remove single-use `Lifetime::get_ref()` functionNoah Lev-4/+0
2021-12-03Remove a Clean impl for a tuple (9)Noah Lev-43/+48
2021-12-03Remove a Clean impl for a tuple (8)Noah Lev-86/+89
2021-12-03Remove a Clean impl for a tuple (7)Noah Lev-26/+28
2021-12-03Remove a Clean impl for a tuple (6)Noah Lev-16/+17
2021-12-03Remove a Clean impl for a tuple (5)Noah Lev-19/+20
2021-12-03Remove a Clean impl for a tuple (4)Noah Lev-14/+17
2021-12-03Clean up definition of `clean_ty_generics` a bitNoah Lev-5/+3
2021-12-03Remove a Clean impl for a tuple (3)Noah Lev-165/+172
2021-12-03Remove a Clean impl for a tuple (2)Noah Lev-27/+28
2021-12-03Remove a Clean impl for a tuple (1)Noah Lev-25/+18
2021-12-03rustdoc: Rename bounds to bindings where appropriateNoah Lev-4/+4
2021-12-03Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino"Santiago Pastorino-3/+2
2021-12-02Auto merge of #91469 - matthiaskrgr:rollup-xom3j55, r=matthiaskrgrbors-1/+37
2021-12-02Rollup merge of #89954 - GuillaumeGomez:legacy-const-generic-doc, r=AmanieuMatthias Krüger-1/+37
2021-12-02Auto merge of #91318 - eggyal:reduce-boilerplate-around-infallible-folders, r...bors-4/+4
2021-12-02Reduce boilerplate around infallible foldersAlan Egerton-4/+4