about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2022-03-01Rollup merge of #93385 - CraftSpider:rustdoc-ty-fixes, r=camelidDylan DPC-42/+40
2022-02-25Rollup merge of #93845 - compiler-errors:in-band-lifetimes, r=cjgillotMatthias Krüger-2/+2
2022-02-24Remove LifetimeDefOriginMichael Goulet-2/+2
2022-02-25Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebankbors-4/+2
2022-02-24resolve: Fix incorrect results of `opt_def_kind` query for some built-in macrosVadim Petrochenkov-1/+1
2022-02-24Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkovbors-2/+2
2022-02-23rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.Eduard-Mihai Burtescu-4/+2
2022-02-21Auto merge of #94225 - matthiaskrgr:rollup-0728x8n, r=matthiaskrgrbors-5/+1
2022-02-21update rustdoclcnr-2/+2
2022-02-20Implement LowerHex on Scalar to clean up their display in rustdocGuillaume Gomez-5/+1
2022-02-20Rollup merge of #94091 - GuillaumeGomez:rustdoc-const-computed-value, r=oli-obkMatthias Krüger-1/+5
2022-02-19Stop interning stability.Camille GILLOT-2/+2
2022-02-19Don't render Const computed values in hexadecimal for DisplayGuillaume Gomez-1/+5
2022-02-18Auto merge of #94088 - oli-obk:revert, r=jackh726bors-6/+1
2022-02-17Rollup merge of #94011 - est31:let_else, r=lcnrMatthias Krüger-3/+1
2022-02-17Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk"Oli Scherer-6/+1
2022-02-16Adopt let_else in even more placesest31-3/+1
2022-02-15Overhaul `Const`.Nicholas Nethercote-6/+6
2022-02-15Overhaul `RegionKind` and `Region`.Nicholas Nethercote-6/+6
2022-02-15Overhaul `TyS` and `Ty`.Nicholas Nethercote-1/+1
2022-02-14Auto merge of #93938 - BoxyUwU:fix_res_self_ty, r=lcnrbors-7/+7
2022-02-14update two rustdoc commentsEllen-3/+3
2022-02-12change to a struct variantEllen-5/+5
2022-02-12Filter out anonymous generics in rustdoc.Camille GILLOT-1/+6
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-1/+0
2022-02-09Ensure that queries only return Copy types.Camille GILLOT-1/+1
2022-02-09Rollup merge of #93746 - cjgillot:nodefii, r=nikomatsakisYuki Okushi-1/+2
2022-02-07Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakisbors-0/+1
2022-02-04Rollup merge of #93638 - notriddle:notriddle/unused-hash, r=GuillaumeGomezMatthias Krüger-1/+1
2022-02-03rustdoc: remove unused Hash implMichael Howell-1/+1
2022-02-03rustdoc: clippy::complexity fixesMatthias Krüger-5/+2
2022-02-03Remove defaultness from ImplItem.Camille GILLOT-1/+2
2022-02-02Rollup merge of #93542 - GuillaumeGomez:lifetime-elision, r=oli-obkMatthias Krüger-3/+13
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-0/+1
2022-02-01Fix lifetime elision in type aliasesGuillaume Gomez-3/+13
2022-01-30Auto merge of #92711 - zredb:issue-90187-fix, r=notriddlebors-13/+1
2022-01-30Rollup merge of #92908 - dtolnay:rustdoc, r=GuillaumeGomezEric Huss-53/+242
2022-01-28Same code for ty and hir impl itemsRune Tynan-16/+16
2022-01-28Remove now-unnecessary blanket impl HIR checkRune Tynan-22/+5
2022-01-28Set visibility to inherited in trait impls to match HIRRune Tynan-1/+10
2022-01-28Remove extra empty doc lineGuillaume Gomez-1/+0
2022-01-26Convert empty tuple to DefaultReturn in ty pathRune Tynan-1/+8
2022-01-26Don't use is_local to determine function cleaning method call intentRune Tynan-6/+5
2022-01-25Auto merge of #93095 - Aaron1011:remove-assoc-ident, r=cjgillotbors-6/+5
2022-01-25Auto merge of #92353 - Kobzol:doc-attr-lists-gat, r=GuillaumeGomezbors-46/+17
2022-01-25Rollup merge of #93169 - CraftSpider:rustdoc-clean-inconsistency, r=Guillaume...Matthias Krüger-6/+22
2022-01-21rustdoc: Make some `pub` items crate-privateNoah Lev-10/+10
2022-01-21Remove FIXME and fix inconsistency of local blanket impls by using HIR for themRune Tynan-6/+22
2022-01-20Rollup merge of #93038 - GuillaumeGomez:block-doc-comments, r=notriddleMatthias Krüger-2/+2
2022-01-20More clean upGuillaume Gomez-8/+4