about summary refs log tree commit diff
path: root/src/librustdoc/html/format.rs
AgeCommit message (Expand)AuthorLines
2019-09-28rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures.Eduard-Mihai Burtescu-4/+11
2019-09-13Remove *Space wrappers in favor of direct impls or functionsMark Rousskov-68/+43
2019-09-13Unwrap Visibility fieldsMark Rousskov-6/+2
2019-09-13Move to print functions on types instead of impl fmt::DisplayMark Rousskov-413/+468
2019-09-07Move to buffers throughout print_itemMark Rousskov-3/+3
2019-09-07layout::render takes Print instead of fmt::DisplayMark Rousskov-1/+5
2019-09-07De-indent all fmt::Display impls for later replacement to functionsMark Rousskov-5/+5
2019-09-07Implement Print for FnOnce(&mut Buffer)Mark Rousskov-9/+11
2019-09-07Move sidebar to Buffer-printingMark Rousskov-0/+23
2019-09-07Add buffer abstractionMark Rousskov-0/+65
2019-08-26Transition a few fmt::Display impls to functionsMark Rousskov-49/+53
2019-08-26Inline RawMutableSpaceMark Rousskov-16/+7
2019-08-26Store only the current depthMark Rousskov-6/+6
2019-08-26Remove support for printing HRef in alternate modeMark Rousskov-11/+8
2019-08-10Replace is_doc_reachable with is_publicMark Rousskov-2/+1
2019-06-26remove unused derives and variantsAndy Russell-3/+0
2019-06-05Addressed points raised in review.Niko Matsakis-4/+19
2019-06-05Aggregation of drive-by cosmetic changes.Alexander Regueiro-4/+3
2019-06-03Auto merge of #59033 - GuillaumeGomez:duplicated-bounds, r=Dylan-DPCbors-11/+11
2019-05-26Rename "Associated*" to "Assoc*"Andrew Xu-1/+1
2019-05-18Fix display of const generics in rustdocGuillaume Gomez-3/+1
2019-03-22Rollup merge of #59170 - varkor:const-generics-rustdoc, r=QuietMisdreavus,eddybMazdak Farrokhzad-24/+23
2019-03-18Make clean::Constant display respect f.alternate()varkor-1/+3
2019-03-18Fix indentation issuevarkor-1/+1
2019-03-18Refactor `GenericArgs` to include const genericsvarkor-14/+5
2019-03-18Implement `Clean` for const genericsvarkor-0/+6
2019-03-18Rename typarams to param_namesvarkor-10/+10
2019-03-14Add default keyword handling in rustdocGuillaume Gomez-0/+11
2019-03-09Fix duplicated bounds printing in rustdocGuillaume Gomez-11/+11
2019-02-27Support defining C compatible variadic functionsDan Robertson-17/+5
2019-02-23Transition librustdoc to 2018 editionHirokazu Hata-39/+40
2019-02-20Rollup merge of #58409 - euclio:impl-trait-wrapping, r=QuietMisdreavuskennytm-11/+15
2019-02-15Add Const kind to rustdocvarkor-0/+10
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-3/+3
2019-02-12respect alternate flag when formatting impl traitAndy Russell-11/+15
2019-02-10rustc: doc commentsAlexander Regueiro-3/+3
2019-02-06display sugared return types for async functionsAndy Russell-7/+16
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-15rustdoc: Use dyn keyword when rendering dynamic traitsOliver Middleton-0/+3
2018-08-23use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...Matthias Krüger-1/+1
2018-07-29Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkovbors-5/+5
2018-07-29Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakisbors-11/+9
2018-07-28Don't display full blanket implementation and put it into its own sectionGuillaume Gomez-1/+5
2018-07-27Use str::repeatShotaro Yamada-11/+9
2018-07-27Prefer to_string() to format!()ljedrz-5/+5
2018-06-21Display async fn in rustdoc.Without Boats-0/+13
2018-06-20Make GenericBound explicitvarkor-2/+2
2018-06-20Rename ParamBound(s) to GenericBound(s)varkor-10/+10
2018-06-20Use ParamBounds in WhereRegionPredicatevarkor-1/+1
2018-06-20Lift bounds into GenericParamvarkor-10/+10