about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2016-09-15Auto merge of #36393 - petrochenkov:ancient, r=eddybbors-21/+13
2016-09-14Auto merge of #36293 - liigo:docblock-short, r=steveklabnikbors-10/+10
2016-09-14Auto merge of #36472 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-20/+17
2016-09-14Rollup merge of #36334 - GuillaumeGomez:run_but, r=steveklabnikGuillaume Gomez-20/+17
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-21/+13
2016-09-10Rollup merge of #36045 - ollie27:rustdoc_titles3, r=steveklabnikGuillaume Gomez-3/+15
2016-09-09rustdoc: more docblock-short stylesLiigo-5/+5
2016-09-09rustdoc: don't collapse `docblock-short`Liigo-5/+5
2016-09-09rustdoc: Don't add extra newlines for fully opaque structsOliver Middleton-6/+15
2016-09-08Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt`Vadim Petrochenkov-9/+7
2016-09-08Set run button transparent instead of invisibleGuillaume Gomez-20/+17
2016-09-07Auto merge of #36266 - Sawyer47:issue-35169, r=alexcrichtonbors-27/+69
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/+69
2016-09-04Auto merge of #36240 - leeopop:master, r=jseyfriedbors-2/+2
2016-09-04Replace `_, _` with `..`Vadim Petrochenkov-7/+8
2016-09-04Allow CompilerControllers to access rustc_plugin::registry::Registry structure.Keunhong Lee-2/+2
2016-09-03Fix rebase + address commentsVadim Petrochenkov-5/+4
2016-09-03Support unions in rustdocVadim Petrochenkov-8/+184
2016-09-03Add union typesVadim Petrochenkov-0/+1
2016-09-03Add unions to HIRVadim Petrochenkov-0/+2
2016-09-01Auto merge of #34982 - arielb1:bad-tuples-and-objects, r=nikomatsakisbors-1/+0
2016-09-01turn the RFC1592 warnings into hard errorsAriel Ben-Yehuda-1/+0
2016-08-31Auto merge of #35718 - michaelwoerister:incr-comp-dir-locking, r=alexcrichtonbors-239/+4
2016-08-30Auto merge of #36066 - jseyfried:rollup, r=Manishearthbors-67/+27
2016-08-29Fix rustbuildMichael Woerister-0/+1
2016-08-29Add some features to flock.Michael Woerister-1/+1
2016-08-29Move `flock.rs` from librustdoc to librustc_data_structures.Michael Woerister-239/+3
2016-08-29rustdoc: Fix associated consts in search resultsOliver Middleton-11/+10
2016-08-28Rollup merge of #35917 - jseyfried:remove_attr_ext_traits, r=nrcJeffrey Seyfried-61/+1
2016-08-28Rollup merge of #35850 - SergioBenitez:master, r=nrcJeffrey Seyfried-19/+46
2016-08-28Rollup merge of #35618 - jseyfried:ast_view_path_refactor, r=eddybJeffrey Seyfried-13/+6
2016-08-27rustdoc: Add missing item types to page titlesOliver Middleton-3/+15
2016-08-27Use deterministic `FnvHash{Map,Set}` in rustdocJonas Schievink-52/+53
2016-08-27rustc: use Vec<Kind> in Substs, where Kind is a &TyS | &Region tagged pointer.Eduard Burtescu-2/+2
2016-08-27rustc: pass ty::Region behind an interned 'tcx reference.Eduard Burtescu-3/+3
2016-08-27rustc: use accessors for Substs::{types,regions}.Eduard Burtescu-7/+6
2016-08-25Refactor away `AttrMetaMethods`.Jeffrey Seyfried-60/+1
2016-08-25Refactor away `AttributeMethods`.Jeffrey Seyfried-1/+1
2016-08-25Refactor away `AttrNestedMetaItemMethods`.Jeffrey Seyfried-4/+3
2016-08-25Implement RFC#1559: allow all literals in attributes.Sergio Benitez-19/+46
2016-08-24Implement `From<ast::FloatTy>` for `PrimitiveType`.Corey Farwell-4/+11
2016-08-24Implement `From<ast::UintTy>` for `PrimitiveType`.Corey Farwell-10/+14
2016-08-24Implement `From<ast::IntTy>` for `PrimitiveType`.Corey Farwell-10/+13
2016-08-24Remove unnecessary 'Primitive' prefix on `PrimitiveType` enum variants.Corey Farwell-17/+17
2016-08-24Stop reexporting `PrimitiveType` enum in librustdoc.Corey Farwell-105/+105
2016-08-24Migrate ItemType::from_type_kind to convert::From.Corey Farwell-3/+5
2016-08-24Migrate ItemType::from_item to convert::From.Corey Farwell-13/+15
2016-08-24Migrate Context::maybe_ignore_item method to standalone function.Corey Farwell-14/+14