summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2016-11-03Stabilize `..` in tuple (struct) patternsVadim Petrochenkov-1/+1
2016-10-31Changed most vec! invocations to use square bracesiirelu-10/+10
2016-10-30Auto merge of #37431 - jseyfried:refactor_crate_config, r=eddybbors-25/+19
2016-10-29Move `CrateConfig` from `Crate` to `ParseSess`.Jeffrey Seyfried-25/+19
2016-10-28rustc: move the MIR map into TyCtxt.Eduard Burtescu-1/+1
2016-10-25Utilize AccumulateVec to avoid heap allocations in mk_{substs, type_list, tup...Mark-Simulacrum-1/+1
2016-10-19Improve `$crate`.Jeffrey Seyfried-3/+2
2016-10-15rustdoc: Improve playground run buttonsOliver Middleton-104/+42
2016-10-14Rollup merge of #37102 - est31:rustdoc_question_mark, r=GuillaumeGomezJonathan Turner-2/+10
2016-10-12Rollup merge of #37050 - frewsxcv:librustdoc, r=alexcrichtonAlex Crichton-38/+61
2016-10-12Rollup merge of #36995 - nrc:stable, r=@nikomatsakisAlex Crichton-1/+1
2016-10-12Change color and make ? boldest31-1/+2
2016-10-12rustdoc: color the question mark operatorest31-2/+9
2016-10-12Stabilise `?`Nick Cameron-1/+1
2016-10-11Rollup merge of #36679 - QuietMisdreavus:rustdoc-line-breaks, r=steveklabnikGuillaume Gomez-102/+335
2016-10-09Remove unnecessary `pub` function classifier.Corey Farwell-1/+1
2016-10-09Make `ExternalHtml::load` short-circuited.Corey Farwell-10/+16
2016-10-09Refactor away `load_or_return` macro.Corey Farwell-26/+37
2016-10-08Add doc comments describing fields on `externalfiles::ExternalHtml`.Corey Farwell-0/+6
2016-10-08Auto merge of #36637 - GuillaumeGomez:fix_run_button, r=blussbors-2/+32
2016-10-08Don't construct `PathBuf` ownership if we don't need it.Corey Farwell-3/+3
2016-10-07Auto merge of #36981 - alexcrichton:catch-unwind-for-tests, r=sfacklerbors-1/+1
2016-10-07Rollup merge of #37003 - GuillaumeGomez:underline-removal, r=steveklabnikGuillaume Gomez-0/+1
2016-10-06Remove underline when run button hoveredGuillaume Gomez-0/+1
2016-10-06std: Minor cleanup to libtestAlex Crichton-1/+1
2016-10-06Rollup merge of #36966 - ollie27:rustdoc_mut_ptr_impl, r=alexcrichtonJonathan Turner-2/+2
2016-10-05Fixes run button appearing when it shouldn'tGuillaume Gomez-2/+32
2016-10-04Remove some unused methods from metadataVadim Petrochenkov-3/+4
2016-10-04Turn some impossible definitions into ICEsVadim Petrochenkov-10/+8
2016-10-04Eliminate ty::VariantKind in favor of def::CtorKindVadim Petrochenkov-11/+11
2016-10-04Fix cross-crate resolution of half-items created by export shadowingVadim Petrochenkov-5/+6
2016-10-04rustdoc: Fix missing *mut T implOliver Middleton-2/+2
2016-10-04Rollup merge of #36903 - frewsxcv:typekind, r=jseyfriedManish Goregaokar-108/+107
2016-10-03Auto merge of #36847 - alexcrichton:rustc-macro-doc, r=nrcbors-0/+1
2016-10-02Remove redundant 'Variant' in variant names, stop reexporting.Corey Farwell-22/+22
2016-10-02Migrate `VariantKind` constructor to `Clean` impl.Corey Farwell-7/+7
2016-10-02Simplify equality checks.Corey Farwell-3/+3
2016-10-02Remove redundant 'Import' in variant names, stop reexporting.Corey Farwell-12/+11
2016-10-02Cleanup `return` statements.Corey Farwell-17/+16
2016-10-02Migrate `VariantKind` construction function to associated function.Corey Farwell-8/+10
2016-10-02Rename method 'to_string' to match conventions.Corey Farwell-3/+3
2016-10-02Remove redundant 'Type' in variant names, stop reexporting.Corey Farwell-48/+47
2016-10-01Auto merge of #36885 - Manishearth:rollup, r=Manishearthbors-49/+47
2016-10-01Rollup merge of #36599 - jonas-schievink:whats-a-pirates-favorite-data-struct...Manish Goregaokar-3/+3
2016-10-01Rollup merge of #36872 - frewsxcv:rustdoc, r=GuillaumeGomezManish Goregaokar-49/+47
2016-09-30Change the sigs of set_print/set_panic to allow restoring the default objectsBrian Anderson-1/+1
2016-09-30Simplify logic around Context's root_path.Corey Farwell-14/+12
2016-09-30Migrate Item ➡ ItemType function to method.Corey Farwell-35/+35
2016-09-30rustdoc: Fix documenting rustc-macro cratesAlex Crichton-0/+1
2016-09-28Call arrays "arrays" instead of "vecs" internallyJonas Schievink-3/+3