summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
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_typeck: rework coherence to be almost completely on-demand.Eduard-Mihai Burtescu-1/+2
2017-02-25rustc: combine BareFnTy and ClosureTy into FnSig.Eduard-Mihai Burtescu-24/+17
2017-02-25rustc_typeck: lift CrateCtxt to TyCtxt.Eduard Burtescu-1/+1
2017-02-25rustc: consolidate dep-tracked hashmaps in tcx.maps.Eduard-Mihai 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
2017-01-27Auto merge of #39158 - petrochenkov:bounds, r=nikomatsakisbors-2/+5
2017-01-26rustc: rename TyCtxt's `map` field to `hir`.Eduard-Mihai Burtescu-37/+37
2017-01-24Refactor parsing of generic arguments/parameters and where clausesVadim Petrochenkov-2/+5
2017-01-17Rename ObjectSum into TraitObject in AST/HIRVadim Petrochenkov-1/+1
2017-01-17AST/HIR: Merge ObjectSum and PolyTraitRefVadim Petrochenkov-15/+14
2017-01-15rustdoc: Give primitive types stability attributesOliver Middleton-2/+2
2017-01-06rustc: keep track of tables everywhere as if they were per-body.Eduard-Mihai Burtescu-16/+4
2017-01-04Auto merge of #38414 - estebank:doc-dissambiguate, r=steveklabnikbors-2/+2
2016-12-30Make rustdoc aware of the primitive i128 typeest31-0/+4
2016-12-30Compilation fixesest31-1/+1
2016-12-30Add a way to retrieve constant value in 128 bitsSimonas Kazlauskas-1/+3
2016-12-30Such large. Very 128. Much bits.Simonas Kazlauskas-40/+46
2016-12-28rustdoc: pretty-print nested bodies in inlined constants.Eduard-Mihai Burtescu-4/+27
2016-12-28rustc: always print nested nodes where a HIR map is available.Eduard-Mihai Burtescu-7/+5
2016-12-28rustc: simplify constant cross-crate loading and rustc_passes::consts.Eduard-Mihai Burtescu-12/+4
2016-12-28rustc: move function arguments into hir::Body.Eduard-Mihai Burtescu-61/+60
2016-12-28rustc: separate bodies for static/(associated)const and embedded constants.Eduard-Mihai Burtescu-7/+12
2016-12-28rustc: separate TraitItem from their parent Item, just like ImplItem.Eduard-Mihai Burtescu-4/+4
2016-12-28hir: lower `ImplicitSelf` to resolved `Self` TyQPath's.Eduard-Mihai Burtescu-11/+21
2016-12-21fix String to &str castEsteban Küber-1/+1
2016-12-22Refactor how global paths are represented (for both ast and hir).Jeffrey Seyfried-17/+10
2016-12-21use &str instead of Stringbluss-2/+2
2016-12-19Don't try get local DefId of imported macro in rustdoc.Michael Woerister-1/+1
2016-12-05Refactor ty::FnSig to privatize all fieldsMark-Simulacrum-3/+3
2016-12-02Auto merge of #38053 - eddyb:lazy-9, r=nikomatsakisbors-10/+8
2016-11-30Auto merge of #37954 - eddyb:rustdoc-2, r=alexcrichtonbors-98/+87
2016-11-30rustdoc: link to cross-crate sources directly.Eduard-Mihai Burtescu-98/+87
2016-11-29rustc: simplify AdtDef by removing the field types and ty::ivar.Eduard-Mihai Burtescu-5/+5
2016-11-29rustc: remove type information from TraitDef.Eduard-Mihai Burtescu-5/+3
2016-11-28Adds TyCtxt::require_lang_item(LangItem) to simplify lang item requires.Mark-Simulacrum-2/+1
2016-11-28Refactor TyTrait to contain a interned ExistentialPredicate slice.Mark-Simulacrum-17/+10
2016-11-28Remove BuiltinBound and BuiltinBounds.Mark-Simulacrum-39/+18