about summary refs log tree commit diff
path: root/src/librustdoc/html/format.rs
AgeCommit message (Expand)AuthorLines
2017-04-09merge with master to pick up pulldown switchQuietMisdreavus-4/+4
2017-04-06rustdoc: move the space at the end of where clausesQuietMisdreavus-3/+11
2017-04-06rustdoc: where clause adjustment to fix testsQuietMisdreavus-4/+7
2017-04-05style: space between struct name and opening braceQuietMisdreavus-2/+2
2017-04-04rustdoc: properly indent fn signatures in traitsQuietMisdreavus-7/+21
2017-03-31rustdoc: fix alignment of fn arguments when on multiple linesQuietMisdreavus-1/+1
2017-03-31rustdoc: format where clauses like rust-lang-nursery/fmt-rfcs#38QuietMisdreavus-32/+29
2017-03-28rustdoc: format fns like format rfc 39QuietMisdreavus-20/+16
2017-03-21Add whitespace around "=" in assoc itemsGuillaume Gomez-2/+2
2017-03-17Fix invalid debug display for associated constsGuillaume Gomez-2/+2
2017-03-10Fix associated consts displayGuillaume Gomez-19/+47
2017-02-28Apply the same transformation to every typesGuillaume Gomez-20/+34
2017-02-26Put the const type and value into <code>Guillaume Gomez-18/+70
2017-02-09Add the short type to inline links, tooMichael Howell-2/+2
2017-02-06rustdoc: Improve impl disambiguationOliver Middleton-2/+4
2017-01-21Force backline on all where in docsGuillaume Gomez-4/+3
2017-01-17AST/HIR: Merge ObjectSum and PolyTraitRefVadim Petrochenkov-13/+0
2017-01-04Auto merge of #38414 - estebank:doc-dissambiguate, r=steveklabnikbors-164/+183
2016-12-22use same param name across methodsEsteban Küber-7/+10
2016-12-20rustdoc: properly calculate line length for impl where clausesQuietMisdreavus-1/+1
2016-12-15Rustdoc: disambiguate Implementors when the type name is not uniqueEsteban Küber-164/+180
2016-11-30rustdoc: link to cross-crate sources directly.Eduard-Mihai Burtescu-10/+12
2016-11-28rustc: desugar `use a::{b,c};` into `use a::b; use a::c;` in HIR.Eduard-Mihai Burtescu-27/+0
2016-10-17rustdoc: make Method/WhereClause wrappers use usize for indentsQuietMisdreavus-12/+13
2016-10-15rustdoc: if a where clause gets any lines, it gets its own lineQuietMisdreavus-1/+3
2016-10-15rustdoc: break where clauses onto their own line if they don't have enough roomQuietMisdreavus-1/+6
2016-10-15rustdoc: apply proper indent when where clauses aren't on their own lineQuietMisdreavus-8/+26
2016-10-13fix spurious </span> appearing before the opening tagQuietMisdreavus-1/+1
2016-10-13rustdoc: add line breaks to where clauses a la rustfmtQuietMisdreavus-11/+23
2016-10-11Rollup merge of #36679 - QuietMisdreavus:rustdoc-line-breaks, r=steveklabnikGuillaume Gomez-100/+318
2016-10-02Remove redundant 'Import' in variant names, stop reexporting.Corey Farwell-3/+3
2016-10-02Rename method 'to_string' to match conventions.Corey Farwell-1/+1
2016-09-26rustdoc: fix regression when printing single-element tuplesQuietMisdreavus-1/+1
2016-09-26rustdoc: format bare functions like rustfmtQuietMisdreavus-24/+29
2016-09-26rustdoc: format struct methods like rustfmtQuietMisdreavus-99/+304
2016-09-23rustdoc: format non-self arguments for struct methods on their own lineQuietMisdreavus-1/+5
2016-09-23rustdoc: print arguments to bare functions on their own lineQuietMisdreavus-1/+5
2016-09-20rustc_metadata: go only through rustc_serialize in astencode.Eduard Burtescu-2/+1
2016-08-24Remove unnecessary 'Primitive' prefix on `PrimitiveType` enum variants.Corey Farwell-7/+7
2016-08-24Stop reexporting `PrimitiveType` enum in librustdoc.Corey Farwell-13/+14
2016-08-17Auto merge of #35236 - nrc:rustdoc-redirects, r=@alexcrichtonbors-1/+1
2016-08-17rustdoc: refactoring and tidying upNick Cameron-1/+1
2016-08-13Rename empty/bang to neverAndrew Cann-1/+1
2016-08-13Remove obsolete divergence related stuffAndrew Cann-1/+0
2016-08-12syntax: add anonymized type syntax, i.e. impl TraitA+TraitB.Eduard Burtescu-0/+10
2016-07-12rustdoc: Fix methods in seach resultsOliver Middleton-22/+19
2016-07-06rustc: Update stage0 to beta-2016-07-06Alex Crichton-2/+1
2016-07-03prefer `if let` to match with `None => {}` arm in some placesZack M. Davis-12/+8
2016-06-09fix damage in librustcAriel Ben-Yehuda-3/+4
2016-05-30print enum variant fields in docsOliver Schneider-8/+8