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
/
html
/
format.rs
Age
Commit message (
Expand
)
Author
Lines
2021-03-24
Rework rustdoc const type
Guillaume Gomez
-313
/
+404
2021-03-07
Avoid temporary allocations in `render_assoc_item`
Joshua Nelson
-0
/
+4
2021-02-06
Restore linking to itself in implementors section of trait page
LeSeulArtichaut
-43
/
+2
2021-02-05
Rollup merge of #81497 - camelid:rustdoc-display_fn-remove-cell, r=jyn514
Mara Bos
-11
/
+11
2021-01-29
rustdoc: Move `display_fn` struct inside `display_fn`
Camelid
-11
/
+11
2021-01-27
rustdoc: Render HRTB correctly for bare functions
Camelid
-6
/
+15
2021-01-27
Remove CACHE_KEY global
Guillaume Gomez
-228
/
+279
2021-01-09
Replace under-used ImplPolarity enum with a boolean
Guillaume Gomez
-1
/
+1
2021-01-01
clippy fixes for librustdoc
Matthias Krüger
-9
/
+9
2020-12-31
Add FIXME for visibility of a module
Camelid
-0
/
+3
2020-12-30
Update `find_nearest_parent_module`
Camelid
-3
/
+3
2020-12-25
Prefer `pub(crate)` over no modifier
Camelid
-3
/
+3
2020-12-25
Handle `pub(super)`
Camelid
-1
/
+9
2020-12-25
Fix bugs; fix and add tests
Camelid
-27
/
+29
2020-12-25
rustdoc: Render visibilities succinctly
Camelid
-2
/
+11
2020-12-18
Remove `DefPath` from `Visibility` and calculate it on demand
Joshua Nelson
-5
/
+6
2020-12-17
Continue String to Symbol conversion in rustdoc
Guillaume Gomez
-9
/
+8
2020-12-16
Replace String with Symbol where possible
Guillaume Gomez
-8
/
+5
2020-11-17
Add `from_def_id_and_kind` reducing duplication in rustdoc
Joshua Nelson
-1
/
+0
2020-11-17
Use DefPath for clean::Visibility, not clean::Path
Joshua Nelson
-5
/
+18
2020-11-15
Make all rustdoc functions and structs crate-private
Joshua Nelson
-14
/
+14
2020-10-09
Simplify included import items handling
Guillaume Gomez
-8
/
+8
2020-10-09
Correctly handle "pub use" reexports
Guillaume Gomez
-2
/
+2
2020-08-31
Fix strings indent
Guillaume Gomez
-1
/
+1
2020-07-27
Extract `Cache` and other types from `html` module
Joseph Ryan
-9
/
+11
2020-07-16
Revert "Remove "important traits" feature"
Manish Goregaokar
-0
/
+12
2020-06-26
Generate docs for links to private items when passed --document-private
Joshua Nelson
-1
/
+1
2020-02-27
Remove "important traits" feature
Guillaume Gomez
-12
/
+0
2020-02-17
Rename `FunctionRetTy` to `FnRetTy`
Yuki Okushi
-1
/
+1
2020-01-26
rustdoc: Fix re-exporting primitive types
Oliver Middleton
-5
/
+8
2020-01-20
Add `MaybeConst` variant to `{ast,hir}::TraitBoundModifier`
Dylan MacKenzie
-0
/
+1
2020-01-07
Rollup merge of #67908 - ollie27:rustdoc_const_html_escape, r=GuillaumeGomez
Yuki Okushi
-3
/
+14
2020-01-05
rustdoc: HTML escape const values
Oliver Middleton
-3
/
+14
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-2
/
+2
2020-01-04
canonicalize FxHash{Map,Set} imports
Mazdak Farrokhzad
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-254
/
+285
2019-12-22
Implement PrintWithSpace trait on hir::Mutability
Guillaume Gomez
-11
/
+11
2019-12-08
Sort auto trait and blanket implementations display
Guillaume Gomez
-0
/
+11
2019-09-28
rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures.
Eduard-Mihai Burtescu
-4
/
+11
2019-09-13
Remove *Space wrappers in favor of direct impls or functions
Mark Rousskov
-68
/
+43
2019-09-13
Unwrap Visibility fields
Mark Rousskov
-6
/
+2
2019-09-13
Move to print functions on types instead of impl fmt::Display
Mark Rousskov
-413
/
+468
2019-09-07
Move to buffers throughout print_item
Mark Rousskov
-3
/
+3
2019-09-07
layout::render takes Print instead of fmt::Display
Mark Rousskov
-1
/
+5
2019-09-07
De-indent all fmt::Display impls for later replacement to functions
Mark Rousskov
-5
/
+5
2019-09-07
Implement Print for FnOnce(&mut Buffer)
Mark Rousskov
-9
/
+11
2019-09-07
Move sidebar to Buffer-printing
Mark Rousskov
-0
/
+23
2019-09-07
Add buffer abstraction
Mark Rousskov
-0
/
+65
2019-08-26
Transition a few fmt::Display impls to functions
Mark Rousskov
-49
/
+53
2019-08-26
Inline RawMutableSpace
Mark Rousskov
-16
/
+7
[next]