summary refs log tree commit diff
path: root/src/librustdoc/clean/mod.rs
AgeCommit message (Expand)AuthorLines
2017-07-11Downgrade ProjectionTy's TraitRef to its substsTobias Schottdorf-5/+5
2017-06-27rustc: move the PolyFnSig out of TyFnDef.Eduard-Mihai Burtescu-12/+16
2017-06-09Auto merge of #42507 - ibabushkin:external-span-trans, r=eddybbors-1/+1
2017-06-09Document direct implementations on type aliases.Michael Killough-0/+3
2017-06-07Fix translation of external spans.Inokentiy Babushkin-1/+1
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-22rustdoc: Fix names of items in cross crate reexported modulesOliver Middleton-1/+1
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-02Removal pass for anonymous parametersest31-2/+2
2017-04-30intern CodeExtentsNiko Matsakis-4/+4
2017-04-24rustc: rename some of the queries to match tcx methods.Eduard-Mihai Burtescu-14/+14
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-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
2017-03-17Fix invalid debug display for associated constsGuillaume Gomez-4/+4
2017-03-16Fix const not displayed in rustdocGuillaume Gomez-1/+1
2017-03-14Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`.Jeffrey Seyfried-11/+10
2017-02-28Rollup merge of #39944 - GuillaumeGomez:associated-consts, r=frewsxcvCorey Farwell-1/+1
2017-02-26Put the const type and value into <code>Guillaume Gomez-1/+1
2017-02-25rustc: combine BareFnTy and ClosureTy into FnSig.Eduard-Mihai Burtescu-16/+13
2017-02-25rustc_typeck: lift CrateCtxt to TyCtxt.Eduard Burtescu-1/+1
2017-02-25rustc: store type parameter defaults outside of ty::Generics.Eduard-Mihai Burtescu-3/+7
2017-02-11Use functional transformations on the option instead of matching.Jimmy Cuadra-16/+13
2017-02-11rustdoc: Only include a stability span if needed.Jimmy Cuadra-10/+20
2017-02-05make lifetimes that only appear in return type early-boundNiko Matsakis-1/+1
2017-02-05Rollup merge of #39009 - canndrew:default-unit-warnings, r=nikomatsakisCorey Farwell-4/+4
2017-02-03Add warning for () to ! switchAndrew Cann-4/+4
2017-02-03Switch logic to Span instead of HashMapGuillaume Gomez-2/+8
2017-01-30Merge ty::TyBox into ty::TyAdtVadim Petrochenkov-31/+0
2017-01-28rustc: remove unused `bounds` field from `RegionParameterDef`.Eduard-Mihai Burtescu-7/+2
2017-01-28rustc: always keep an explicit lifetime in trait objects.Eduard-Mihai Burtescu-14/+14
2017-01-28rustc: clean up the style of middle::resolve_lifetime.Eduard-Mihai Burtescu-4/+4
2017-01-28rustc: always include elidable lifetimes in HIR types.Eduard-Mihai Burtescu-5/+17