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
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
2022-09-16
Document that ResolvedPath can also be a union
Nixon Enraght-Moony
-1
/
+1
2022-09-12
Rustdoc-Json: Fix Type docs.
Nixon Enraght-Moony
-2
/
+2
2022-09-07
Rustdoc-Json: More accurate struct type.
Nixon Enraght-Moony
-15
/
+31
2022-09-05
Rustdoc-Json: Store Variant Fields as their own item.
Nixon Enraght-Moony
-3
/
+30
2022-09-03
Rustdoc-Json: Add enum discriminant
Nixon Enraght-Moony
-2
/
+19
2022-08-13
Rollup merge of #100335 - aDotInTheVoid:rdj-resolved-path, r=GuillaumeGomez
Michael Goulet
-11
/
+20
2022-08-10
Rustdoc-Json: Add `Path` type for traits.
Nixon Enraght-Moony
-11
/
+20
2022-08-10
Rollup merge of #99479 - Enselic:import-can-be-without-id, r=camelid
Matthias Krüger
-2
/
+5
2022-08-03
Rustdoc-Json: Document HRTB's on DynTrait
Nixon Enraght-Moony
-4
/
+34
2022-07-19
rustdoc-json: Remove doc FIXME for Import::id and explain
Martin Nordholts
-2
/
+5
2022-07-16
Fix rustdoc JSON inline
Guillaume Gomez
-1
/
+4
2022-07-02
rustdoc-json-types: Clean up derives.
Nixon Enraght-Moony
-44
/
+44
2022-05-04
rustdoc-json: Fix HRTBs for WherePredicate::BoundPredicate
Martin Nordholts
-1
/
+9
2022-05-04
rustdoc-json-types: Improve docs for HRTB fields
Martin Nordholts
-1
/
+14
2022-03-14
rustdoc-json-types: implementors -> implementations
Nixon Enraght-Moony
-2
/
+2
2022-03-13
rustdoc-json-types: ty -> type_
Nixon Enraght-Moony
-4
/
+15
2022-03-04
rustdoc-json: Include GenericParamDefKind::Type::synthetic in JSON
Martin Nordholts
-4
/
+36
2022-03-03
make generic projection types print correctly
Michael Goulet
-3
/
+3
2022-02-27
make GATs print properly in traits
Michael Goulet
-0
/
+3
2022-02-18
rustdoc-json: Better Header Type
Nixon Enraght-Moony
-14
/
+29
2022-01-20
Increase the format version of rustdoc-json-types
Loïc BRANSTETT
-3
/
+3
2022-01-17
Update term for use in more places
kadmin
-2
/
+9
2021-10-15
Moved format-version constant to rustdoc-json-types
Yuval Dolev
-0
/
+3
2021-10-08
Remove special-casing of never primitive in rustdoc-json-types
Loïc BRANSTETT
-2
/
+0
2021-09-29
Don't ignore impls for primitive types
Hirochika Matsumoto
-0
/
+2
2021-09-20
Migrate to 2021
Mark Rousskov
-1
/
+1
2021-09-02
rustdoc: Clean up handling of lifetime bounds
Noah Lev
-1
/
+1
2021-07-29
rfc3052: Remove authors field from Cargo manifests
Jade
-1
/
+0
2021-07-25
Add generic arg infer
kadmin
-0
/
+1
2021-06-03
rustdoc- Show defaults on const generics
Ellen
-1
/
+1
2021-03-21
rustdoc-json: Rename `Import.span` to `Import.source`
Camelid
-1
/
+1
2021-03-21
Rename `rustdoc_json_types::Item.source` to `span`
Camelid
-1
/
+1
2021-03-06
x.py fmt
Rune Tynan
-9
/
+3
2021-03-06
Move tests to own file
Rune Tynan
-42
/
+41
2021-03-06
Add roundtrip testing and bump format version
Rune Tynan
-0
/
+47
2021-03-06
Remove Item::kind, use tagged enum. Rename variants to match
Rune Tynan
-24
/
+24
[next]