about summary refs log tree commit diff
path: root/src/librustc/ty
AgeCommit message (Expand)AuthorLines
2019-04-28Fix lint findings in librustcflip1995-12/+12
2019-04-27Rollup merge of #60292 - varkor:ty-tuple-substs, r=nikomatsakisMazdak Farrokhzad-26/+52
2019-04-27Auto merge of #59540 - Zoxc:the-arena-2, r=michaelwoeristerbors-8/+3
2019-04-26Update handling of Tuplevarkor-23/+40
2019-04-26Replace `&'tcx List<Ty<'tcx>>` in `Tuple` with `SubstsRef<'tcx>`varkor-1/+1
2019-04-26Add expect_ty method to Kindvarkor-2/+11
2019-04-25ignore-tidy-filelength on all files with greater than 3000 linesvarkor-0/+4
2019-04-25Update trait_impls_ofJohn Kåre Alsaker-3/+2
2019-04-25Update inferred_outlives_ofJohn Kåre Alsaker-5/+1
2019-04-23Add rustc_allow_const_fn_ptrTaylor Cramer-0/+7
2019-04-23Rollup merge of #60177 - rasendubi:rustdoc-comments, r=varkorMazdak Farrokhzad-11/+11
2019-04-23Auto merge of #60125 - estebank:continue-evaluating, r=oli-obkbors-1/+1
2019-04-22Fix ICE related to #53708Esteban Küber-1/+1
2019-04-22Promote rust comments to rustdocAlexey Shmalko-11/+11
2019-04-22Remove double trailing newlinesvarkor-2/+0
2019-04-21Enable migrate mode by default on the 2015 editionMatthew Jasper-53/+7
2019-04-21Change return type of `TyCtxt::is_static` to boolVadim Petrochenkov-3/+8
2019-04-21Introduce query `static_mutability`Vadim Petrochenkov-28/+2
2019-04-20Auto merge of #59987 - saleemjaffer:refactor_adjust_castkinds, r=oli-obkbors-39/+33
2019-04-18Auto merge of #60058 - varkor:const-generics-ty-refactor, r=cramertjbors-5/+13
2019-04-18Auto merge of #60048 - estebank:issue-54954, r=sanxiynbors-0/+13
2019-04-18Add own_requires_monomorphizationvarkor-5/+13
2019-04-17Fix ICE on const evaluation of const methodEsteban Küber-0/+13
2019-04-17Deny `internal` in stage0Mateusz Mikuła-1/+1
2019-04-16refactor ExprKind to use new PointerCast enumSaleem Jaffer-21/+3
2019-04-16refactor Adjustment to use new PointerCast enumSaleem Jaffer-39/+42
2019-04-15basic refactor. Adding PointerCast enumSaleem Jaffer-0/+9
2019-04-14Auto merge of #59335 - Aaron1011:fix/extern-priv-final, r=Aaron1011bors-0/+10
2019-04-14HirIdify hir::Defljedrz-6/+12
2019-04-14Properly parse '--extern-private' with name and pathAaron Hill-0/+10
2019-04-12Use measureme in self-profilerWesley Wiser-30/+42
2019-04-12Auto merge of #59651 - tmandry:discr-index, r=eddybbors-0/+4
2019-04-11Add discr_index to multi-variant layoutsTyler Mandry-0/+4
2019-04-05Add DropArena and use it to allocate types with few allocationsJohn Kåre Alsaker-3/+7
2019-04-05Make ArenaAllocatable a marker trait to allow overlapping impls and use speci...John Kåre Alsaker-2/+2
2019-04-05Introduce an arena type which may be used to allocate a list of types with de...John Kåre Alsaker-1/+56
2019-04-04Auto merge of #59517 - Zoxc:new-queries, r=oli-obkbors-1806/+17
2019-04-03Add trait_object_dummy_self to CommonTypesflip1995-0/+7
2019-04-03Deny internal lints in librustcflip1995-0/+2
2019-04-02Replace adt_def with name in mir::ProjectionElem::DowncastTyler Mandry-17/+17
2019-04-01Rollup merge of #58507 - Zoxc:time-extended, r=michaelwoeristerMazdak Farrokhzad-15/+14
2019-03-31Rollup merge of #59580 - taiki-e:coerce-closure, r=oli-obkMazdak Farrokhzad-7/+12
2019-03-31Rollup merge of #59519 - eddyb:layout-variants-refactor, r=oli-obkMazdak Farrokhzad-23/+34
2019-04-01Allow closure to unsafe fn coercionTaiki Endo-7/+12
2019-03-30Remove redundant importsFabian Drinck-1/+0
2019-03-30Move query definitions over to the proc macroJohn Kåre Alsaker-1806/+17
2019-03-30Rollup merge of #59343 - eddyb:rm-def-symbol-name, r=michaelwoeristerMazdak Farrokhzad-7/+2
2019-03-30Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,...Mazdak Farrokhzad-2/+12
2019-03-29rustc_target: factor out common fields of non-Single Variants.Eduard-Mihai Burtescu-23/+34
2019-03-29rustc(codegen): uncache `def_symbol_name` prefix from `symbol_name`.Eduard-Mihai Burtescu-7/+2