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-08-28
Add new `doc(attribute = "...")` attribute
Guillaume Gomez
-2
/
+7
2025-07-30
rustdoc-json: Move `#[macro_export]` from `Other` to it's own variant
Alona Enraght-Moony
-2
/
+5
2025-07-15
rustdoc-json: Structured attributes
Alona Enraght-Moony
-4
/
+85
2025-06-22
Port `#[no_mangle]` to new attribute parsing infrastructure
Jonathan Brouwer
-2
/
+2
2025-06-22
Port `#[must_use]` to new attribute parsing infrastructure
Jonathan Brouwer
-2
/
+2
2025-06-21
rustdoc_json: represent generic args consistently.
Nicholas Nethercote
-4
/
+4
2025-06-21
Fix some comments.
Nicholas Nethercote
-3
/
+3
2025-06-20
expected word diagnostic test
Jana Dönszelmann
-2
/
+2
2025-06-18
bump rustdoc json format number for pretty print change of attribute
Jana Dönszelmann
-2
/
+2
2025-06-17
bump rustdoc json version for inline attribute representation
Jana Dönszelmann
-2
/
+2
2025-06-17
Add a comment to `FORMAT_VERSION`.
Nicholas Nethercote
-0
/
+8
2025-06-03
rustdoc-json-type: Depend on `serde` and `serde_derive` seperately
Alona Enraght-Moony
-2
/
+3
2025-06-02
[rustdoc-json] Implement PartialOrd and Ord for rustdoc_types::Id
Luca Palmieri
-1
/
+1
2025-05-22
rustdoc JSON: Don't apply `#[repr]` privacy heuristics
León Orell Valerian Liehr
-1
/
+1
2025-05-21
rustdoc-json: Remove false docs and add test for inline attribute
Alona Enraght-Moony
-7
/
+1
2025-04-18
Update rustdoc-json-types `FORMAT_VERSION` to 45
Guillaume Gomez
-1
/
+1
2025-04-18
Make rustdoc JSON Span column 1-based, just like line numbers
Guillaume Gomez
-2
/
+2
2025-04-15
rustdoc: Output target feature information
Will Glynn
-1
/
+57
2025-03-22
rustdoc: Use own logic to print `#[repr(..)]` attributes in JSON output.
Predrag Gruevski
-4
/
+18
2025-03-15
Add RTN support to rustdoc
Michael Goulet
-1
/
+3
2025-03-10
make precise capturing args in rustdoc Json typed
morine0122
-2
/
+18
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
[next]