summary refs log tree commit diff
path: root/src/librustdoc/clean/utils.rs
AgeCommit message (Expand)AuthorLines
2021-08-26make unevaluated const substs optionallcnr-1/+1
2021-07-18Rollup merge of #86889 - jyn514:crate-cleanup, r=camelidYuki Okushi-6/+6
2021-07-15Remove refs from pat slicesCameron Steffen-11/+6
2021-07-13Remove trival `impl Clean for CrateNum`Joshua Nelson-2/+2
2021-07-13Remove unnecessary CrateNum from Cache.externsJoshua Nelson-5/+5
2021-07-07Unify macro source displayGuillaume Gomez-0/+36
2021-07-05Auto merge of #86282 - camelid:macro_rules-matchers, r=jyn514bors-16/+21
2021-07-03Pretty-print macro matchers instead of using source codeNoah Lev-16/+21
2021-07-01Rename all_crate_nums query to crates and remove useless wrapperbjorn3-1/+1
2021-06-19rustdoc: Introduce new `DynTrait` type for better representation of trait obj...Justus K-4/+14
2021-06-05Auto merge of #85990 - jyn514:channel-replace-rustdoc, r=Manishearthbors-1/+2
2021-06-05Rollup merge of #84942 - jyn514:channel-replace, r=ManishearthYuki Okushi-0/+5
2021-06-05Rollup merge of #84880 - jyn514:cleanup-itemkind, r=GuillaumeGomezYuki Okushi-20/+33
2021-06-04rustdoc: link consistently to stable/beta in diagnostic messagesJoshua Nelson-1/+2
2021-06-04rustdoc: link to stable/beta docs consistently in documentationJoshua Nelson-0/+5
2021-05-19rustdoc: render `<Self as X>::Y` type casts properlyJustus K-1/+2
2021-05-05Revert PR 83866Pietro Albini-11/+0
2021-05-04Auto merge of #84707 - Stupremee:remove-fake-defids-in-rustdoc, r=jyn514,Guil...bors-4/+2
2021-05-04Add type to differentiate between fake and real DefId'sJustus K-4/+2
2021-05-03Valid underscores in hex/octal/binary literal docsSmitty-2/+21
2021-05-03Make match in `register_res` easier to readJoshua Nelson-20/+33
2021-04-23Take ItemType instead of TypeKind in record_extern_fqnJoshua Nelson-19/+19
2021-04-22Remove `keywords` from ExternCrateJoshua Nelson-4/+4
2021-04-22Get rid of ExternCrate::primitivesJoshua Nelson-1/+2
2021-04-22Remove `name` field from ExternalCrateJoshua Nelson-1/+2
2021-04-22Remove src field from ExternCrateJoshua Nelson-1/+3
2021-04-16rustdoc: get rid of unused path printing codeMichael Howell-1/+1
2021-04-07Reuse logic for determining the channel in the rest of rustdocJoshua Nelson-0/+11
2021-04-04Render destructured struct function param names as underscore.Alan Egerton-11/+1
2021-03-31Add var to BoundRegion. Add query to get bound vars for applicable items.Jack Huey-1/+1
2021-03-31Revert explicit lifetimesJack Huey-6/+6
2021-03-31Track bound varsJack Huey-6/+6
2021-03-24Rework rustdoc const typeGuillaume Gomez-12/+12
2021-03-23Remove unnecessary `Option` wrapping around `Crate.module`Camelid-1/+1
2021-03-20update `const_eval_resolve`lcnr-1/+1
2021-03-09Remove `masked_crates` from `clean::Crate`Camelid-4/+1
2021-03-01Remove `krate.version`; fix `crate_version` in JSONJoshua Nelson-1/+0
2021-03-01Remove the dummy cache in `DocContext`Joshua Nelson-6/+6
2021-02-28Auto merge of #81349 - jyn514:blanket-impls-cleanup, r=lcnrbors-5/+4
2021-02-28Remove unnecessary `self_ty` parameter to `get_blanket_impls`Joshua Nelson-5/+4
2021-02-23Improve code readabilityGuillaume Gomez-2/+2
2021-02-23* Fix some typoGuillaume Gomez-5/+6
2021-02-23Use a qualified path to make it more clear where `list_contains_name` functio...Guillaume Gomez-2/+1
2021-02-23Remove is_spotlight field from `Trait`Guillaume Gomez-1/+17
2021-02-22Remove many RefCells from DocContextCamelid-7/+6
2021-02-16Make `Clean` take &mut DocContextJoshua Nelson-15/+15
2021-02-12Rollup merge of #82004 - GuillaumeGomez:clean-static-struct, r=jyn514Yuki Okushi-5/+6
2021-02-12Rollup merge of #81831 - LeSeulArtichaut:81289-mut-arg, r=camelidYuki Okushi-0/+67
2021-02-11clean up clean::Static structGuillaume Gomez-5/+6
2021-02-10Do not ICE on range patterns in function argumentsLeSeulArtichaut-4/+1