about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2023-01-20Rollup merge of #107131 - notriddle:notriddle/rustdoc-radio-display-inline-fl...Michael Goulet-6/+1
2023-01-20Rollup merge of #107095 - notriddle:notriddle/sidebar-current, r=GuillaumeGomezMichael Goulet-1/+1
2023-01-20rustdoc: use CSS inline layout for radio line instead of flexboxMichael Howell-6/+1
2023-01-19rustdoc: remove redundant CSS selector `.sidebar .current`Michael Howell-1/+1
2023-01-19Revert "Fix missing const expression items visit"Guillaume Gomez-158/+115
2023-01-19Revert "Improve code readability"Guillaume Gomez-23/+15
2023-01-19Revert "Speed up execution a bit by removing some walks"Guillaume Gomez-21/+2
2023-01-19Revert "Improve code"Guillaume Gomez-90/+93
2023-01-19Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkovbors-4/+1
2023-01-18Rollup merge of #107045 - notriddle:notriddle/settings-css-setting-line, r=Gu...Michael Goulet-5/+1
2023-01-18Rollup merge of #107042 - notriddle:notriddle/rustdoc-js-question, r=Guillaum...Michael Goulet-1/+5
2023-01-18Rollup merge of #105796 - notriddle:notriddle/rustdoc-search-stop-doing-demer...Michael Goulet-50/+64
2023-01-18rustdoc: remove redundant rule `#settings .setting-line`Michael Howell-5/+1
2023-01-18rustdoc: fix "?" keyboard command when radio button is focusedMichael Howell-1/+2
2023-01-18rustdoc: put focus on the help link when opening it from keyboardMichael Howell-0/+3
2023-01-18Rollup merge of #107014 - notriddle:notriddle/js-cleanup, r=GuillaumeGomezDylan DPC-9/+4
2023-01-18Auto merge of #107021 - matthiaskrgr:rollup-0dzxfyi, r=matthiaskrgrbors-5/+1
2023-01-18Auto merge of #106952 - petrochenkov:docglob, r=notriddle,GuillaumeGomezbors-4/+21
2023-01-17rustdoc: stop using deprecated `window.event` when there's an `ev` paramMichael Howell-1/+1
2023-01-17rustdoc: remove function `handleClick` that's only used onceMichael Howell-8/+3
2023-01-17rustdoc: instead of `.setting-name { width: 100% }`, use default div CSSMichael Howell-5/+1
2023-01-17Rollup merge of #106869 - notriddle:notriddle/item-decl-pre-rust, r=Guillaume...Matthias Krüger-16/+16
2023-01-17rustdoc: Fix glob import inliningVadim Petrochenkov-4/+21
2023-01-16Move compiler input and ouput paths into sessionOli Scherer-1/+1
2023-01-16Remove redundant `input_path` field from `Config`Oli Scherer-3/+0
2023-01-15rustdoc: simplify some & ref erencesMatthias Krüger-14/+12
2023-01-14Auto merge of #106866 - matthiaskrgr:rollup-r063s44, r=matthiaskrgrbors-32/+41
2023-01-14rustdoc: simplify JS search routine by not messing with lev distanceMichael Howell-50/+64
2023-01-14rustdoc: remove redundant item kind class from `.item-decl > pre`Michael Howell-16/+16
2023-01-14Rollup merge of #106855 - klensy:rd-s, r=notriddleMatthias Krüger-28/+33
2023-01-14Rollup merge of #106828 - notriddle:notriddle/notable-trait-docblock, r=Guill...Matthias Krüger-4/+8
2023-01-14Auto merge of #106696 - kylematsuda:early-binder, r=lcnrbors-4/+6
2023-01-14fix various subst_identity vs skip_binderKyle Matsuda-1/+1
2023-01-14change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...Kyle Matsuda-4/+4
2023-01-14change usages of impl_trait_ref to bound_impl_trait_refKyle Matsuda-4/+4
2023-01-14change const_param_default query to return EarlyBinder; remove bound_const_pa...Kyle Matsuda-1/+1
2023-01-14change usages of const_param_default query to bound_const_param_defaultKyle Matsuda-1/+3
2023-01-14Rollup merge of #106819 - notriddle:notriddle/rm-h1-fqn, r=GuillaumeGomezYuki Okushi-8/+8
2023-01-14Rollup merge of #106766 - GuillaumeGomez:rm-stripper-dead-code, r=notriddleYuki Okushi-11/+1
2023-01-14Rollup merge of #106693 - notriddle:notriddle/toggle-trunc, r=GuillaumeGomezYuki Okushi-56/+56
2023-01-13rustdoc: remove `docblock` class from notable trait popoverMichael Howell-4/+8
2023-01-13rustdoc: rename CSS rustdoc-toggle -> toggle and toggle -> settings-toggleMichael Howell-56/+56
2023-01-13Rollup merge of #106813 - oli-obk:sess_cleanup, r=GuillaumeGomez,petrochenkovMatthias Krüger-14/+11
2023-01-13rustdoc: remove unnecessary DOM class `h1.fqn`Michael Howell-8/+8
2023-01-13Remove redundant session fieldOli Scherer-14/+11
2023-01-13CrateData: don't allocate String when Serialize, &str is enoughklensy-1/+1
2023-01-13Playground.crate_name String -> Symbolklensy-6/+5
2023-01-13fmt_type: don't alloc const String, use &str insteadklensy-1/+1
2023-01-13generate_macro_def_id_path: don't eagerly stringify Symbolsklensy-7/+12
2023-01-13Auto merge of #106776 - oli-obk:om_nom_nom_nom_nom, r=cjgillotbors-1/+1