about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2019-01-04alphabetize marker traits when printedAriel Ben-Yehuda-10/+10
2019-01-04Update tests changed by rebaseGeorg Semmler-4/+39
2019-01-03Improve error generation, fixup recursion limitsAaron Hill-76/+6
2019-01-04stabilize convert::identityMazdak Farrokhzad-2/+0
2019-01-04implement a hack to make traitobject 0.1.0 compileAriel Ben-Yehuda-28/+297
2019-01-03Forbid impl Trait from referring to unnamable recursive typesMatthew Jasper-8/+222
2019-01-03Add missing filesGeorg Semmler-127/+1008
2019-01-03Fix typoGeorg Semmler-1/+1
2019-01-03Unify testsGeorg Semmler-2723/+400
2019-01-03Update some new tests to changed error messagesGeorg Semmler-5/+5
2019-01-03Fix failing compile testsGeorg Semmler-1/+2
2019-01-03Add some testsGeorg Semmler-0/+2662
2019-01-03use structured suggestion for method callsAndy Russell-33/+33
2019-01-03Fix bug in associated constant type annotations.David Wood-0/+43
2019-01-03Auto merge of #55517 - nikomatsakis:universes, r=scalexmbors-554/+529
2019-01-03Fix unused_assignments false positiveShotaro Yamada-0/+9
2019-01-02rename `type_moves_by_default` to `type_is_copy_modulo_regions`Niko Matsakis-1/+1
2019-01-02try to detect affected code and direct people to #56105Niko Matsakis-0/+2
2019-01-02address tmandry nitsNiko Matsakis-63/+14
2019-01-02improve handling for subtypeNiko Matsakis-298/+98
2019-01-02say "the lifetime" instead of "some lifetime" when it feels rightNiko Matsakis-8/+8
2019-01-02apply the same logic to ConcreteFailure errorsNiko Matsakis-38/+19
2019-01-02apply the new placeholder errors even with just one placeholderNiko Matsakis-45/+40
2019-01-02introduce placeholder-placeholder errors for trait matchingNiko Matsakis-91/+35
2019-01-02WIP other test changesNiko Matsakis-7/+6
2019-01-02tests: cases where we now do the right thing but did not beforeNiko Matsakis-137/+137
2019-01-02tests: worse diagnostics, but basically same errorsNiko Matsakis-437/+463
2019-01-02tests: move coherence-subtyping from run-pass to compile-failNiko Matsakis-0/+71
2019-01-02add tests exercising `exists<'a> { forall<'b> { .. } }` patternNiko Matsakis-0/+163
2019-01-02select.rs: unsizing coercion should use a subtypeNiko Matsakis-7/+9
2019-01-02make evaluation track whether outlives relationships matteredNiko Matsakis-0/+41
2019-01-02Wf-check the output type of a function in MIR-typeckMatthew Jasper-0/+38
2019-01-02make `panictry!` private to libsyntaxAndy Russell-12/+218
2019-01-02Auto merge of #57250 - codeworm96:tyerr_msg, r=varkorbors-103/+103
2019-01-02Auto merge of #57251 - petrochenkov:reregr, r=varkorbors-1/+13
2019-01-01Auto merge of #57209 - estebank:suggest-raw-ident, r=petrochenkovbors-0/+80
2019-01-01syntax: Fix regression in diagnostics for patterns in trait method parametersVadim Petrochenkov-1/+13
2019-01-01Fix broken links to second edition TRPL.Corey Farwell-135/+135
2019-01-01Auto merge of #55937 - davidtwco:issue-54943, r=pnkfelixbors-11/+147
2019-01-01Auto merge of #57210 - estebank:str-err, r=zackmdavisbors-5/+73
2019-01-01Auto merge of #57194 - matthiaskrgr:copyright_headers, r=Centrilbors-51/+13
2019-01-01Auto merge of #57199 - petrochenkov:ambig, r=estebankbors-2/+13
2018-12-31Improve type mismatch error messagesYuning Zhang-103/+103
2018-12-31Auto merge of #56878 - petrochenkov:privdyn, r=arielb1bors-35/+163
2019-01-01Address review commentsVadim Petrochenkov-19/+19
2019-01-01privacy: Use common `DefId` visiting infra for all privacy visitorsVadim Petrochenkov-20/+148
2018-12-31Auto merge of #57047 - euclio:field-structured-suggestions, r=estebankbors-28/+33
2018-12-31Do not use unicode character in diagnostic helpEsteban Küber-3/+3
2018-12-31use structured suggestions for nonexistent fieldsAndy Russell-28/+33
2018-12-31Use structured suggestion for braceless unicode escape squenceEsteban Küber-8/+15