about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2022-02-04Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley...Matthias Krüger-2/+2
2022-02-04rustdoc: Collect traits in scope for foreign inherent implsVadim Petrochenkov-0/+7
2022-02-04Rollup merge of #93638 - notriddle:notriddle/unused-hash, r=GuillaumeGomezMatthias Krüger-1/+1
2022-02-04Rollup merge of #93632 - matthiaskrgr:rustdoclippy2, r=GuillaumeGomezMatthias Krüger-13/+7
2022-02-04Rollup merge of #92735 - GuillaumeGomez:crate-filter-url-param, r=jshaMatthias Krüger-58/+108
2022-02-03rustdoc: remove unused Hash implMichael Howell-1/+1
2022-02-03rustdoc: clippy::complexity fixesMatthias Krüger-13/+7
2022-02-03Add filter-crate URL parameterGuillaume Gomez-47/+97
2022-02-03Remove defaultness from ImplItem.Camille GILLOT-1/+2
2022-02-02Unify storage getter and setter functionsGuillaume Gomez-12/+12
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-02Emit valid HTML from rustdocJacob Hoffman-Andrews-35/+28
2022-02-01Use multipart suggestion for code wrappingMichael Howell-17/+10
2022-02-02Rollup merge of #93420 - jsha:adjust-settings-layout, r=GuillaumeGomezMatthias Krüger-8/+10
2022-02-01Fix unicode slicing bugMichael Howell-3/+3
2022-02-01In retrospect, MachineApplicable is probably too confidentMichael Howell-1/+1
2022-02-01rustdoc: correct unclosed HTML tags as genericsMichael Howell-9/+73
2022-02-01Include all contents of first line of scraped itemWill Crichton-1/+4
2022-02-01Remove "up here" arrow on item-infosJacob Hoffman-Andrews-20/+24
2022-02-01librustdoc: render: use render_into instead of creating a temp stringMuhammad Falak R Wani-2/+1
2022-02-01librustdoc: inline and forward all methods for `impl Write for Buffer`Muhammad Falak R Wani-0/+11
2022-02-01librustdoc: impl core::fmt::Write for rustdoc::html::render::BufferMuhammad Falak R Wani-0/+6
2022-02-01Fix lifetime elision in type aliasesGuillaume Gomez-3/+13
2022-01-31Improve wrapping on settings pageJacob Hoffman-Andrews-8/+10
2022-01-31Rollup merge of #93444 - camelid:rustdoc-css-cleanup, r=GuillaumeGomez,jshaMatthias Krüger-7/+8
2022-01-30Auto merge of #92711 - zredb:issue-90187-fix, r=notriddlebors-49/+51
2022-01-30Rollup merge of #93183 - jsha:mobile-nav-fixes, r=GuillaumeGomezEric Huss-3/+16
2022-01-30Rollup merge of #92908 - dtolnay:rustdoc, r=GuillaumeGomezEric Huss-53/+242
2022-01-29rustdoc: small fixes to mobile navigationJacob Hoffman-Andrews-3/+16
2022-01-30Rollup merge of #93441 - notriddle:notriddle/collect-crate-doc-links-very-ear...Matthias Krüger-0/+11
2022-01-30Rollup merge of #93391 - notriddle:notriddle/remove-srclink-tooltip, r=jsha,G...Matthias Krüger-2/+2
2022-01-29Fix some CSS warnings and errors from VS CodeNoah Lev-7/+8
2022-01-29Rollup merge of #93299 - GuillaumeGomez:dot-separator-no-source, r=jshaMatthias Krüger-3/+4
2022-01-28rustdoc: load the set of in-scope traits for modules with no docstringMichael Howell-0/+11
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-28add allow_fail field in TestDesc to pass checkyuhaixin.hx-0/+2
2022-01-28remove allow_fail test flagyuhaixin.hx-14/+0
2022-01-28Remove extra empty doc lineGuillaume Gomez-1/+0
2022-01-27rustdoc: remove tooltip from source linkMichael Howell-2/+2
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-26Rollup merge of #93338 - GuillaumeGomez:update-minifier, r=notriddleMatthias Krüger-1/+1
2022-01-26Update minifier crate version to 0.0.42Guillaume Gomez-1/+1
2022-01-26Auto merge of #88679 - petrochenkov:doctrscope, r=GuillaumeGomezbors-33/+108
2022-01-25Rollup merge of #93291 - conradludgate:minor-fix-93231, r=GuillaumeGomezMatthias Krüger-1/+1
2022-01-25Rollup merge of #93286 - jsha:sidebar-nowrap, r=GuillaumeGomezMatthias Krüger-0/+4
2022-01-25Auto merge of #93095 - Aaron1011:remove-assoc-ident, r=cjgillotbors-7/+6