about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-11-07rustdoc: Remove top-level wrappers for `ImplKind` methodsNoah Lev-20/+8
2021-11-07Remove Clean impl for `&T`Noah Lev-7/+1
2021-11-07Remove unused Clean impl for `Rc<T>`Noah Lev-7/+0
2021-11-07Remove Clean impl for `Vec<T>`Noah Lev-49/+47
2021-11-07Remove Clean impl for `IndexVec<T>`Noah Lev-8/+1
2021-11-07Remove Clean impl for `Option<T>`Noah Lev-11/+5
2021-11-07rustdoc: Use `ty::ImplPolarity` instead of custom enumNoah Lev-34/+17
2021-11-07Use an enum to record polarity in `clean::Impl`Noah Lev-23/+34
2021-11-07rustdoc: Refactor `Impl.{synthetic,blanket_impl}` into enumNoah Lev-36/+66
2021-11-06rustdoc: Remove redundant `Impl.span` fieldNoah Lev-12/+13
2021-11-07Auto merge of #90635 - matthiaskrgr:rustdoc_compl, r=GuillaumeGomezbors-5/+4
2021-11-06Rollup merge of #90649 - cjgillot:reveal-all-2, r=lcnrMatthias Krüger-1/+3
2021-11-06Rollup merge of #90646 - BoxyUwU:funky_ice, r=estebankMatthias Krüger-0/+44
2021-11-06Rollup merge of #90627 - camelid:suggest-box-deref, r=davidtwcoMatthias Krüger-0/+40
2021-11-06Rollup merge of #90508 - nbdd0121:issue-90483, r=davidtwcoMatthias Krüger-0/+28
2021-11-06Rollup merge of #90487 - NoraCodes:nora/how-to-read-rustdoc, r=jyn514Matthias Krüger-0/+108
2021-11-06Suggest dereference of `Box` when inner type is expectedNoah Lev-0/+40
2021-11-06Run reveal_all on MIR more often.Camille GILLOT-1/+3
2021-11-06type error go brrrrrrrrEllen-0/+44
2021-11-06Auto merge of #90297 - dtolnay:dotzero, r=petrochenkovbors-0/+10
2021-11-06Auto merge of #89970 - jackh726:gats_diagnostics, r=nikomatsakisbors-53/+306
2021-11-05Review commentsjackh726-8/+10
2021-11-06Auto merge of #88441 - jackh726:closure_norm, r=nikomatsakisbors-75/+224
2021-11-05Auto merge of #90631 - matthiaskrgr:rollup-a5tzjh3, r=matthiaskrgrbors-73/+188
2021-11-05rustdoc: clippy::complexity fixesMatthias Krüger-5/+4
2021-11-05Rollup merge of #90626 - rusticstuff:be-more-accepting, r=jyn514Matthias Krüger-0/+9
2021-11-05Rollup merge of #90597 - nikomatsakis:issue-90465, r=wesleywiserMatthias Krüger-69/+175
2021-11-05Rollup merge of #90569 - wesleywiser:fix_only_i686_tests, r=Mark-SimulacrumMatthias Krüger-4/+4
2021-11-05Add a chapter on reading Rustdoc outputLeonora Tindall-0/+108
2021-11-05Properly register text_direction_codepoint_in_comment lint.Hans Kratz-0/+9
2021-11-05Add test to confirm fnn_unsuffixed does not emit exponent notationDavid Tolnay-0/+6
2021-11-05Auto merge of #90583 - willcrichton:example-analyzer, r=jyn514bors-13/+142
2021-11-05apply suggestions from code reviewNiko Matsakis-42/+42
2021-11-05Fix rustdoc-scrape-examples-macros test not being cross-platformWill Crichton-1/+2
2021-11-05Auto merge of #90598 - JohnTitor:rollup-kz1qioz, r=JohnTitorbors-62/+74
2021-11-04Move rustdoc-scrape-examples-macros test to run-make-fulldepsWill Crichton-0/+0
2021-11-05Rollup merge of #90571 - GuillaumeGomez:missing-bottom-border-sidebar, r=jshaYuki Okushi-17/+26
2021-11-05Rollup merge of #90554 - ehuss:unstable-options-cleanup, r=joshtriplettYuki Okushi-38/+27
2021-11-05Rollup merge of #90533 - Smittyvb:patch-1, r=joshtriplettYuki Okushi-0/+2
2021-11-05Rollup merge of #90530 - GuillaumeGomez:simplify-js-tester, r=notriddleYuki Okushi-7/+3
2021-11-05Rollup merge of #90507 - TaKO8Ki:suggest-extern-crate-alloc, r=jackh726Yuki Okushi-0/+16
2021-11-05Auto merge of #90574 - notriddle:notriddle/doc-fold-stripped-conditional, r=c...bors-8/+16
2021-11-04handle case of a variable not capturedNiko Matsakis-0/+95
2021-11-04rework diagnostic reporting to be more structuredNiko Matsakis-45/+56
2021-11-04Auto merge of #90536 - crlf0710:fix_vtable_hrtb, r=jackh726bors-0/+32
2021-11-04Fix ICE when rustdoc is scraping examples inside of a proc macroWill Crichton-9/+115
2021-11-04Sort scraped call locations before serializingWill Crichton-4/+26
2021-11-04Fix missing bottom border for headings in sidebarGuillaume Gomez-17/+26
2021-11-04rustdoc: Use conditional for _stripped foldMichael Howell-8/+16
2021-11-04Mention possible future rejectionsSmittyvb-1/+1