index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
html
/
render
/
print_item.rs
Age
Commit message (
Expand
)
Author
Lines
2021-06-01
Remove invalid usage of aria-level
Guillaume Gomez
-1
/
+1
2021-06-01
Replace h3 and h4 containing invalid DOM
Guillaume Gomez
-2
/
+2
2021-06-01
Replace empty href with "#"
Guillaume Gomez
-1
/
+1
2021-05-31
Add title for copy to clipboard button in rustdoc
Ivan Tham
-1
/
+2
2021-05-31
* Put crates list at all levels
Guillaume Gomez
-1
/
+1
2021-05-26
* Fix bug where some <details> tags were not closed.
Guillaume Gomez
-4
/
+13
2021-05-24
Remove doubled braces in non_exhaustive structs’ documentation text.
Kevin Reid
-1
/
+1
2021-05-20
rustdoc: add tooltips to some buttons
Liigo Zhuang
-1
/
+1
2021-05-18
Rollup merge of #85280 - jsha:move-trait-toggles, r=GuillaumeGomez
Guillaume Gomez
-1
/
+2
2021-05-15
Minimize amount of fake `DefId`s used in rustdoc
Justus K
-1
/
+1
2021-05-13
Toggle-wrap items differently than top-doc.
Jacob Hoffman-Andrews
-1
/
+2
2021-05-12
Remove "loading content" which is now unnecessary
Guillaume Gomez
-15
/
+8
2021-05-11
Disable layout docs for type aliases for now
Camelid
-2
/
+0
2021-05-11
Add note to docs when layout cannot be computed
Camelid
-7
/
+26
2021-05-11
Apply suggestions from code review
Camelid
-3
/
+4
2021-05-11
Add `tcx` local variable
Camelid
-3
/
+4
2021-05-11
Fix a few small things
Camelid
-6
/
+6
2021-05-11
Only show type layout info if `--show-type-layout` is passed
Camelid
-0
/
+4
2021-05-11
Show memory layout for type aliases
Camelid
-1
/
+4
2021-05-11
Include a warning in the layout docs that layout is unstable
Camelid
-3
/
+12
2021-05-11
Remove FIXME
Camelid
-2
/
+4
2021-05-11
rustdoc: Show basic type layout information
Camelid
-3
/
+36
2021-05-10
Rollup merge of #85148 - GuillaumeGomez:source-code-line-number, r=jsha
Guillaume Gomez
-0
/
+1
2021-05-10
Use an SVG image for clipboard instead of unicode character
Guillaume Gomez
-2
/
+12
2021-05-10
Fix line number not being clickable on source pages
Guillaume Gomez
-0
/
+1
2021-05-10
Auto merge of #85074 - GuillaumeGomez:end-toggle-migration, r=jsha
bors
-11
/
+17
2021-05-10
End toggle migration
Guillaume Gomez
-11
/
+17
2021-05-07
Rollup merge of #84442 - jyn514:doc-cfg, r=petrochenkov
Dylan DPC
-1
/
+1
2021-05-04
Add type to differentiate between fake and real DefId's
Justus K
-13
/
+17
2021-05-03
Unify rustc and rustdoc parsing of `cfg()`
Joshua Nelson
-1
/
+1
2021-04-30
Remove unnecessary `provided_trait_methods` field from Impl
Joshua Nelson
-4
/
+3
2021-04-27
cfg taken out of Attributes, put in Item
Timothée Delabrouille
-8
/
+7
2021-04-24
Get rid of `item.span`
Joshua Nelson
-1
/
+1
2021-04-24
Do the hard part first
Joshua Nelson
-1
/
+1
2021-04-25
Rollup merge of #84460 - jyn514:doctree-is-crate, r=camelid
Yuki Okushi
-2
/
+2
2021-04-23
rustdoc: Remove unnecessary `is_crate` field from doctree::Module and clean::...
Joshua Nelson
-2
/
+2
2021-04-24
Rollup merge of #84321 - Swatinem:subvariant-details, r=GuillaumeGomez
Yuki Okushi
-0
/
+2
2021-04-19
No longer need to add attrs to ImportSource.
Tor Hovland
-4
/
+13
2021-04-19
rustdoc: Convert sub-variant toggle to HTML
Arpad Borsos
-0
/
+2
2021-04-18
Put attrs in a Box for memory efficiency.
Tor Hovland
-2
/
+0
2021-04-18
Now also displays portability tags.
Tor Hovland
-3
/
+8
2021-04-18
Give import items their own CSS class.
Tor Hovland
-1
/
+1
2021-04-18
Add stability tags to ImportItem.
Tor Hovland
-4
/
+22
2021-04-17
rustdoc: move the cx argument to the end of the list
Michael Howell
-16
/
+16
2021-04-17
rustdoc: use more precise relative URLS
Michael Howell
-74
/
+63
2021-04-12
& -> &&
Manish Goregaokar
-2
/
+2
2021-04-12
Wrap toggle_open()
Manish Goregaokar
-1
/
+4
2021-04-12
should_hide_fields > 12
Manish Goregaokar
-2
/
+1
2021-04-12
Add css classes
Manish Goregaokar
-1
/
+1
2021-04-12
Improve CSS for "hide contents, not items"
Jacob Hoffman-Andrews
-23
/
+23
[prev]
[next]