about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-08-27Update LLVM submoduleRicky Taylor-0/+0
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-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
2021-08-25Revert "Add type of a let tait test impl trait straight in let"Santiago Pastorino-46/+0
2021-08-25don't generate partially-undef constsErik Desjardins-15/+39
2021-08-25use undef for uninitialized bytes in constantsErik Desjardins-2/+53
2021-08-25Adjust spansNoah Lev-81/+205
2021-08-25Bump download-ci-llvm stampMark Rousskov-1/+1
2021-08-25Bump sccache used in CI to v0.2.15Mark Rousskov-3/+6
2021-08-25Auto merge of #85499 - jackh726:assoc-type-norm-rebase, r=nikomatsakisbors-286/+597
2021-08-25Bless NLL compare modejackh726-2/+2
2021-08-25Fix debugger stepping behavior around `match` expressionsWesley Wiser-470/+468
2021-08-25Auto merge of #88329 - LeSeulArtichaut:rollup-blg8hc0, r=LeSeulArtichautbors-33/+312
2021-08-25Rollup merge of #88314 - spastorino:type-of-a-let-tait-test, r=oli-obkLéo Lanteri Thauvin-0/+142
2021-08-25Rollup merge of #88277 - ehuss:update-books, r=ehussLéo Lanteri Thauvin-0/+0
2021-08-25Rollup merge of #88226 - steffahn:an_rc, r=michaelwoeristerLéo Lanteri Thauvin-1/+1
2021-08-25Rollup merge of #88196 - asquared31415:named-asm-labels-refactor, r=AmanieuLéo Lanteri Thauvin-32/+159
2021-08-25Rollup merge of #88157 - Icenowy:bootstrap-riscv64, r=Mark-SimulacrumLéo Lanteri Thauvin-0/+1
2021-08-25Rollup merge of #87944 - oconnor663:as_array_of_cells, r=scottmcmLéo Lanteri Thauvin-0/+9
2021-08-25Auto merge of #87937 - LeSeulArtichaut:active-if-let-guards, r=nagisabors-18/+12
2021-08-25Auto merge of #85344 - cbeuw:remap-across-cwd, r=michaelwoeristerbors-0/+12
2021-08-25Auto merge of #87875 - asquared31415:generic-lang-items, r=cjgillotbors-80/+131
2021-08-25Auto merge of #84333 - tmiasko:liveness-yield, r=tmandrybors-20/+96
2021-08-24Also ignore typeoutlives predicatesjackh726-0/+30
2021-08-24Normalize associated types with bound varsJack Huey-284/+565
2021-08-24Add type of a let tait test impl trait straight in letSantiago Pastorino-0/+46