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-09-26
Fix populate of union.impls
Loïc BRANSTETT
-0
/
+2
2021-09-02
rustdoc: Clean up handling of lifetime bounds
Noah Lev
-1
/
+1
2021-07-05
Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size"
Justus K
-7
/
+7
2021-07-05
rustdoc: Store DefId's in ItemId on heap for decreasing Item's size
Justus K
-7
/
+7
2021-07-05
rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake`
Justus K
-3
/
+3
2021-07-05
rustdoc: Replace `FakeDefId` with new `ItemId` type
Justus K
-7
/
+7
2021-06-07
format version
Ellen
-1
/
+1
2021-05-15
Minimize amount of fake `DefId`s used in rustdoc
Justus K
-7
/
+8
2021-05-04
Add type to differentiate between fake and real DefId's
Justus K
-7
/
+8
2021-04-29
only store locations in extern_locations
Timothée Delabrouille
-5
/
+6
2021-04-24
rustdoc: Turn `JsonRenderer::mod_item_in` into `unreachable!()`
Joshua Nelson
-15
/
+2
2021-04-22
Remove unnecessary item_name parameter to `mod_item_in`
Joshua Nelson
-1
/
+1
2021-04-22
Remove unnecessary `item_name` parameter to `mod_item_out`
Joshua Nelson
-4
/
+0
2021-04-22
Remove unnecessary `edition` parameter to renderer
Joshua Nelson
-2
/
+0
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
[prev]
[next]