about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2019-10-19Rollup merge of #65192 - estebank:restrict-bound, r=matthewjasperMazdak Farrokhzad-236/+666
2019-10-19Rollup merge of #64007 - estebank:overlapping-patterns, r=matthewjasperMazdak Farrokhzad-46/+97
2019-10-19Auto merge of #64890 - wesleywiser:const_prop_rvalue, r=oli-obkbors-7/+76
2019-10-19Rollup merge of #65545 - nnethercote:more-symbol-cleanups, r=petrochenkovMazdak Farrokhzad-2/+2
2019-10-19Rollup merge of #65542 - estebank:kill-static-methods, r=CentrilMazdak Farrokhzad-8/+24
2019-10-19Rollup merge of #65485 - ecstatic-morse:const-validation-mismatch-ugliness, r...Mazdak Farrokhzad-0/+24
2019-10-18Don't ICE when evaluating writes to uninhabited enum variantsWesley Wiser-0/+28
2019-10-18Rollup merge of #65552 - JohnTitor:use-bitwise-not, r=Dylan-DPCTyler Mandry-1/+1
2019-10-18Rollup merge of #65511 - Xanewok:sa-nest-in-impls, r=pnkfelixTyler Mandry-0/+15
2019-10-18Rollup merge of #65498 - SimonSapin:plugin-help, r=CentrilTyler Mandry-28/+28
2019-10-18Rollup merge of #65493 - GuillaumeGomez:long-err-explanation-E0584, r=kinnisonTyler Mandry-0/+2
2019-10-18Rollup merge of #65364 - XiangQingW:master, r=estebankTyler Mandry-0/+19
2019-10-18Rollup merge of #65334 - GuillaumeGomez:long-err-explanation-E0575, r=kinnisonTyler Mandry-1/+1
2019-10-18[const-prop] Handle MIR Rvalue::AggregatesWesley Wiser-6/+40
2019-10-18[const-prop] Handle MIR Rvalue::RepeatWesley Wiser-1/+8
2019-10-18Clarify diagnostics when using `~` as a unary opYuki Okushi-1/+1
2019-10-17Point at enclosing function without `self` receiverEsteban Küber-8/+24
2019-10-18Change how `Symbol::Debug` works.Nicholas Nethercote-2/+2
2019-10-17Refer to "associated functions" instead of "static methods"Esteban Küber-3/+3
2019-10-17save-analysis: Add a relevant test caseIgor Matuszewski-0/+15
2019-10-17Plugins deprecation: don’t suggest simply removing the attributeSimon Sapin-28/+28
2019-10-17Update ui testsGuillaume Gomez-0/+2
2019-10-17Update ui testsGuillaume Gomez-1/+1
2019-10-17Auto merge of #65251 - tlively:emscripten-upstream-upgrade, r=tlivelybors-45/+67
2019-10-16Add regression test for #65394Dylan MacKenzie-0/+24
2019-10-16Update test expectationsThomas Lively-1/+1
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-44/+66
2019-10-16Lint only on single element overlapEsteban Küber-34/+10
2019-10-16Only emit overlapping patterns lint if the overlap is partialEsteban Küber-106/+32
2019-10-16Continue to emit unreachable pattern on cases caught by overlapping patternsEsteban Küber-30/+76
2019-10-16Move overlapping patterns to its own lintEsteban Küber-12/+30
2019-10-16Add check for overlapping ranges to unreachable patterns lintEsteban Küber-53/+138
2019-10-16update ui testsGuillaume Gomez-4/+13
2019-10-15Rollup merge of #65438 - Centril:almost, r=varkorTyler Mandry-19/+101
2019-10-15Rollup merge of #65389 - ecstatic-morse:zero-sized-array-no-drop, r=eddybTyler Mandry-0/+23
2019-10-15Rollup merge of #65353 - Xanewok:sa-empty-tables, r=nikomatsakisTyler Mandry-0/+10
2019-10-15Rollup merge of #65308 - GuillaumeGomez:long-err-explanation-E0574, r=matthew...Tyler Mandry-1/+12
2019-10-15Rollup merge of #65307 - Phosphorus15:master, r=varkorTyler Mandry-0/+35
2019-10-15Rollup merge of #65242 - estebank:contrain-trait-sugg, r=varkorTyler Mandry-0/+121
2019-10-15Rollup merge of #65235 - nikomatsakis:issue-65159-async-fn-return-ice, r=cram...Tyler Mandry-0/+19
2019-10-15Rollup merge of #64623 - matthewjasper:underscore-imports, r=petrochenkovTyler Mandry-0/+145
2019-10-15Rollup merge of #64603 - gilescope:unused-lifetime-warning, r=matthewjasperTyler Mandry-0/+74
2019-10-15Do not suggest restriction on spans originating in macrosEsteban Küber-3/+1
2019-10-15Remove useless `help`Esteban Küber-3/+0
2019-10-15Deduplicate some code and apply review commentsEsteban Küber-23/+24
2019-10-15Suggest associated bound restrictions in `impl`sEsteban Küber-2/+71
2019-10-15Handle missing projection restrictionEsteban Küber-16/+94
2019-10-15Update NLL testsEsteban Küber-4/+12
2019-10-15Consider trait aliasesEsteban Küber-3/+4
2019-10-15Update some tests involving `Self`Esteban Küber-2/+51