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
/
json
Age
Commit message (
Expand
)
Author
Lines
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-10
/
+11
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
-1
/
+8
2023-10-29
Store version of `deprecated` attribute in structured form
David Tolnay
-2
/
+1
2023-10-22
rustdoc: wrap Type with Box instead of Generics
Michael Howell
-3
/
+3
2023-10-14
Rollup merge of #115439 - fmease:rustdoc-priv-repr-transparent-heuristic, r=G...
Matthias Krüger
-1
/
+2
2023-10-12
Hide host effect params from docs
Oli Scherer
-7
/
+9
2023-10-09
Auto merge of #116142 - GuillaumeGomez:enum-variant-display, r=fmease
bors
-1
/
+1
2023-10-03
rustdoc: fix & clean up handling of cross-crate higher-ranked lifetimes
León Orell Valerian Liehr
-3
/
+2
2023-09-25
Show enum variant value if it is a C-like variant
Guillaume Gomez
-1
/
+1
2023-09-18
rustdoc: hide repr(transparent) if it isn't part of the public ABI
León Orell Valerian Liehr
-1
/
+2
2023-09-07
Auto merge of #114855 - Urgau:rustdoc-typedef-inner-variants, r=GuillaumeGomez
bors
-1
/
+1
2023-09-01
Reuse const rendering from rustdoc in rmeta encoding
Ben Kimock
-2
/
+2
2023-08-26
rustdoc: show inner enum and struct in type definition for concrete type
Urgau
-1
/
+1
2023-08-21
rustdoc-json: Rename typedef to type alias
Noah Lev
-7
/
+7
2023-08-21
rustdoc: Rename `clean` items from typedef to type alias
Noah Lev
-5
/
+5
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
[next]