summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2016-09-26Auto merge of #36764 - jonathandturner:rollup, r=jonathandturnerbors-0/+5
2016-09-26Rollup merge of #36676 - bluss:rustdoc-where-css, r=steveklabnikJonathan Turner-0/+5
2016-09-26deduplicate inline is_nightly_build implementationsTim Neumann-7/+4
2016-09-26refactor away get_unstable_features_settingTim Neumann-5/+3
2016-09-24Rollup merge of #36559 - grimreaper:eax/fix/r1, r=nikomatsakisGuillaume Gomez-6/+7
2016-09-23rustdoc css: Put `where` in trait listings on a new lineUlrik Sverdrup-0/+5
2016-09-20rustc_metadata: go only through rustc_serialize in astencode.Eduard Burtescu-7/+5
2016-09-17invisible isn't a tagEitan Adler-1/+1
2016-09-17border-color > borderEitan Adler-1/+1
2016-09-17add missing semi-colonEitan Adler-1/+2
2016-09-17duplicate theEitan Adler-1/+1
2016-09-17Fix order of @importEitan Adler-2/+2
2016-09-15Auto merge of #36393 - petrochenkov:ancient, r=eddybbors-1/+1
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-1/+1
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-08Set run button transparent instead of invisibleGuillaume Gomez-20/+17
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/+3
2016-09-03Support unions in rustdocVadim Petrochenkov-4/+84
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-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-24Migrate ItemType::from_type_kind to convert::From.Corey Farwell-3/+5
2016-08-24Migrate ItemType::from_item to convert::From.Corey Farwell-3/+5
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-20Rollup merge of #35234 - nrc:rustdoc-macros, r=steveklabnikJonathan Turner-0/+10
2016-08-19Auto merge of #35655 - ollie27:rustdoc_search_static_prim, r=steveklabnikbors-6/+7
2016-08-19RedirectNick Cameron-0/+10
2016-08-17Auto merge of #35236 - nrc:rustdoc-redirects, r=@alexcrichtonbors-136/+253
2016-08-17Review changesNick Cameron-39/+75
2016-08-17rustdoc: redirects from sane, namespaced URLs to Rustdoc's ridiculous onesNick Cameron-17/+48
2016-08-17rustdoc: add namespaces for itemsNick Cameron-0/+48
2016-08-17rustdoc: refactoring and tidying upNick Cameron-112/+114
2016-08-13rustdoc: Don't include the path for primitive methods in the search resultsOliver Middleton-2/+7
2016-08-13rustdoc: Fix links to static items in the search resultsOliver Middleton-4/+0