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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2024-06-01
Auto merge of #124577 - GuillaumeGomez:stabilize-custom_code_classes_in_docs,...
bors
-5
/
+0
2024-05-26
rustdoc: Show "const" for const-unstable if also overall unstable
Noah Lev
-3
/
+5
2024-05-25
rustdoc: Elide const-unstable if also unstable overall
Noah Lev
-8
/
+13
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-4
/
+4
2024-05-14
rustdoc: Negative impls are not notable
Michael Goulet
-0
/
+8
2024-05-10
Lift `TraitRef` into `rustc_type_ir`
Michael Goulet
-0
/
+1
2024-05-01
Stabilize `custom_code_classes_in_docs` feature
Guillaume Gomez
-5
/
+0
2024-04-19
rustdoc-search: add index of borrow references
Michael Howell
-0
/
+1
2024-04-19
Auto merge of #118441 - GuillaumeGomez:display-stability-version, r=rustdoc
bors
-49
/
+13
2024-04-18
Auto merge of #119912 - notriddle:notriddle/reexport-dedup, r=GuillaumeGomez
bors
-0
/
+2
2024-04-16
Avoid unnecessary `rustc_span::DUMMY_SP` usage.
Nicholas Nethercote
-3
/
+3
2024-04-08
rustdoc-search: single result for items with multiple paths
Michael Howell
-0
/
+2
2024-04-02
Rollup merge of #122614 - notriddle:notriddle/search-desc, r=GuillaumeGomez
Guillaume Gomez
-29
/
+4
2024-03-28
Make local_crate_source_file return a RealFileName
Urgau
-1
/
+1
2024-03-22
rustdoc-search: address nits
Michael Howell
-1
/
+1
2024-03-17
some minor code simplifications
Matthias Krüger
-2
/
+2
2024-03-16
rustdoc-search: shard the search result descriptions
Michael Howell
-29
/
+4
2024-03-15
Rollup merge of #122495 - Manishearth:rustdoc-👻👻👻, r=GuillaumeGomez
Matthias Krüger
-4
/
+3
2024-03-15
less symbols interner locks
klensy
-3
/
+4
2024-03-14
Refactor visibility_print_with_space to directly take an item
Manish Goregaokar
-4
/
+3
2024-03-01
Correctly generate item info of trait items
Guillaume Gomez
-10
/
+8
2024-01-19
Rollup merge of #117662 - GuillaumeGomez:links-in-headings, r=notriddle
Matthias Krüger
-3
/
+17
2024-01-05
Add notes about the serialization format
Michael Howell
-6
/
+25
2024-01-04
Clean up serialization code nits
Michael Howell
-10
/
+9
2023-12-31
rustdoc-search: tighter encoding for `f` index
Michael Howell
-49
/
+97
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-12-10
remove redundant imports
surechen
-1
/
+0
2023-12-05
Generate section headings all from one place
Guillaume Gomez
-3
/
+17
2023-12-05
Remove mention of rust to make the error message generic.
Harold Dost
-1
/
+1
2023-11-30
rustdoc: `div.where` instead of fmt-newline class
Michael Howell
-10
/
+5
2023-11-29
rustdoc: remove small from `small-section-header`
Michael Howell
-1
/
+1
2023-11-29
Always display stability version even if it's the same as the containing item
Guillaume Gomez
-49
/
+13
2023-11-29
rustdoc: Move `AssocItemRender` and `RenderMode` to `html::render`.
Alona Enraght-Moony
-1
/
+16
2023-11-25
is_{some,ok}_and for rustdoc
Michael Goulet
-3
/
+2
2023-11-19
rustdoc-search: add support for associated types
Michael Howell
-5
/
+34
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-2
/
+6
2023-10-30
Descriptive variant name deprecation versions outside the standard library
David Tolnay
-1
/
+1
2023-10-30
Represent absence of 'since' attribute as a variant of DeprecatedSince
David Tolnay
-4
/
+4
2023-10-30
Add a DeprecatedSince::Err variant for versions that fail to parse
David Tolnay
-9
/
+10
2023-10-30
Move deprecation_in_effect to inherent method on Deprecation
David Tolnay
-2
/
+1
2023-10-29
Store version of `deprecated` attribute in structured form
David Tolnay
-8
/
+5
2023-10-29
Rename Since -> StableSince in preparation for a DeprecatedSince
David Tolnay
-11
/
+11
2023-10-28
Rollup merge of #117256 - dtolnay:currentversion, r=compiler-errors
Jubilee
-2
/
+3
2023-10-27
Auto merge of #116471 - notriddle:notriddle/js-trait-alias, r=GuillaumeGomez
bors
-16
/
+9
2023-10-26
Parse rustc version at compile time
David Tolnay
-2
/
+3
2023-10-24
Expose a non-Symbol way to access current rustc version string
David Tolnay
-2
/
+2
2023-10-24
Handle structured stable attribute 'since' version in rustdoc
David Tolnay
-9
/
+22
2023-10-22
rustdoc: make JS trait impls act more like HTML
Michael Howell
-1
/
+0
2023-10-22
Revert "rustdoc: list matching impls on type aliases"
Michael Howell
-42
/
+4
2023-10-22
Revert "Add note about lazy_type_alias"
Michael Howell
-2
/
+2
[next]