about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-12-31Rollup merge of #67748 - MaskRay:frame-pointer, r=rkruppeMazdak Farrokhzad-3/+4
2019-12-31Rollup merge of #67744 - Centril:reduce-diversity, r=petrochenkovMazdak Farrokhzad-4/+16
2019-12-31Rollup merge of #67730 - Centril:typeck-pat-cleanup, r=estebankMazdak Farrokhzad-53/+189
2019-12-31Auto merge of #67752 - Dylan-DPC:rollup-7f9v4nx, r=Dylan-DPCbors-3/+9
2019-12-31Rollup merge of #67735 - petrochenkov:uibool, r=Mark-SimulacrumDylan DPC-1/+1
2019-12-31Rollup merge of #67723 - ldm0:E0477, r=Dylan-DPCDylan DPC-2/+8
2019-12-31Auto merge of #67597 - estebank:placeholder-type, r=oli-obkbors-92/+300
2019-12-30Use function attribute "frame-pointer" instead of "no-frame-pointer-elim"Fangrui Song-3/+4
2019-12-31parser::pat: remove .fatal callsMazdak Farrokhzad-3/+8
2019-12-31de-fatalize some errorsMazdak Farrokhzad-1/+8
2019-12-30Support `-Z ui-testing=yes/no`Vadim Petrochenkov-1/+1
2019-12-30Rename `libsyntax_ext` and `libsyntax_expand` in codeVadim Petrochenkov-3/+0
2019-12-30Blame user type in pat type error.Mazdak Farrokhzad-1/+85
2019-12-30refactor and fix this-expression-has-type noteMazdak Farrokhzad-22/+43
2019-12-30Pass the span of `<init>` in `let <pat> = <init>;`Mazdak Farrokhzad-4/+12
2019-12-30Show scrutinee expr type for struct fields.Mazdak Farrokhzad-0/+23
2019-12-30MatchExpressionArmPattern: Use more generic wording.Mazdak Farrokhzad-37/+37
2019-12-30Auto merge of #67667 - wesleywiser:speed_up_trivially_valid_constants, r=oli-obkbors-0/+87
2019-12-30Add error code explanation for E0477Donough Liu-2/+8
2019-12-30Auto merge of #67721 - JohnTitor:rollup-o8zm4r9, r=JohnTitorbors-101/+140
2019-12-30Rollup merge of #67687 - estebank:issue-67634, r=matthewjasperYuki Okushi-0/+18
2019-12-30Rollup merge of #67677 - petrochenkov:dupexp, r=CentrilYuki Okushi-8/+8
2019-12-30Rollup merge of #67287 - Centril:mismatch-range-improve-diag, r=estebankYuki Okushi-28/+60
2019-12-30Rollup merge of #64273 - petrochenkov:stabattrmod, r=CentrilYuki Okushi-65/+54
2019-12-29clean up logicEsteban Küber-67/+78
2019-12-29Account for existing type params when suggesting replacing `_` for a new oneEsteban Küber-31/+59
2019-12-29Account for all item kinds when collecting and gateing `_` in item defsEsteban Küber-96/+90
2019-12-29Suggest type param when encountering `_` in fn defsEsteban Küber-69/+244
2019-12-30Auto merge of #67631 - oli-obk:polymorphic_promotion, r=wesleywiserbors-0/+118
2019-12-30note other end-point when typeck range patsMazdak Farrokhzad-28/+60
2019-12-29Resolve long compile times when evaluating always valid constantsWesley Wiser-0/+87
2019-12-29Auto merge of #67112 - Centril:expr-polish, r=estebankbors-43/+75
2019-12-28Auto merge of #67334 - estebank:ignore-triple, r=nikomatsakisbors-130/+264
2019-12-28Do not ICE on lifetime error involving closuresEsteban Küber-0/+18
2019-12-28Ignore i586-unknown-linux-gnu and i586-unknown-musl in testsEsteban Küber-130/+264
2019-12-28resolve: Minor cleanup of duplicate macro reexportsVadim Petrochenkov-8/+8
2019-12-28Stabilize attribute macros on inline modulesVadim Petrochenkov-65/+54
2019-12-28Auto merge of #67598 - jumbatm:issue67557_simd_shuffle, r=oli-obkbors-0/+65
2019-12-28Rollup merge of #67654 - rossmacarthur:fix-51770-add-regression-test, r=CentrilOliver Scherer-0/+20
2019-12-28Rollup merge of #67621 - matthewjasper:correct-static-type, r=oli-obkOliver Scherer-0/+14
2019-12-27core: add IntoFuture trait and support for awaitSean McArthur-7/+32
2019-12-27Fix `Instance::resolve()` incorrectly returning specialized instancesWesley Wiser-0/+118
2019-12-27Add regression test for old NLL ICERoss MacArthur-0/+20
2019-12-26Make ui test bitwidth independentOliver Scherer-7/+11
2019-12-26Remove unintended noisy log statementOliver Scherer-108/+0
2019-12-26Add regression test for ZST statics being allowed to "read" from themselvesOliver Scherer-0/+7
2019-12-26Prevent an ICE on invalid transmutesOliver Scherer-0/+151
2019-12-26Don't ICE on the use of integer addresses for ZST constants in pattern matchingOliver Scherer-0/+13
2019-12-26Auto merge of #67592 - matthewjasper:cleanup-match, r=Centrilbors-0/+93
2019-12-26Auto merge of #67327 - oli-obk:cleanup, r=RalfJungbors-16/+91