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
/
formats
Age
Commit message (
Expand
)
Author
Lines
2021-03-24
Don't call `item` on modules for json renderer
Nixon Enraght-Moony
-1
/
+6
2021-03-23
Remove unnecessary `Option` wrapping around `Crate.module`
Camelid
-13
/
+7
2021-03-22
Don't push the crate name onto the `Cache.stack`
Camelid
-2
/
+0
2021-03-09
Remove `masked_crates` from `clean::Crate`
Camelid
-2
/
+5
2021-03-09
Auto merge of #82356 - camelid:render-cleanup, r=GuillaumeGomez
bors
-3
/
+6
2021-03-05
Don't unnecessarily clone some fields in `Context`
Camelid
-3
/
+6
2021-03-05
Make ItemKind::ExternCrate looks like hir::ItemKind::ExternCrate to make tran...
Guillaume Gomez
-2
/
+4
2021-03-01
Remove `krate.version`; fix `crate_version` in JSON
Joshua Nelson
-1
/
+0
2021-03-01
Remove unused `RenderInfo` struct
Joshua Nelson
-27
/
+3
2021-03-01
Remove the dummy cache in `DocContext`
Joshua Nelson
-41
/
+31
2021-02-23
* Fix some typo
Guillaume Gomez
-5
/
+1
2021-02-23
Put clean::Trait extra information into a new struct to make it more coherent
Guillaume Gomez
-5
/
+7
2021-02-23
Remove is_spotlight field from `Trait`
Guillaume Gomez
-2
/
+8
2021-02-05
Remove Function all_types and ret_types fields
Guillaume Gomez
-46
/
+60
2021-02-02
Auto merge of #81557 - GuillaumeGomez:primitive-search, r=ollie27
bors
-0
/
+1
2021-02-01
Put back primitives in search
Guillaume Gomez
-0
/
+1
2021-01-30
rustdoc tweaking
bors
-1
/
+1
2021-01-27
Update to new rustdoc APIs
Guillaume Gomez
-5
/
+2
2021-01-27
Remove cache usage wherever possible
Guillaume Gomez
-71
/
+54
2021-01-27
Use empty Cache for methods requiring it when filling Cache itself
Guillaume Gomez
-48
/
+70
2021-01-27
Remove CACHE_KEY global
Guillaume Gomez
-40
/
+25
2021-01-23
Rollup merge of #81275 - jyn514:time-render, r=wesleywiser
Jonas Schievink
-13
/
+23
2021-01-23
Add more timing info to render_html
Joshua Nelson
-13
/
+23
2021-01-21
Fix rustc::internal lints on rustdoc
Joshua Nelson
-3
/
+3
2021-01-19
Remove unnecessary `after_run` function
Joshua Nelson
-6
/
+9
2021-01-02
Improve code for DocFragment rework
Guillaume Gomez
-4
/
+3
2021-01-02
End of rework of Attributes struct
Guillaume Gomez
-3
/
+4
2020-12-23
Box ItemKind to reduce the size of `Item`
Joshua Nelson
-32
/
+27
2020-12-17
Make it compile
Joshua Nelson
-4
/
+4
2020-12-17
[tmp] Pass `TyCtxt` through to the render backend
Joshua Nelson
-5
/
+4
2020-12-15
Use `Symbol`s for crate names
Joshua Nelson
-7
/
+7
2020-12-14
Switch to Symbol for item.name
Joshua Nelson
-1
/
+2
2020-12-12
Pass Session into renderer
Joshua Nelson
-1
/
+5
2020-12-03
Render Markdown in search results
Camelid
-3
/
+5
2020-11-26
Use `from_def_id_and_parts` for primitives and keywords
Joshua Nelson
-2
/
+2
2020-11-22
Make `fold_item_recur` non-nullable
Joshua Nelson
-40
/
+37
2020-11-15
Make all rustdoc functions and structs crate-private
Joshua Nelson
-33
/
+33
2020-11-14
Rename ItemEnum -> ItemKind, inner -> kind
Joshua Nelson
-14
/
+14
2020-08-30
rustdoc: do not use plain summary for trait impls
Andy Russell
-2
/
+2
2020-07-27
More requested changes
Joseph Ryan
-81
/
+61
2020-07-27
Make requested changes
Joseph Ryan
-15
/
+21
2020-07-27
TODO -> FIXME
Joseph Ryan
-1
/
+1
2020-07-27
Pull out more types from html
Joseph Ryan
-1
/
+14
2020-07-27
Extract `Cache` and other types from `html` module
Joseph Ryan
-97
/
+792
2020-07-27
Refactor html backend to use generic interface
Joseph Ryan
-0
/
+107