about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-1/+33
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-02Remove no longer working testAlex Crichton-141/+0
2019-01-02make `panictry!` private to libsyntaxAndy Russell-14/+220
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-14/+150
2019-01-01Auto merge of #57210 - estebank:str-err, r=zackmdavisbors-5/+73
2019-01-01Auto merge of #57194 - matthiaskrgr:copyright_headers, r=Centrilbors-171/+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
2018-12-31Account for `\xFF` and `\u{FF}` sequences in string format errorsEsteban Küber-1/+62
2018-12-31Update tests after rebaseEsteban Küber-0/+4
2018-12-31Address review commentsEsteban Küber-7/+55
2018-12-31Suggest using raw identifiers in 2018 edition when using keywordsEsteban Küber-7/+35
2018-12-31const-stabilize const_int_ops + reverse_bitsMazdak Farrokhzad-115/+114
2018-12-31Rename and fix nolink-with-link-args testMika Lehtinen-13/+12
2018-12-31Auto merge of #57208 - estebank:issue-57198, r=petrochenkovbors-0/+25
2018-12-30Tweak E0308 error for clarityEsteban Küber-40/+37
2018-12-31Auto merge of #57044 - varkor:E0512-equal-type, r=matthewjasperbors-115/+135
2018-12-31unchecked_{shl,shr}: extend const tests.Mazdak Farrokhzad-15/+428
2018-12-31const stabilizations: adjust run-pass tests.Mazdak Farrokhzad-6/+0
2018-12-30Fix variable string size problem in transmute testvarkor-3/+3
2018-12-30Point at function name spanEsteban Küber-30/+71
2018-12-30Point at the return type span on type mismatch due to missing returnEsteban Küber-121/+83
2018-12-30Remove unused nll debug flagsMatthew Jasper-15/+9
2018-12-30Auto merge of #57205 - petrochenkov:extrecov, r=estebankbors-25/+42
2018-12-30Change return types and check return values in tests.Camille GILLOT-9/+20
2018-12-30Move tests to ui.Camille GILLOT-0/+2
2018-12-30test: Add test for issues 45510 and 18952.Camille GILLOT-0/+75
2018-12-30Guarantee `rustc_dump_user_substs` error order.David Wood-8/+8
2018-12-30Stop well-formedness checking unreachable code.David Wood-29/+33
2018-12-30Fix unresolved inference variable ICE.David Wood-2/+35