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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
formats
Age
Commit message (
Expand
)
Author
Lines
2021-04-27
Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the...
Timothée Delabrouille
-3
/
+5
2021-04-25
Rollup merge of #84464 - jyn514:type-kind, r=CraftSpider
Yuki Okushi
-19
/
+39
2021-04-24
Rollup merge of #84458 - jyn514:cleanup-after-krate, r=GuillaumeGomez
Yuki Okushi
-23
/
+12
2021-04-23
Fix macro bug in `impl From<DefKind> for ItemType`
Joshua Nelson
-1
/
+5
2021-04-23
Don't repeat `hir::def::DefKind` so much
Joshua Nelson
-33
/
+33
2021-04-23
Use ItemType in cache
Joshua Nelson
-21
/
+1
2021-04-23
Take ItemType instead of TypeKind in record_extern_fqn
Joshua Nelson
-2
/
+38
2021-04-22
Remove unnecessary item_name parameter to `mod_item_in`
Joshua Nelson
-7
/
+4
2021-04-22
Remove unnecessary `item_name` parameter to `mod_item_out`
Joshua Nelson
-2
/
+4
2021-04-22
Remove unnecessary `edition` parameter to renderer
Joshua Nelson
-4
/
+2
2021-04-22
Remove unnecessary `diag` parameter to `after_krate`
Joshua Nelson
-5
/
+2
2021-04-22
Remove unnecessary `crate_name` parameter to `after_krate`
Joshua Nelson
-7
/
+2
2021-04-22
Get rid of ExternCrate::primitives
Joshua Nelson
-1
/
+1
2021-04-22
Remove `name` field from ExternalCrate
Joshua Nelson
-3
/
+4
2021-04-22
Remove src field from ExternCrate
Joshua Nelson
-1
/
+1
2021-04-06
Store links in Cache instead of on items directly
Joshua Nelson
-0
/
+5
2021-04-06
Rollup merge of #83835 - notriddle:sort-index, r=ollie27
Yuki Okushi
-12
/
+1
2021-04-04
Get rid of unneeded `aliases` field
Michael Howell
-4
/
+0
2021-04-03
rustdoc: sort search index items for compression
Michael Howell
-8
/
+1
2021-04-04
Rollup merge of #83756 - camelid:internal-rename-doc-spotlight, r=GuillaumeGomez
Yuki Okushi
-2
/
+2
2021-04-02
rustdoc: Rename internal uses of `spotlight`
Camelid
-2
/
+2
2021-04-02
Rollup merge of #83478 - jyn514:fine-grained-files, r=Mark-Simulacrum
Dylan DPC
-0
/
+5
2021-04-02
Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514
bors
-1
/
+1
2021-03-25
Add unstable option to only emit shared/crate-specific files
Joshua Nelson
-0
/
+5
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-15
Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]`
Camelid
-1
/
+1
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
[next]