Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
af79a63
time.rs: remove "Basic usage text"
tshepang Aug 2, 2024
7dd5ad2
rustdoc: Extract helper function to add item to search index
camelid Aug 2, 2024
2721e97
rustdoc: Clarify construction of name for search index
camelid Aug 2, 2024
4e20847
rustdoc: Simplify some search index code
camelid Aug 2, 2024
015aa8d
Restructure a confusing `match`
camelid Aug 2, 2024
08f4d54
Extract local variables
camelid Aug 2, 2024
220c2d8
Restructure `add_item_to_search_index` to eliminate code paths
camelid Aug 2, 2024
5ce554f
allow setting `link-shared` and `static-libstdcpp` with CI LLVM
onur-ozkan Aug 3, 2024
21c0251
Miri: add a flag to do recursive validity checking
RalfJung Aug 2, 2024
9061915
add test for symbol visibility of `#[naked]` functions
folkertdev Jul 29, 2024
940a109
add test that tracks that functions defined in extern blocks are not …
folkertdev Jul 30, 2024
eb2de64
rustdoc: make the hover trail for doc anchors a bit bigger
notriddle Aug 3, 2024
cb7c596
Update rinja version to 0.3.0
GuillaumeGomez Aug 3, 2024
007d9e1
rustdoc: Re-add missing `stripped_mod` check; explain orphan impls
camelid Aug 4, 2024
5bd28a2
Rollup merge of #128362 - folkertdev:naked-function-symbol-visibility…
matthiaskrgr Aug 4, 2024
41555bd
Rollup merge of #128526 - tshepang:patch-1, r=Amanieu
matthiaskrgr Aug 4, 2024
3927e04
Rollup merge of #128531 - RalfJung:miri-recursive-validity, r=saethlin
matthiaskrgr Aug 4, 2024
60dc66b
Rollup merge of #128578 - camelid:cache-index-cleanup, r=notriddle
matthiaskrgr Aug 4, 2024
318bc4a
Rollup merge of #128589 - onur-ozkan:llvm-configs, r=cuviper
matthiaskrgr Aug 4, 2024
9d00c8c
Rollup merge of #128615 - notriddle:notriddle/anchor-a11y, r=Guillaum…
matthiaskrgr Aug 4, 2024
08f3693
Rollup merge of #128620 - GuillaumeGomez:update-rinja, r=notriddle
matthiaskrgr Aug 4, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rustdoc: make the hover trail for doc anchors a bit bigger
  • Loading branch information
notriddle committed Aug 3, 2024
commit eb2de64aa1cb0d3eded99458566e8eee8333a751
2 changes: 1 addition & 1 deletion src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ a.doc-anchor {
left: -17px;
/* We add this padding so that when the cursor moves from the heading's text to the anchor,
the anchor doesn't disappear. */
padding-right: 5px;
padding-right: 10px;
/* And this padding is used to make the anchor larger and easier to click on. */
padding-left: 3px;
}
Expand Down