summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2017-08-26Rollup merge of #43966 - GuillaumeGomez:remove-dup, r=QuietMisdreavusCorey Farwell-0/+4
2017-08-24Remove duplicates in rustdocGuillaume Gomez-0/+4
2017-08-19Desugar parenthesized generic arguments in HIRVadim Petrochenkov-21/+16
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-53/+53
2017-08-13Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichtonbors-12/+940
2017-08-11Fix some typosBastien Orivel-1/+1
2017-08-10Implemented #[doc(cfg(...))].kennytm-12/+940
2017-08-01add documentation for function pointers as a primitiveQuietMisdreavus-0/+5
2017-07-30add docs for references as a primitiveQuietMisdreavus-0/+8
2017-07-11Downgrade ProjectionTy's TraitRef to its substsTobias Schottdorf-5/+5
2017-06-27rustc: move the PolyFnSig out of TyFnDef.Eduard-Mihai Burtescu-13/+17
2017-06-13On-demand is_const_fnTaylor Cramer-2/+2
2017-06-13Auto merge of #42608 - ollie27:rustdoc_variant_reexport, r=QuietMisdreavusbors-4/+4
2017-06-12rustdoc: Fix missing enum variant reexportsOliver Middleton-4/+4
2017-06-09Auto merge of #42507 - ibabushkin:external-span-trans, r=eddybbors-2/+2
2017-06-09Document direct implementations on type aliases.Michael Killough-0/+3
2017-06-07Fix translation of external spans.Inokentiy Babushkin-2/+2
2017-06-06Auto merge of #42394 - ollie27:rustdoc_deref_box, r=QuietMisdreavusbors-0/+1
2017-06-02rustdoc: Hide `self: Box<Self>` in list of deref methodsOliver Middleton-0/+1
2017-06-01rustdoc: Rename `Vector` and `FixedVector` to `Slice` and `Array`Oliver Middleton-11/+8
2017-06-01Rollup merge of #42297 - tschottdorf:proj-ty, r=nikomatsakisCorey Farwell-1/+1
2017-05-31rustdoc: Cleanup associated const value renderingOliver Middleton-1/+1
2017-05-31Upgrade ProjectionTy's Name to a DefIdTobias Schottdorf-1/+1
2017-05-28fix RUST_LOG ICE caused by printing a default impl's DefIdAriel Ben-Yehuda-1/+1
2017-05-25Fix merge conflicts.Jeffrey Seyfried-1/+1
2017-05-22rustdoc: Fix names of items in cross crate reexported modulesOliver Middleton-23/+7
2017-05-13rustc: stop interning CodeExtent, it's small enough.Eduard-Mihai Burtescu-1/+1
2017-05-09resolved merge conflictsachernyak-4/+4
2017-05-03remove use of `ast_ty_to_ty_cache` from librustdocNiko Matsakis-4/+4
2017-05-03fn_arg_namesachernyak-1/+1
2017-05-02Rollup merge of #41693 - est31:anon_params_removal, r=eddybCorey Farwell-2/+2
2017-05-02Rollup merge of #41662 - nikomatsakis:on-demandify-region-mapping, r=eddybCorey Farwell-4/+4
2017-05-02Removal pass for anonymous parametersest31-2/+2
2017-05-01Queryify item_body_nested_bodiesTaylor Cramer-2/+3
2017-04-30intern CodeExtentsNiko Matsakis-4/+4
2017-04-24rustc: expose the common DUMMY_SP query case as tcx methods.Eduard-Mihai Burtescu-2/+1
2017-04-24rustc: rename some of the queries to match tcx methods.Eduard-Mihai Burtescu-41/+41
2017-04-23rustc: make the const-eval cache polymorphic.Eduard-Mihai Burtescu-1/+1
2017-04-17Rollup merge of #41310 - eddyb:demand-const-eval, r=nikomatsakisCorey Farwell-1/+1
2017-04-17Rollup merge of #41280 - QuietMisdreavus:rustdoc-toc, r=GuillaumeGomezCorey Farwell-1/+4
2017-04-17rustdoc: add a list of headings to the sidebarQuietMisdreavus-1/+4
2017-04-16rustc: expose monomorphic const_eval through on-demand.Eduard-Mihai Burtescu-1/+1
2017-04-14Rollup merge of #41249 - GuillaumeGomez:rustdoc-render, r=steveklabnik,frewsxcvCorey Farwell-1/+1
2017-04-12Fix invalid associated type rendering in rustdocGuillaume Gomez-1/+1
2017-04-11just panic in rustdoc if we encounter a subtype predicateNiko Matsakis-7/+4
2017-04-11add Subtype predicateNiko Matsakis-0/+11
2017-04-02Introduce `TyErr` independent from `TyInfer`Esteban Küber-1/+1
2017-03-23convert inherent-impl-related things to on-demand queriesNiko Matsakis-5/+3
2017-03-19Rollup merge of #40587 - GuillaumeGomez:rustdoc-const-display, r=frewsxcvCorey Farwell-4/+4
2017-03-19Rollup merge of #40564 - GuillaumeGomez:rustdoc-const, r=frewsxcvCorey Farwell-1/+1