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
/
formats
Age
Commit message (
Expand
)
Author
Lines
2024-08-30
Remove `#[macro_use] extern crate tracing` from rustdoc.
Nicholas Nethercote
-0
/
+2
2024-08-29
Rollup merge of #129743 - GuillaumeGomez:fix-rustdoc-clippy, r=notriddle
Guillaume Gomez
-6
/
+6
2024-08-29
Fix clippy lints
Guillaume Gomez
-6
/
+6
2024-08-26
Stop using a special inner body for the coroutine by-move body for async clos...
Michael Goulet
-1
/
+2
2024-08-05
Rollup merge of #128385 - its-the-shrimp:fix_114039, r=aDotInTheVoid
Matthias Krüger
-23
/
+15
2024-08-05
rustdoc-json: discard non-local inherent impls
schvv31n
-23
/
+15
2024-08-04
Rollup merge of #128578 - camelid:cache-index-cleanup, r=notriddle
Matthias Krüger
-145
/
+159
2024-08-03
rustdoc: Re-add missing `stripped_mod` check; explain orphan impls
Noah Lev
-5
/
+26
2024-08-02
Restructure `add_item_to_search_index` to eliminate code paths
Noah Lev
-110
/
+103
2024-08-02
Extract local variables
Noah Lev
-30
/
+33
2024-08-02
Restructure a confusing `match`
Noah Lev
-62
/
+62
2024-08-02
rustdoc: Simplify some search index code
Noah Lev
-32
/
+28
2024-08-02
rustdoc: Clarify construction of name for search index
Noah Lev
-11
/
+14
2024-08-02
rustdoc: Extract helper function to add item to search index
Noah Lev
-137
/
+135
2024-08-01
rustdoc: Remove OpaqueTy
Alona Enraght-Moony
-4
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+4
2024-06-06
Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk"
Rémy Rakic
-1
/
+1
2024-05-22
rustc: Use `tcx.used_crates(())` more
Vadim Petrochenkov
-1
/
+1
2024-04-18
Auto merge of #119912 - notriddle:notriddle/reexport-dedup, r=GuillaumeGomez
bors
-0
/
+12
2024-04-08
rustdoc-search: single result for items with multiple paths
Michael Howell
-0
/
+12
2024-04-04
Improve code a bit
Guillaume Gomez
-6
/
+4
2024-03-12
Change `DefKind::Static` to a struct variant
Oli Scherer
-1
/
+1
2024-02-09
Correctly generate path for non-local items in source code pages
Guillaume Gomez
-12
/
+25
2023-11-29
rustdoc: Move `AssocItemRender` and `RenderMode` to `html::render`.
Alona Enraght-Moony
-15
/
+0
2023-11-26
merge `DefKind::Coroutine` into `DefKind::Closure`
bohan
-2
/
+1
2023-11-25
is_{some,ok}_and for rustdoc
Michael Goulet
-4
/
+4
2023-11-21
rustdoc-search: make primitives and keywords less special
Michael Howell
-22
/
+29
2023-11-19
rustdoc-search: add support for associated types
Michael Howell
-0
/
+3
2023-11-18
Remove unneeded `unknown` variable and `Symbol` creation when iterating over ...
Guillaume Gomez
-4
/
+4
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-11
/
+16
2023-10-22
rustdoc: use JS to inline target type impl docs into alias
Michael Howell
-2
/
+5
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-1
/
+1
2023-10-11
Handle private dep at the same level as masked crates
Guillaume Gomez
-15
/
+10
2023-10-11
Prevent showing methods from blanket impls of not available foreign traits to...
Guillaume Gomez
-1
/
+13
2023-10-10
Rollup merge of #109422 - notriddle:notriddle/impl-disambiguate-search, r=Gui...
Guillaume Gomez
-31
/
+42
2023-09-26
Don't store lazyness in DefKind
Michael Goulet
-1
/
+1
2023-09-21
rustdoc-search: add impl disambiguator to duplicate assoc items
Michael Howell
-0
/
+13
2023-09-21
rustdoc: use let chain in `CacheBuilder::fold_item`
Michael Howell
-31
/
+29
2023-08-26
rustdoc: bind typedef inner type items to the folding system
Urgau
-0
/
+1
2023-08-21
rustdoc: Rename `clean` items from typedef to type alias
Noah Lev
-5
/
+5
2023-08-07
Store the laziness of type aliases in the DefKind
León Orell Valerian Liehr
-1
/
+1
2023-07-18
Auto merge of #113574 - GuillaumeGomez:rustdoc-json-strip-hidden-impl, r=aDot...
bors
-2
/
+5
2023-07-14
Correctly handle `--document-hidden-items`
Guillaume Gomez
-2
/
+5
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-1
/
+1
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-2
/
+5
2023-07-08
Replace RPITIT current impl with new strategy that lowers as a GAT
Santiago Pastorino
-1
/
+0
2023-06-20
Fix invalid creation of files in rustdoc
Guillaume Gomez
-0
/
+5
2023-05-27
Rollup merge of #112018 - GuillaumeGomez:cleanup-tcx, r=notriddle
Matthias Krüger
-1
/
+1
2023-05-27
Clean up usage of `cx.tcx` when `tcx` is already set into a variable
Guillaume Gomez
-1
/
+1
2023-05-22
rustdoc: Cleanup doc string collapsing
Vadim Petrochenkov
-3
/
+2
[prev]
[next]