about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2019-10-21Rollup merge of #65629 - ecstatic-morse:remove-graphviz, r=Mark-SimulacrumMazdak Farrokhzad-6/+3
2019-10-21Rollup merge of #65614 - varkor:apit-explicit-generics, r=matthewjasperMazdak Farrokhzad-10/+10
2019-10-21Rollup merge of #65579 - skinny121:resolve_const_vars, r=varkorYuki Okushi-8/+8
2019-10-20Remove `borrowck_graphviz_postflow` from testDylan MacKenzie-6/+3
2019-10-20Rollup merge of #65602 - varkor:other-candidates, r=CentrilMazdak Farrokhzad-2/+2
2019-10-20Rollup merge of #65593 - RalfJung:non-const-fn, r=oli-obkMazdak Farrokhzad-0/+42
2019-10-20Improve error message for APIT with explicit generic parametersvarkor-10/+10
2019-10-20Fix resolve_type_vars_with_obligations not resolving const inferenceben-8/+8
2019-10-19Fix plural mistake in emitter.rsvarkor-2/+2
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-19show the proper diagnosticsRalf Jung-2/+17
2019-10-19add test for calling non-const fnRalf Jung-0/+27
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