about summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
AgeCommit message (Expand)AuthorLines
2016-08-27rustdoc: Add missing item types to page titlesOliver Middleton-3/+15
2016-08-27Use deterministic `FnvHash{Map,Set}` in rustdocJonas Schievink-28/+29
2016-08-24Migrate ItemType::from_type_kind to convert::From.Corey Farwell-1/+1
2016-08-24Migrate ItemType::from_item to convert::From.Corey Farwell-1/+1
2016-08-24Migrate Context::maybe_ignore_item method to standalone function.Corey Farwell-14/+14
2016-08-24Move ItemEnum → Generics logic into method on ItemEnum.Corey Farwell-11/+2
2016-08-19RedirectNick Cameron-0/+10
2016-08-17Review changesNick Cameron-37/+66
2016-08-17rustdoc: redirects from sane, namespaced URLs to Rustdoc's ridiculous onesNick Cameron-17/+42
2016-08-17rustdoc: refactoring and tidying upNick Cameron-106/+108
2016-07-25rustdoc: Fix tuple struct where clause renderingOliver Middleton-2/+13
2016-07-12rustdoc: Fix methods in seach resultsOliver Middleton-24/+19
2016-07-06Rollup merge of #34626 - sylvestre:master, r=ManishearthSteve Klabnik-1/+1
2016-07-05Auto merge of #34587 - ollie27:rustdoc_prim_titles, r=steveklabnikbors-7/+8
2016-07-03prefer `if let` to match with `None => {}` arm in some placesZack M. Davis-21/+15
2016-07-03Fix a few typos in the codeSylvestre Ledru-1/+1
2016-06-30rustdoc: Remove paths from primitive page <title> tagsOliver Middleton-7/+8
2016-06-30Auto merge of #34541 - jseyfried:rollup, r=jseyfriedbors-16/+1
2016-06-29Rollup merge of #34105 - ollie27:rustdoc_derived, r=alexcrichtonJeffrey Seyfried-16/+1
2016-06-28rustdoc: Fix empty Implementations section on some module pagesOliver Middleton-0/+3
2016-06-23rustdoc: Fix panic caused by doc(hidden) trait methodsOliver Middleton-10/+13
2016-06-20rustdoc: Fix a couple of issues with src links to external cratesOliver Middleton-6/+9
2016-06-17Auto merge of #34292 - ollie27:rustdoc_depr_impl, r=GuillaumeGomezbors-17/+30
2016-06-15rustdoc: Add stability notices to impl itemsOliver Middleton-17/+30
2016-06-14Auto merge of #34245 - ollie27:rustdoc_redirect_rename, r=alexcrichtonbors-12/+10
2016-06-14Auto merge of #34234 - GuillaumeGomez:bad_inlining, r=steveklabnikbors-2/+2
2016-06-14rustdoc: Fix redirect pages for renamed reexportsOliver Middleton-12/+10
2016-06-12Auto merge of #34045 - ollie27:rustdoc_stripped, r=brsonbors-17/+24
2016-06-12Fix invalid inliningGuillaume Gomez-2/+2
2016-06-09Auto merge of #34108 - jseyfried:refactor_prelude_injection, r=nrcbors-1/+4
2016-06-07Fix bug in `librustdoc` in which an unmatched "</table>" is emitted.Jeffrey Seyfried-1/+4
2016-06-05rustdoc: Remove Derived Implementations titleOliver Middleton-16/+1
2016-06-03rustdoc: Fix generating redirect pages for statics and constsOliver Middleton-1/+3
2016-06-02rustdoc: Don't generate empty files for stripped itemsOliver Middleton-17/+24
2016-05-30print enum variant fields in docsOliver Schneider-32/+37
2016-05-21Rollup merge of #33679 - Manishearth:rustdoc-readmore-impls, r=alexcrichtonManish Goregaokar-12/+43
2016-05-20Update testsManish Goregaokar-15/+17
2016-05-19Make the #[stable(since)] version attribute clearer with a tooltipRémy Rakic-2/+3
2016-05-18Move read more link to same lineManish Goregaokar-5/+6
2016-05-18rustdoc: Support short doc fallback for non-default itemsManish Goregaokar-9/+25
2016-05-18rustdoc: Add doc snippets for trait impls, with a read more linkManish Goregaokar-0/+12
2016-05-14Remove ExplicitSelf from HIRVadim Petrochenkov-36/+14
2016-05-10Improve "since" tag placementGuillaume Gomez-3/+3
2016-05-09Rollup merge of #33509 - birkenfeld:issue-30219, r=alexcrichtonManish Goregaokar-1/+1
2016-05-09Rollup merge of #33431 - GuillaumeGomez:issue-30416, r=steveklabnikManish Goregaokar-3/+6
2016-05-09rustdoc: fix emitting duplicate implementors in .js filesGeorg Brandl-1/+1
2016-05-07Rollup merge of #33382 - birkenfeld:issue-30416, r=alexcrichtonSteve Klabnik-39/+59
2016-05-06rustdoc: add "src" links to individual implsGeorg Brandl-39/+59
2016-05-05Improve rustdoc css of "source" and "since" elementsggomez-3/+6
2016-05-03rustdoc: HTML-escape Rust code (from constants)Georg Brandl-2/+2