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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
json
Age
Commit message (
Expand
)
Author
Lines
2023-08-16
Improve code readability by moving fmt args directly into the string
Guillaume Gomez
-3
/
+3
2023-07-28
Render generic const items in rustdoc
León Orell Valerian Liehr
-2
/
+7
2023-05-30
rustdoc: simplify `clean` by removing `FnRetTy`
Michael Howell
-4
/
+1
2023-05-22
rustdoc: Cleanup doc string collapsing
Vadim Petrochenkov
-1
/
+1
2023-05-04
IAT: Rustdoc integration
León Orell Valerian Liehr
-1
/
+1
2023-05-02
Make tools happy
Michael Goulet
-0
/
+4
2023-04-29
Unify attributes retrieval for JSON and HTML rendering
Guillaume Gomez
-6
/
+1
2023-04-26
rustdoc-json: Time serialization.
Alona Enraght-Moony
-1
/
+4
2023-04-16
Spelling librustdoc
Josh Soref
-2
/
+2
2023-04-12
remove some unneeded imports
KaDiWa
-1
/
+0
2023-03-30
Replace doc(primitive) with rustc_doc_primitive
Guillaume Gomez
-4
/
+2
2023-03-28
rustdoc + rustdoc-json support for non_lifetime_binders
Michael Goulet
-4
/
+30
2023-02-22
rustdoc: reduce allocations when generating tooltips
Michael Howell
-1
/
+1
2023-02-18
Improve code readability
Guillaume Gomez
-10
/
+21
2023-02-18
Fix bad handling of primitive types
Guillaume Gomez
-30
/
+48
2023-02-18
Allow reexports of items with same name but different types to both appear
Guillaume Gomez
-57
/
+60
2023-02-15
Use more let chain
Guillaume Gomez
-6
/
+5
2023-02-08
Fix small debug typo
Guillaume Gomez
-1
/
+1
2023-01-22
rustdoc: Use `DefId(Map,Set)` instead of `FxHash(Map,Set)`
Vadim Petrochenkov
-8
/
+8
2023-01-10
Remove unneeded ItemId::Primitive variant
Guillaume Gomez
-1
/
+0
2023-01-04
Rollup merge of #106412 - GuillaumeGomez:fix-links-to-primitive-rustdoc-json,...
Matthias Krüger
-8
/
+23
2023-01-04
Remove unused match pattern for primitive types
Guillaume Gomez
-1
/
+1
2023-01-03
Fix link generation for local primitive types in rustdoc JSON output
Guillaume Gomez
-7
/
+22
2023-01-01
Rustdoc-Json: Report discriminant on all kinds of enum variant.
Nixon Enraght-Moony
-5
/
+7
2023-01-01
clean: Always store enum disriminant.
Nixon Enraght-Moony
-3
/
+6
2022-12-02
Rustdoc-Json: Don't include foreign traits
Nixon Enraght-Moony
-52
/
+1
2022-12-01
rustc_ast_lowering: Stop lowering imports into multiple items
Vadim Petrochenkov
-1
/
+1
2022-11-21
Unreserve braced enum variants in value namespace
Vadim Petrochenkov
-5
/
+5
2022-11-16
rustdoc JSON: Use `Function` everywhere and remove `Method`
Martin Nordholts
-22
/
+7
2022-11-13
fix some typos in comments
cui fliter
-2
/
+2
2022-11-05
rustdoc: use `ThinVec` and `Box<str>` to shrink `clean::ItemKind`
Michael Howell
-1
/
+1
2022-11-04
Rollup merge of #103935 - GuillaumeGomez:remove-rustdoc-visibility-ty, r=notr...
Matthias Krüger
-6
/
+5
2022-11-03
Remove rustdoc clean::Visibility type
Guillaume Gomez
-6
/
+5
2022-11-02
rustdoc: remove unneeded Box from ItemKind
Michael Howell
-1
/
+1
2022-10-30
Make rustdoc Item::visibility computed on-demand
Guillaume Gomez
-1
/
+2
2022-10-05
rustdoc: render more cross-crate hrtbs properly
León Orell Valerian Liehr
-2
/
+3
2022-09-27
rustdoc: remove `clean::TraitWithExtraInfo`
Michael Howell
-1
/
+0
2022-09-26
Rustdoc-Json: List impls for primitives
Nixon Enraght-Moony
-3
/
+11
2022-09-13
Rustdoc-Json: Don't loose subitems of foreign traits.
Nixon Enraght-Moony
-2
/
+13
2022-09-10
Rustdoc-Json: Correcty handle intra-doc-links to items without HTML page
Nixon Enraght-Moony
-2
/
+9
2022-09-07
Rustdoc-Json: More accurate struct type.
Nixon Enraght-Moony
-25
/
+11
2022-09-05
Rustdoc-Json: Store Variant Fields as their own item.
Nixon Enraght-Moony
-11
/
+21
2022-09-05
Auto merge of #101386 - aDotInTheVoid:rdj-discriminant, r=GuillaumeGomez
bors
-1
/
+13
2022-09-04
rustdoc: Compute enum discriminant on demand
Nixon Enraght-Moony
-8
/
+10
2022-09-03
Rustdoc-Json: Add enum discriminant
Nixon Enraght-Moony
-1
/
+11
2022-09-03
remove redundant clones
Matthias Krüger
-1
/
+1
2022-08-29
Rollup merge of #101106 - aDotInTheVoid:rdj-stripped-mod, r=GuillaumeGomez
Matthias Krüger
-3
/
+51
2022-08-29
Rustdoc-Json: Retain Stripped Modules when they are imported, not when they h...
Nixon Enraght-Moony
-3
/
+51
2022-08-28
Auto merge of #100497 - kadiwa4:remove_clone_into_iter, r=cjgillot
bors
-5
/
+6
2022-08-21
Auto merge of #100645 - notriddle:notriddle/rustdoc-diet-plan, r=GuillaumeGomez
bors
-3
/
+3
[next]