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
Age
Commit message (
Expand
)
Author
Lines
2021-08-31
Remove bolding on associated constants
Noah Lev
-1
/
+1
2021-08-31
Apply suggestions
Deadbeef
-3
/
+2
2021-08-31
Report variant size without the discriminant
Deadbeef
-7
/
+13
2021-08-31
Apply suggestions
Deadbeef
-26
/
+18
2021-08-31
Report Layout of enum variants
Deadbeef
-1
/
+35
2021-08-30
Put back "auto-collapse-implementors" setting
Guillaume Gomez
-0
/
+1
2021-08-30
Put back display of associated items (types and consts)
Guillaume Gomez
-11
/
+33
2021-08-29
Use the correct type for Enum variant tuples
Guillaume Gomez
-17
/
+24
2021-08-26
Remove unnecessary copies when using parallel IO
Joshua Nelson
-38
/
+46
2021-08-22
Move Cache from Context to SharedContext
Joshua Nelson
-49
/
+38
2021-08-19
Rollup merge of #88093 - Kobzol:rustdoc-wrap-code-in-code-tag, r=GuillaumeGomez
Guillaume Gomez
-261
/
+289
2021-08-19
[rustdoc] Wrap code blocks in <code> tag
Jakub Beránek
-261
/
+289
2021-08-16
Rollup merge of #87178 - moxian:rd-use, r=jyn514
Mara Bos
-3
/
+2
2021-08-05
Remove LightSpan and use Span directly
Guillaume Gomez
-57
/
+12
2021-08-05
Remove warnings/errors from compiler when using typeck_body in rustdoc span m...
Guillaume Gomez
-5
/
+5
2021-08-05
* Rename LightSpan::empty into LightSpan::dummy
Guillaume Gomez
-1
/
+1
2021-08-05
Add missing root_path when generating links using href
Guillaume Gomez
-0
/
+1
2021-08-05
Add documentation and FIXME
Guillaume Gomez
-4
/
+7
2021-08-05
formatting
Guillaume Gomez
-14
/
+7
2021-08-05
Use rustdoc Span in LinkFromSrc directly
Guillaume Gomez
-4
/
+4
2021-08-05
Move extra arguments for highlight URL generation into a new ContextInfo stru...
Guillaume Gomez
-2
/
+0
2021-08-05
Wrap the span_map tuple index into a type called "LightSpan"
Guillaume Gomez
-17
/
+58
2021-08-05
Improve code readability
Guillaume Gomez
-2
/
+4
2021-08-05
* Rename 'move_span' into 'local_span_to_global_span'
Guillaume Gomez
-0
/
+17
2021-08-05
Generate links for modules as well
Guillaume Gomez
-5
/
+24
2021-08-05
Generate links for methods as well
Guillaume Gomez
-16
/
+36
2021-08-05
Add an option for the source code link generation
Guillaume Gomez
-3
/
+12
2021-08-05
Add links on source types to go to definition
Guillaume Gomez
-26
/
+159
2021-08-04
Rollup merge of #87720 - matthiaskrgr:clippy_into, r=jyn514
Yuki Okushi
-1
/
+1
2021-08-03
Simplify usage of CSS background-image
Guillaume Gomez
-6
/
+41
2021-08-03
Rustdoc accessibility: use an icon for the [-]/[+] controls
Michael Howell
-2
/
+5
2021-08-03
don't use .into() to convert types to identical types (clippy::useless_conver...
Matthias Krüger
-1
/
+1
2021-07-29
Rollup merge of #87451 - GuillaumeGomez:tuple-struct-field-doc, r=jyn514
Yuki Okushi
-12
/
+19
2021-07-26
Rollup merge of #87464 - camelid:rm-union-structhead, r=jyn514
Guillaume Gomez
-4
/
+2
2021-07-26
Add support for tuple struct fields documentation in enums as well
Guillaume Gomez
-3
/
+7
2021-07-25
Remove unnecessary `structhead` parameter from `render_union`
Noah Lev
-4
/
+2
2021-07-25
Auto merge of #87390 - notriddle:notriddle/rustdoc-headers-patch, r=Guillaume...
bors
-13
/
+13
2021-07-25
Rustdoc accessibility: use real headers for doc items
bors
-13
/
+13
2021-07-25
Add support for tuple structs' fields documentation
Guillaume Gomez
-9
/
+12
2021-07-22
Don't hide fields of enum struct variants
Noah Lev
-4
/
+1
2021-07-21
Rollup merge of #87024 - weihanglo:issue-85494, r=Manishearth
Eric Huss
-12
/
+34
2021-07-17
Rustdoc accessibility: make the sidebar headers actual headers
Michael Howell
-29
/
+29
2021-07-16
Auto merge of #86662 - mockersf:fix-86620-link-unknown-location, r=jyn514
bors
-8
/
+11
2021-07-16
Copy item path rather than full `use` statement.
moxian
-3
/
+2
2021-07-12
Auto merge of #86841 - GuillaumeGomez:reexported-macro-2-render, r=Stupremee
bors
-2
/
+11
2021-07-11
rustdoc: show count of item contents when hidden
Weihang Lo
-12
/
+34
2021-07-11
comment about link without a href
François Mockers
-0
/
+1
2021-07-08
Fix display of small-section-header elements
Guillaume Gomez
-1
/
+1
2021-07-07
Fix inconsistency on visibility display for typedefs
Guillaume Gomez
-2
/
+11
2021-07-06
only remove link for TyMethod
François Mockers
-4
/
+4
[prev]
[next]