about summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
AgeCommit message (Expand)AuthorLines
2016-10-15rustdoc: Improve playground run buttonsOliver Middleton-6/+2
2016-10-11Rollup merge of #36679 - QuietMisdreavus:rustdoc-line-breaks, r=steveklabnikGuillaume Gomez-2/+17
2016-10-02Remove redundant 'Variant' in variant names, stop reexporting.Corey Farwell-6/+8
2016-10-02Cleanup `return` statements.Corey Farwell-5/+5
2016-09-30Simplify logic around Context's root_path.Corey Farwell-14/+12
2016-09-30Migrate Item ➡ ItemType function to method.Corey Farwell-25/+20
2016-09-26rustdoc: format bare functions like rustfmtQuietMisdreavus-8/+8
2016-09-26rustdoc: format struct methods like rustfmtQuietMisdreavus-1/+16
2016-09-26refactor away get_unstable_features_settingTim Neumann-3/+2
2016-09-20rustc_metadata: go only through rustc_serialize in astencode.Eduard Burtescu-5/+4
2016-09-15Auto merge of #36393 - petrochenkov:ancient, r=eddybbors-1/+1
2016-09-14Auto merge of #36293 - liigo:docblock-short, r=steveklabnikbors-1/+1
2016-09-14Auto merge of #36472 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-1/+2
2016-09-14Rollup merge of #36334 - GuillaumeGomez:run_but, r=steveklabnikGuillaume Gomez-1/+2
2016-09-14Auto merge of #35667 - ollie27:rustdoc_opaque_structs, r=steveklabnikbors-6/+15
2016-09-13Remove some ancient code providing special support for newtypesVadim Petrochenkov-1/+1
2016-09-10Rollup merge of #36045 - ollie27:rustdoc_titles3, r=steveklabnikGuillaume Gomez-3/+15
2016-09-09rustdoc: don't collapse `docblock-short`Liigo-1/+1
2016-09-09rustdoc: Don't add extra newlines for fully opaque structsOliver Middleton-6/+15
2016-09-08Set run button transparent instead of invisibleGuillaume Gomez-1/+2
2016-09-07Auto merge of #36266 - Sawyer47:issue-35169, r=alexcrichtonbors-27/+60
2016-09-05Auto merge of #36078 - ollie27:rustdoc_search_assocconst, r=alexcrichtonbors-11/+10
2016-09-05rustdoc: Filter more incorrect methods inherited through DerefPiotr Jawniak-27/+60
2016-09-04Replace `_, _` with `..`Vadim Petrochenkov-1/+1
2016-09-03Fix rebase + address commentsVadim Petrochenkov-4/+2
2016-09-03Support unions in rustdocVadim Petrochenkov-3/+78
2016-08-29Add some features to flock.Michael Woerister-1/+1
2016-08-29Move `flock.rs` from librustdoc to librustc_data_structures.Michael Woerister-1/+2
2016-08-29rustdoc: Fix associated consts in search resultsOliver Middleton-11/+10
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