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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2021-04-22
Remove unnecessary `diag` parameter to `after_krate`
Joshua Nelson
-1
/
+1
2021-04-22
Remove unnecessary `crate_name` parameter to `after_krate`
Joshua Nelson
-6
/
+2
2021-03-26
Rollup merge of #83055 - aDotInTheVoid:selective-strip-item-doc, r=jyn514
Dylan DPC
-1
/
+5
2021-03-24
Rework rustdoc const type
Guillaume Gomez
-3
/
+7
2021-03-24
Don't call `item` on modules for json renderer
Nixon Enraght-Moony
-1
/
+5
2021-03-24
Rollup merge of #83415 - camelid:remove-crate-module-option, r=jyn514
Dylan DPC
-2
/
+2
2021-03-23
Remove unnecessary `Option` wrapping around `Crate.module`
Camelid
-2
/
+2
2021-03-21
Bump rustdoc-json format version
Camelid
-1
/
+1
2021-03-21
Rename `rustdoc_json_types::Item.source` to `span`
Camelid
-1
/
+1
2021-03-09
Auto merge of #82356 - camelid:render-cleanup, r=GuillaumeGomez
bors
-0
/
+4
2021-03-06
Revert fmt version, add rustdoc-json-types to bootstrap tests
Rune Tynan
-1
/
+1
2021-03-06
Add roundtrip testing and bump format version
Rune Tynan
-1
/
+1
2021-03-06
Remove Item::kind, use tagged enum. Rename variants to match
Rune Tynan
-5
/
+4
2021-03-05
Don't unnecessarily clone some fields in `Context`
Camelid
-0
/
+4
2021-03-05
Make ItemKind::ExternCrate looks like hir::ItemKind::ExternCrate to make tran...
Guillaume Gomez
-1
/
+1
2021-03-01
Remove `krate.version`; fix `crate_version` in JSON
Joshua Nelson
-2
/
+2
2021-03-01
Remove the dummy cache in `DocContext`
Joshua Nelson
-2
/
+1
2021-02-23
Put clean::Trait extra information into a new struct to make it more coherent
Guillaume Gomez
-1
/
+2
2021-02-23
Remove is_spotlight field from `Trait`
Guillaume Gomez
-1
/
+1
2021-02-16
Make `Clean` take &mut DocContext
Joshua Nelson
-2
/
+2
2021-02-08
Make `header` a vec of modifiers, make FunctionPointer consistent with Functi...
Rune Tynan
-1
/
+1
2021-01-28
Remove struct_type from union output and bump format
Rune Tynan
-1
/
+1
2021-01-27
Update crate name and add README
Rune Tynan
-1
/
+1
2021-01-27
Simplify conversion
Rune Tynan
-8
/
+1
2021-01-27
Allow rustc::default_hash_types in the offending statement
Rune Tynan
-0
/
+3
2021-01-27
Split JSON into separately versioned crate
Rune Tynan
-8
/
+17
2021-01-27
More cleanup
Guillaume Gomez
-6
/
+3
2021-01-27
Update to new rustdoc APIs
Guillaume Gomez
-1
/
+1
2021-01-27
Remove CACHE_KEY global
Guillaume Gomez
-40
/
+40
2021-01-23
Rollup merge of #81275 - jyn514:time-render, r=wesleywiser
Jonas Schievink
-0
/
+4
2021-01-23
Add more timing info to render_html
Joshua Nelson
-0
/
+4
2021-01-22
Rollup merge of #81225 - CraftSpider:json-opt-docs, r=jyn514
Mara Bos
-1
/
+1
2021-01-21
Fix rustc::internal lints on rustdoc
Joshua Nelson
-3
/
+3
2021-01-21
Bump format version
Rune Tynan
-1
/
+1
2021-01-19
Remove unnecessary `after_run` function
Joshua Nelson
-5
/
+6
2020-12-23
Box ItemKind to reduce the size of `Item`
Joshua Nelson
-2
/
+2
2020-12-17
Make it compile
Joshua Nelson
-7
/
+10
2020-12-17
[tmp] Pass `TyCtxt` through to the render backend
Joshua Nelson
-2
/
+3
2020-12-15
Use `Symbol`s for crate names
Joshua Nelson
-1
/
+1
2020-12-12
Fix the JSON backend
Joshua Nelson
-2
/
+4
2020-12-12
Pass Session into renderer
Joshua Nelson
-0
/
+3
2020-12-05
Use true ID for def_id.
Nixon Enraght-Moony
-1
/
+6
2020-12-01
Address review comments.
Nixon Enraght-Moony
-9
/
+9
2020-12-01
Add json backend
Joseph Ryan
-16
/
+207
2020-11-15
Make all rustdoc functions and structs crate-private
Joshua Nelson
-1
/
+1
2020-07-30
Update driver to add json backend
Joseph Ryan
-0
/
+47
[prev]