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
/
rustdoc-json-types
Age
Commit message (
Expand
)
Author
Lines
2025-02-24
Fix rustdoc and clippy
Jana Dönszelmann
-2
/
+4
2025-02-01
rustdoc-json-types: Document that crate name isn't package name.
Alona Enraght-Moony
-0
/
+7
2025-01-24
Rollup merge of #135799 - aDotInTheVoid:skrrt-skrrt-revrrt, r=GuillaumeGomez
Matthias Krüger
-8
/
+12
2025-01-22
rustdoc-json-types: Finalize dyn compatibility renaming
Alona Enraght-Moony
-2
/
+1
2025-01-22
rustdoc-json: Rename `Path::name` to `path`, and give it path (again).
Alona Enraght-Moony
-8
/
+12
2025-01-14
Made `Path::name` only have item name rather than full name
Aditya Kumar
-1
/
+1
2024-12-01
rustdoc-json: Include safety of `static`s
Alona Enraght-Moony
-1
/
+17
2024-10-20
Auto merge of #131980 - matthiaskrgr:rollup-iy5nw71, r=matthiaskrgr
bors
-7
/
+19
2024-10-20
Rollup merge of #131976 - jalil-salame:rustdoc-types-copy-enums, r=aDotInTheVoid
Matthias Krüger
-7
/
+7
2024-10-20
fix(rustdoc-json-types): typos
Jalil David Salamé Messina
-4
/
+4
2024-10-20
feat(rustdoc-json-types): mark simple enums as copy
Jalil David Salamé Messina
-3
/
+3
2024-10-20
fix(rustdoc-json-types): document rustc-hash feature
Jalil David Salamé Messina
-0
/
+12
2024-10-20
Update rustc-hash to version 2
Noratrieb
-1
/
+1
2024-10-19
feat(rustdoc-json-types): introduce rustc-hash feature
Jalil David Salamé Messina
-6
/
+14
2024-10-16
rustdoc-JSON: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-3
/
+6
2024-10-11
Rollup merge of #130078 - its-the-shrimp:rustdoc-types-compress-ids, r=aDotIn...
Trevor Gross
-3
/
+3
2024-10-10
fix typo in rustdoc-json-types comment
m
-1
/
+1
2024-09-29
rustdoc-json: `Id(String)` -> `Id(u32)`
schvv31n
-3
/
+3
2024-09-27
rustdoc: update `ProcMacro` docs section on helper attributes
Predrag Gruevski
-1
/
+1
2024-09-01
rustdoc: normalise type/field names in rustdoc-json-types/jsondoclint
schvv31n
-41
/
+49
2024-08-15
rustdoc-json: Use FxHashMap from rustdoc_json_types
Alona Enraght-Moony
-1
/
+1
2024-08-09
rustdoc-json-types `Discriminant`: fix typo
kraktus
-1
/
+1
2024-08-01
rustdoc: Remove OpaqueTy
Alona Enraght-Moony
-9
/
+1
2024-07-29
Rollup merge of #127290 - its-the-shrimp:document_rustdoc_json_types, r=aDotI...
Matthias Krüger
-52
/
+533
2024-07-29
fully document rustdoc-json-types
schvv31n
-52
/
+533
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+2
2024-07-12
Add rustdoc-json support for use<>
Michael Goulet
-1
/
+3
2024-07-03
rustdoc-json: Better representation of lifetime bounds in where clauses.
Alona Enraght-Moony
-3
/
+3
2024-06-05
Remove `Type` from rustdoc `Const`
Boxy
-4
/
+7
2024-05-16
Rollup merge of #125130 - aDotInTheVoid:id-docs, r=GuillaumeGomez
Matthias Krüger
-1
/
+13
2024-05-16
rustdoc-json-types: Document `Id`
Alona Enraght-Moony
-1
/
+13
2024-04-24
chore: fix some typos in comments
whosehang
-1
/
+1
2024-04-08
Normalize layout test to protect against android alignment differences
Oli Scherer
-0
/
+1
2024-04-08
Actually create ranged int types in the type system.
Oli Scherer
-1
/
+1
2024-04-08
Thread pattern types through the HIR
Oli Scherer
-1
/
+7
2023-12-23
Add `is_object_safe` information for traits in JSON output
Guillaume Gomez
-1
/
+2
2023-08-21
rustdoc-json: Rename typedef to type alias
Noah Lev
-4
/
+4
2023-05-22
Verify that `ItemEnum` can be serialized and then deserialized using bincode
Luca Palmieri
-4
/
+13
2023-05-22
Serialize all enums as externally tagged to guarantee compatibility with bina...
Luca Palmieri
-4
/
+2
2023-05-04
IAT: Rustdoc integration
León Orell Valerian Liehr
-3
/
+5
2023-04-10
Fix remaining typos
DaniPopes
-1
/
+1
2023-03-05
fix inconsistent json outputs from rustdoc
ozkanonur
-9
/
+9
2023-01-01
Rustdoc-Json: Report discriminant on all kinds of enum variant.
Nixon Enraght-Moony
-5
/
+12
2022-11-30
Rollup merge of #103065 - aDotInTheVoid:rdj-arg-pattern, r=GuillaumeGomez
Matthias Krüger
-0
/
+4
2022-11-20
rustdoc JSON: Clarify that `Function` is also used for methods
Martin Nordholts
-0
/
+1
2022-11-16
rustdoc JSON: Use `Function` everywhere and remove `Method`
Martin Nordholts
-10
/
+1
2022-11-13
fix some typos in comments
cui fliter
-2
/
+2
2022-10-28
rustdoc-json-types: Improve ItemSummary::path docs
Nixon Enraght-Moony
-0
/
+5
2022-10-14
rustdoc-json: Document and Test that args can be patterns.
Nixon Enraght-Moony
-0
/
+4
2022-09-26
Rustdoc-Json: List impls for primitives
Nixon Enraght-Moony
-2
/
+8
[next]