about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-08-292229: Handle update to capture kind properlyAman Arora-0/+19
2021-08-29Auto merge of #88312 - jackh726:issue-87748, r=nikomatsakisbors-0/+30
2021-08-29Auto merge of #88250 - rusticstuff:macos-lld, r=nagisabors-0/+6
2021-08-29Auto merge of #88088 - nbdd0121:const2, r=nagisabors-0/+25
2021-08-28Auto merge of #85600 - 12101111:rustbuild-libunwind, r=petrochenkovbors-3/+173
2021-08-28Auto merge of #88390 - sexxi-goose:missing-case, r=nikomatsakisbors-0/+60
2021-08-28Auto merge of #88019 - inquisitivecrystal:macro-def, r=cjgillotbors-97/+171
2021-08-28Auto merge of #88245 - Sl1mb0:s390-asm, r=Amanieubors-0/+168
2021-08-28Update testsinquisitivecrystal-6/+99
2021-08-28Teach tools that macros are now HIR itemsinquisitivecrystal-92/+72
2021-08-28Treat macros as HIR itemsinquisitivecrystal-0/+1
2021-08-28fix evaluation of target_feature = "crt-static"12101111-1/+8
2021-08-28build llvm libunwind.a in rustbuild12101111-2/+165
2021-08-27Auto merge of #88328 - fee1-dead:not-quite-const, r=oli-obkbors-321/+228
2021-08-27Tracking issue for UNSUPPORTED_CALLING_CONVENTIONSSimonas Kazlauskas-4/+4
2021-08-27Add missing const edge caseRoxane-0/+60
2021-08-27Fix rustfmt testDeadbeef-21/+9
2021-08-27Revive testsDeadbeef-0/+28
2021-08-27Fix UI testDeadbeef-1/+3
2021-08-27Fix #88155Deadbeef-0/+22
2021-08-27Fix more testsDeadbeef-48/+101
2021-08-27Try fixing some testsDeadbeef-255/+52
2021-08-27Introduce `~const`Deadbeef-29/+46
2021-08-27Auto merge of #88278 - ehuss:update-cargo, r=ehussbors-0/+0
2021-08-26Update cargoEric Huss-0/+0
2021-08-27Auto merge of #88371 - Manishearth:rollup-pkkjsme, r=Manishearthbors-651/+2143
2021-08-26Auto merge of #87280 - lcnr:lazy-anon-const-default-substs, r=nikomatsakisbors-65/+60
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 #88332 - spastorino:argument-types-tait-test, r=oli-obkManish Goregaokar-0/+43
2021-08-26Rollup merge of #88270 - lqd:hrtb-type-ascription, r=nikomatsakisManish Goregaokar-26/+5
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-68/+1087
2021-08-26Rollup merge of #87832 - wesleywiser:fix_match_step, r=davidtwcoManish Goregaokar-470/+851
2021-08-26Auto merge of #87194 - eddyb:const-value-mangling, r=michaelwoerister,oli-obkbors-31/+452
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-12/+12
2021-08-26Treat types in unnormalized function signatures as well-formedjackh726-0/+30
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-0/+75
2021-08-26update mir diffslcnr-23/+23
2021-08-26update `TypeFlags` to deal with missing ct substslcnr-2/+2
2021-08-26add `tcx` to `fn walk`lcnr-23/+23
2021-08-26make unevaluated const substs optionallcnr-13/+5
2021-08-26require a `tcx` for `TypeVisitor`lcnr-6/+9
2021-08-26Auto merge of #88222 - jyn514:shared-cache, r=GuillaumeGomezbors-49/+38
2021-08-26Auto merge of #88069 - Mark-Simulacrum:llvm-pgo, r=pietroalbinibors-60/+105
2021-08-25Add field types tait testsSantiago Pastorino-0/+41