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
/
renderer.rs
Age
Commit message (
Expand
)
Author
Lines
2023-11-18
Remove unneeded `unknown` variable and `Symbol` creation when iterating over ...
Guillaume Gomez
-4
/
+4
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-2
/
+5
2022-10-06
Remove `-Ztime` option.
Nicholas Nethercote
-2
/
+2
2022-05-21
Remove `crate` visibility modifier in libs, tests
Jacob Pratt
-2
/
+2
2022-03-16
resolve the conflict in compiler/rustc_session/src/parse.rs
codehorseman
-1
/
+1
2022-03-04
librustdoc: adopt let else in more places
est31
-4
/
+2
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-1
/
+1
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-02
Rollup merge of #83478 - jyn514:fine-grained-files, r=Mark-Simulacrum
Dylan DPC
-0
/
+5
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-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
-1
/
+3
2021-03-01
Remove the dummy cache in `DocContext`
Joshua Nelson
-14
/
+3
2021-02-05
Remove Function all_types and ret_types fields
Guillaume Gomez
-0
/
+1
2021-01-27
Update to new rustdoc APIs
Guillaume Gomez
-5
/
+2
2021-01-27
Remove CACHE_KEY global
Guillaume Gomez
-23
/
+15
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
2020-12-23
Box ItemKind to reduce the size of `Item`
Joshua Nelson
-1
/
+1
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
-2
/
+1
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-11-15
Make all rustdoc functions and structs crate-private
Joshua Nelson
-2
/
+2
2020-11-14
Rename ItemEnum -> ItemKind, inner -> kind
Joshua Nelson
-1
/
+1
2020-07-27
More requested changes
Joseph Ryan
-68
/
+58
2020-07-27
Make requested changes
Joseph Ryan
-13
/
+15
2020-07-27
Pull out more types from html
Joseph Ryan
-1
/
+3
2020-07-27
Extract `Cache` and other types from `html` module
Joseph Ryan
-0
/
+112