about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2022-11-27Auto merge of #104983 - matthiaskrgr:rollup-018sk73, r=matthiaskrgrbors-7/+31
2022-11-27Remove Crate::primitives fieldGuillaume Gomez-5/+6
2022-11-27Rollup merge of #104946 - notriddle:notriddle/popover-menu-focus, r=Guillaume...Matthias Krüger-5/+17
2022-11-27Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errorsbors-27/+14
2022-11-27Rename `fn_trait_kind_from_{from_lang=>def_id}` to better convey meaningMaybe Waffle-1/+1
2022-11-26Use target exe_suffix for doctestsJubilee Young-2/+14
2022-11-26Fix UI issues with Rustdoc scrape-examples feature.Will Crichton-3/+5
2022-11-26rustdoc: pass "true" to reset focus for notable traitsMichael Howell-11/+7
2022-11-26rustdoc: improve popover focus handling JSMichael Howell-5/+21
2022-11-26Rollup merge of #104928 - notriddle:notriddle/sidebar-toggle-flexbox, r=Guill...Guillaume Gomez-9/+3
2022-11-26Rollup merge of #104899 - notriddle:notriddle/help-dt, r=GuillaumeGomezMatthias Krüger-1/+0
2022-11-25rustdoc: use flexbox CSS to align sidebar button instead of positionMichael Howell-9/+3
2022-11-25Auto merge of #104902 - matthiaskrgr:rollup-oo27a4u, r=matthiaskrgrbors-2/+1
2022-11-25rustdoc: remove no-op CSS `#help dt { display: block }`Michael Howell-1/+0
2022-11-25rustdoc: revert tooltip background color on light theme to readableMichael Howell-1/+1
2022-11-25rustdoc: remove `cursor: pointer` from unclickable tooltipMichael Howell-1/+0
2022-11-25Auto merge of #104846 - spastorino:santa-clauses-make-goals-early-christmas-ð...bors-20/+31
2022-11-25Rollup merge of #104849 - GuillaumeGomez:source-code-sidebar-css-migration, r...Matthias Krüger-20/+14
2022-11-25Introduce PredicateKind::ClauseSantiago Pastorino-14/+30
2022-11-25get rid of to_poly_trait_predicateOli Scherer-6/+1
2022-11-24Auto merge of #104845 - matthiaskrgr:rollup-tckj956, r=matthiaskrgrbors-2/+1
2022-11-24Migrate source code elements style to CSS variablesGuillaume Gomez-20/+14
2022-11-24Rollup merge of #104792 - notriddle:notriddle/crate-search-title-display, r=G...Matthias Krüger-2/+1
2022-11-24Use kw::Empty for elided lifetimes in path.Camille GILLOT-16/+12
2022-11-24move things from rustc_target::abi to rustc_abihkalbasi-2/+2
2022-11-24make rustc_target usable outside of rustchkalbasi-4/+4
2022-11-24Rollup merge of #104772 - GuillaumeGomez:small-accessibility-improvement, r=n...Matthias Krüger-18/+16
2022-11-23rustdoc: simplify `.search-results-title` CSSMichael Howell-2/+1
2022-11-23Separate lifetime ident from resolution in HIR.Camille GILLOT-11/+2
2022-11-23Rollup merge of #104744 - notriddle:notriddle/struct-fields-display-block, r=...Dylan DPC-0/+2
2022-11-23Improve accessibility:Guillaume Gomez-18/+16
2022-11-22Consolidate rustdoc's lint passes into a single passNoah Lev-499/+439
2022-11-22Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnrManish Goregaokar-0/+1
2022-11-22rustdoc: make struct fields `display: block`Michael Howell-0/+2
2022-11-22rustdoc: remove no-op CSS `a.test-arrow { display: inline-block }`Michael Howell-1/+0
2022-11-22rustdoc: remove no-op CSS `.popover::before { display: inline-block }`Michael Howell-1/+0
2022-11-22Auto merge of #103578 - petrochenkov:nofict, r=nagisabors-27/+27
2022-11-22Auto merge of #104696 - matthiaskrgr:rollup-gi1pdb0, r=matthiaskrgrbors-33/+21
2022-11-22Rollup merge of #104666 - GuillaumeGomez:migrate-alias-search-result, r=notri...Matthias Krüger-24/+16
2022-11-22Rollup merge of #104663 - notriddle:notriddle/button-cursor, r=GuillaumeGomezMatthias Krüger-8/+4
2022-11-22Split `MacArgs` in two.Nicholas Nethercote-1/+1
2022-11-21Stop passing the self-type as a separate argument.Oli Scherer-1/+1
2022-11-21Allow iterators instead of requiring slices that will get turned into iteratorsOli Scherer-1/+1
2022-11-21Assert that various types have the right amount of generic args and fix the s...Oli Scherer-1/+1
2022-11-21Unreserve braced enum variants in value namespaceVadim Petrochenkov-27/+27
2022-11-21Add an always-ambiguous predicate to make sure that we don't accidentlally al...Oli Scherer-0/+1
2022-11-21Rollup merge of #104499 - Enselic:no-method-in-rustdoc-json, r=GuillaumeGomezMatthias Krüger-22/+7
2022-11-21Migrate search result alias to CSS variablesGuillaume Gomez-24/+16
2022-11-20rustdoc: factor out common button CSSMichael Howell-8/+4
2022-11-20Rollup merge of #104581 - notriddle:notriddle/js-iife-2, r=GuillaumeGomezMatthias Krüger-6/+3