about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-08-27Handle stack_t.ss_sp type change for DragonFlyBSDRyan Zoeller-14/+0
2021-08-27Auto merge of #88371 - Manishearth:rollup-pkkjsme, r=Manishearthbors-710/+2389
2021-08-26Auto merge of #87280 - lcnr:lazy-anon-const-default-substs, r=nikomatsakisbors-521/+1023
2021-08-26Rollup merge of #88348 - spastorino:field-types-tait-test, r=oli-obkManish Goregaokar-0/+41
2021-08-26Rollup merge of #88346 - spastorino:revert-type-of-a-let2, r=jackh726Manish Goregaokar-46/+0
2021-08-26Rollup merge of #88340 - thomcc:c_size_t, r=joshtriplettManish Goregaokar-0/+14
2021-08-26Rollup merge of #88332 - spastorino:argument-types-tait-test, r=oli-obkManish Goregaokar-0/+43
2021-08-26Rollup merge of #88320 - sexxi-goose:issue-88103, r=nikomatsakisManish Goregaokar-1/+5
2021-08-26Rollup merge of #88289 - durin42:llvm-14-attrs, r=nikicManish Goregaokar-14/+9
2021-08-26Rollup merge of #88270 - lqd:hrtb-type-ascription, r=nikomatsakisManish Goregaokar-46/+77
2021-08-26Rollup merge of #88216 - kornelski:from_layout_err, r=kennytmManish Goregaokar-3/+3
2021-08-26Rollup merge of #88215 - jyn514:lazy-loading, r=petrochenkovManish Goregaokar-41/+116
2021-08-26Rollup merge of #88123 - camelid:tup-pat-precise-spans, r=estebankManish Goregaokar-77/+1165
2021-08-26Rollup merge of #87832 - wesleywiser:fix_match_step, r=davidtwcoManish Goregaokar-482/+916
2021-08-26Auto merge of #87194 - eddyb:const-value-mangling, r=michaelwoerister,oli-obkbors-63/+609
2021-08-26compiletest: allow `.` in remote test paths (can arise from revisions).Eduard-Mihai Burtescu-1/+1
2021-08-26Fix the bugs and add a regression testJoshua Nelson-22/+38
2021-08-26Auto merge of #88308 - eddyb:cooked-layouts, r=nagisabors-94/+54
2021-08-26RustWrapper: adapt to LLVM change 0f45c16f2caaAugie Fackler-14/+9
2021-08-26Add argument types tait testsSantiago Pastorino-0/+43
2021-08-26Add test for stepping though `match` expressionsWesley Wiser-0/+383
2021-08-26Auto merge of #83698 - erikdesjardins:undefconst, r=RalfJung,oli-obkbors-173/+615
2021-08-26rebaselcnr-4/+12
2021-08-26optimize `HasTypeFlagsVisitor`lcnr-33/+81
2021-08-26inline stufflcnr-0/+4
2021-08-26add fixmelcnr-0/+6
2021-08-26type flagslcnr-8/+9
2021-08-26reviewlcnr-40/+62
2021-08-26shrink `ty::PredicateKind` againlcnr-22/+68
2021-08-26is_polymorphic doesn't matter for testslcnr-8/+3
2021-08-26update mir diffslcnr-23/+23
2021-08-26ignore const substs in `implicit_infer`lcnr-10/+28
2021-08-26use `ty::Unevaluated` instead of def substs pairlcnr-86/+66
2021-08-26check for cycles in `default_anon_const_substs`lcnr-0/+5
2021-08-26don't just compare `ty::Const`lcnr-0/+46
2021-08-26update `TypeFlags` to deal with missing ct substslcnr-166/+305
2021-08-26add `tcx` to `fn walk`lcnr-67/+73
2021-08-26make unevaluated const substs optionallcnr-188/+234
2021-08-26require a `tcx` for `TypeVisitor`lcnr-50/+182
2021-08-26Auto merge of #88222 - jyn514:shared-cache, r=GuillaumeGomezbors-49/+38
2021-08-26Auto merge of #88066 - LeSeulArtichaut:patterns-cleanups, r=nagisabors-321/+288
2021-08-26Auto merge of #88069 - Mark-Simulacrum:llvm-pgo, r=pietroalbinibors-60/+105
2021-08-25Add field types tait testsSantiago Pastorino-0/+41
2021-08-25Revert "Add type of a let tait test impl trait straight in let"Santiago Pastorino-46/+0
2021-08-25Reference tracking issueThom Chiovoloni-2/+2
2021-08-25use a peekable iterator to check the first chunkErik Desjardins-3/+14
2021-08-25yet more comment improvementsErik Desjardins-2/+7
2021-08-25improve commentsErik Desjardins-9/+14
2021-08-25put code in a more logical orderErik Desjardins-345/+350
2021-08-25add commentsErik Desjardins-19/+119