about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
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
2021-03-24Improve new Constant variants' nameGuillaume Gomez-20/+21
2021-03-24Rework rustdoc const typeGuillaume Gomez-46/+86
2021-03-24Rollup merge of #83415 - camelid:remove-crate-module-option, r=jyn514Dylan DPC-3/+3
2021-03-23Remove another unnecessary `Option`Camelid-1/+1
2021-03-23Remove unnecessary `Option` wrapping around `Crate.module`Camelid-2/+2
2021-03-23Tweak docsCamelid-1/+3
2021-03-21Remove redundant docsCamelid-5/+7
2021-03-21Rename `clean::Span::span()` to `clean::Span::inner()`Camelid-4/+4
2021-03-21Rename `clean::Item.source` to `span`Camelid-11/+17
2021-03-20update `const_eval_resolve`lcnr-1/+1
2021-03-19Rollup merge of #82846 - GuillaumeGomez:doc-alias-list, r=jyn514Dylan DPC-6/+17
2021-03-18hir: Preserve used syntax in `TyKind::TraitObject`Vadim Petrochenkov-1/+1
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-1/+1
2021-03-15Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]`Camelid-1/+1
2021-03-11Improve code by removing similar function calls and using loops instead for c...Guillaume Gomez-17/+16
2021-03-10Auto merge of #82960 - camelid:masked_crates, r=jyn514bors-5/+1
2021-03-10Allow doc alias attributes to use both list and valueGuillaume Gomez-2/+14
2021-03-09Remove `masked_crates` from `clean::Crate`Camelid-5/+1
2021-03-09Remove hir::Item::attrs.Camille GILLOT-10/+12
2021-03-09Rollup merge of #82841 - hvdijk:x32, r=joshtriplettMara Bos-1/+1
2021-03-07rustdoc: Don't enter an infer_ctxt in get_blanket_impls for impls that aren't...Joshua Nelson-6/+2