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-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
[prev]