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
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
2019-08-26
Store only the current depth
Mark Rousskov
-6
/
+6
2019-08-26
Remove support for printing HRef in alternate mode
Mark Rousskov
-11
/
+8
2019-08-10
Replace is_doc_reachable with is_public
Mark Rousskov
-2
/
+1
2019-06-26
remove unused derives and variants
Andy Russell
-3
/
+0
2019-06-05
Addressed points raised in review.
Niko Matsakis
-4
/
+19
2019-06-05
Aggregation of drive-by cosmetic changes.
Alexander Regueiro
-4
/
+3
2019-06-03
Auto merge of #59033 - GuillaumeGomez:duplicated-bounds, r=Dylan-DPC
bors
-11
/
+11
2019-05-26
Rename "Associated*" to "Assoc*"
Andrew Xu
-1
/
+1
2019-05-18
Fix display of const generics in rustdoc
Guillaume Gomez
-3
/
+1
2019-03-22
Rollup merge of #59170 - varkor:const-generics-rustdoc, r=QuietMisdreavus,eddyb
Mazdak Farrokhzad
-24
/
+23
2019-03-18
Make clean::Constant display respect f.alternate()
varkor
-1
/
+3
2019-03-18
Fix indentation issue
varkor
-1
/
+1
2019-03-18
Refactor `GenericArgs` to include const generics
varkor
-14
/
+5
2019-03-18
Implement `Clean` for const generics
varkor
-0
/
+6
2019-03-18
Rename typarams to param_names
varkor
-10
/
+10
2019-03-14
Add default keyword handling in rustdoc
Guillaume Gomez
-0
/
+11
2019-03-09
Fix duplicated bounds printing in rustdoc
Guillaume Gomez
-11
/
+11
2019-02-27
Support defining C compatible variadic functions
Dan Robertson
-17
/
+5
2019-02-23
Transition librustdoc to 2018 edition
Hirokazu Hata
-39
/
+40
2019-02-20
Rollup merge of #58409 - euclio:impl-trait-wrapping, r=QuietMisdreavus
kennytm
-11
/
+15
2019-02-15
Add Const kind to rustdoc
varkor
-0
/
+10
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-3
/
+3
2019-02-12
respect alternate flag when formatting impl trait
Andy Russell
-11
/
+15
2019-02-10
rustc: doc comments
Alexander Regueiro
-3
/
+3
2019-02-06
display sugared return types for async functions
Andy Russell
-7
/
+16
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-10-15
rustdoc: Use dyn keyword when rendering dynamic traits
Oliver Middleton
-0
/
+3
2018-08-23
use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...
Matthias Krüger
-1
/
+1
2018-07-29
Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov
bors
-5
/
+5
2018-07-29
Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis
bors
-11
/
+9
2018-07-28
Don't display full blanket implementation and put it into its own section
Guillaume Gomez
-1
/
+5
2018-07-27
Use str::repeat
Shotaro Yamada
-11
/
+9
2018-07-27
Prefer to_string() to format!()
ljedrz
-5
/
+5
2018-06-21
Display async fn in rustdoc.
Without Boats
-0
/
+13
2018-06-20
Make GenericBound explicit
varkor
-2
/
+2
2018-06-20
Rename ParamBound(s) to GenericBound(s)
varkor
-10
/
+10
2018-06-20
Use ParamBounds in WhereRegionPredicate
varkor
-1
/
+1
2018-06-20
Lift bounds into GenericParam
varkor
-10
/
+10
[next]