about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2020-02-19Auto merge of #69113 - ecstatic-morse:unified-dataflow-borrowed, r=wesleywiserbors-2/+7
2020-02-19Auto merge of #69241 - shahn:checked_add_revert, r=Mark-Simulacrum,lqdbors-0/+31
2020-02-18Revert "Remove `checked_add` in `Layout::repeat`"Sebastian Hahn-0/+31
2020-02-18Rollup merge of #69236 - Centril:mut-parens-at-recovery, r=estebankMazdak Farrokhzad-11/+21
2020-02-18Rollup merge of #69217 - LeSeulArtichaut:remove-lint-impl-op, r=estebankMazdak Farrokhzad-61/+0
2020-02-18Rollup merge of #69211 - petrochenkov:prevtok, r=CentrilMazdak Farrokhzad-6/+41
2020-02-18Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkovMazdak Farrokhzad-122/+706
2020-02-18Rollup merge of #69159 - estebank:use-appropriate-lt-name, r=ecstatic-morseMazdak Farrokhzad-7/+27
2020-02-18Rollup merge of #69192 - JohnTitor:add-tests, r=CentrilDylan DPC-0/+159
2020-02-18Rollup merge of #69175 - estebank:shall-not-ice, r=petrochenkovYuki Okushi-0/+15
2020-02-18Rollup merge of #67272 - fisherdarling:master, r=varkor,hellow554Yuki Okushi-0/+71
2020-02-17Add a test for proc macro generating `$ IDENT`Vadim Petrochenkov-0/+35
2020-02-17parser: Do not call `bump` recursivelyVadim Petrochenkov-6/+6
2020-02-17parse: recover `mut (x @ y)` as `(mut x @ mut y)`.Mazdak Farrokhzad-11/+21
2020-02-17Do not emit note suggesting to implement trait to foreign typeLeSeulArtichaut-61/+0
2020-02-17Auto merge of #69129 - Centril:macro-legacy-errors, r=petrochenkovbors-36/+21
2020-02-16Do not ICE when encountering `yield` inside `async` blockEsteban Küber-0/+15
2020-02-16Select an appropriate unused lifetime name in suggestionEsteban Küber-7/+27
2020-02-16Handle recursion_limit parsing errorsFisher Darling-0/+71
2020-02-15reject assoc statics & extern consts during parsingMazdak Farrokhzad-69/+154
2020-02-15Record proc macro harness order for use during metadata deserializationAaron Hill-1/+1
2020-02-15fuse extern & associated item parsing up to defaultnessMazdak Farrokhzad-38/+42
2020-02-15parse extern constsMazdak Farrokhzad-16/+54
2020-02-15parse associated statics.Mazdak Farrokhzad-18/+200
2020-02-15ast/parser: fuse `static` & `const` grammars in all contexts.Mazdak Farrokhzad-46/+122
2020-02-15ast: make `= <expr>;` optional in free statics/consts.Mazdak Farrokhzad-0/+104
2020-02-16Add FIXME noteYuki Okushi-0/+3
2020-02-16Add test for issue-68653Yuki Okushi-0/+16
2020-02-16Add test for issue-63952Yuki Okushi-0/+45
2020-02-16Add test for issue-62894Yuki Okushi-0/+54
2020-02-16Add test for issue-51798Yuki Okushi-0/+17
2020-02-16Add test for issue-39618Yuki Okushi-0/+24
2020-02-15ast: normalize `ForeignItemKind::Ty` & `AssocItemKind::TyAlias`.Mazdak Farrokhzad-4/+99
2020-02-15Rollup merge of #69180 - Aaron1011:feature/comma-struct-init, r=petrochenkovDylan DPC-2/+39
2020-02-15Rollup merge of #69166 - JohnTitor:ice-const-enum, r=matthewjasperDylan DPC-0/+15
2020-02-15Rollup merge of #69154 - JohnTitor:fix-macro-ices, r=petrochenkovDylan DPC-0/+40
2020-02-14Suggest a comma if a struct initializer field fails to parseAaron Hill-2/+39
2020-02-15Auto merge of #67681 - matthewjasper:infer-regions-in-borrowck, r=nikomatsakisbors-441/+641
2020-02-14Fix tests after rebaseMatthew Jasper-50/+80
2020-02-14Fix and test nested impl TraitMatthew Jasper-0/+16
2020-02-14Update testsMatthew Jasper-231/+124
2020-02-14Handle equal regions in opaque type inferenceMatthew Jasper-0/+57
2020-02-14Update testsMatthew Jasper-157/+291
2020-02-15Avoid calling `fn_sig` on closuresYuki Okushi-0/+40
2020-02-15Rollup merge of #69128 - Centril:fix-69103, r=davidtwcoYuki Okushi-0/+44
2020-02-15Rollup merge of #68856 - Centril:or-pat-ref-pat, r=matthewjasperYuki Okushi-13/+383
2020-02-15Rollup merge of #68129 - varkor:infer-binary-operand-behind-reference, r=niko...Yuki Okushi-0/+30
2020-02-14Call `is_freeze` less in unsafety-checkingMatthew Jasper-0/+32
2020-02-14Check associated opaque types don't use unconstrained lifetimesMatthew Jasper-11/+42
2020-02-14Explain a testMatthew Jasper-2/+9