summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2016-07-03Revert "skip double negation in const eval"Alex Crichton-0/+1
2016-07-02fix test falloutAriel Ben-Yehuda-8/+8
2016-05-20Rollup merge of #33739 - GuillaumeGomez:error-code-tests, r=ManishearthGuillaume Gomez-0/+284
2016-05-20Rollup merge of #33683 - sanxiyn:paren-span, r=nikomatsakisGuillaume Gomez-3/+34
2016-05-20Rollup merge of #33676 - rkruppe:e0509-exact-words, r=sanxiynGuillaume Gomez-10/+12
2016-05-20Auto merge of #33553 - alexcrichton:cdylibs, r=brsonbors-0/+28
2016-05-19rustc: Add a new crate type, cdylibAlex Crichton-0/+28
2016-05-19Rollup merge of #33712 - jseyfried:fix_expanded_expr_span_bug, r=nrcManish Goregaokar-21/+23
2016-05-19Rollup merge of #33708 - nham:zero-elided-lifetimes, r=sanxiynManish Goregaokar-0/+35
2016-05-19Rollup merge of #33696 - nham:add-test-21225, r=luqmanaManish Goregaokar-0/+30
2016-05-19Add new error code testsggomez-0/+284
2016-05-19Reword the short diagnostic for E0509Robin Kruppe-10/+12
2016-05-19Auto merge of #33694 - arielb1:fuzzy-on-unimplemented, r=nikomatsakisbors-1/+58
2016-05-18Auto merge of #33688 - jonathandturner:fix_old_school, r=nikomatsakisbors-24/+29
2016-05-18Auto merge of #33686 - GuillaumeGomez:error-code-tests, r=steveklabnikbors-0/+121
2016-05-18address review commentsAriel Ben-Yehuda-2/+2
2016-05-18implement fuzzy matching in on_unimplementedAriel Ben-Yehuda-1/+58
2016-05-19Be smart about span of parenthesized expression in macroSeo Sanghyeon-0/+31
2016-05-18Fix code suggestion in testSeo Sanghyeon-3/+3
2016-05-18Fix tidy errorJonathan Turner-1/+1
2016-05-18Fix bug in macro expression spansJeffrey Seyfried-21/+23
2016-05-18Add new error code testsggomez-0/+121
2016-05-18Only print parameters with elided lifetimes in elision error messages.Nick Hamann-0/+35
2016-05-17Auto merge of #33137 - nikomatsakis:issue-32330-lbr-in-return-type-warning-2,...bors-5/+264
2016-05-17warn for where/return-types that reference regionsNiko Matsakis-5/+264
2016-05-17Add regression tests for error message when using enum variant as a typeNick Hamann-0/+30
2016-05-17Improve a few errors and fix #33366Jonathan Turner-24/+29
2016-05-16Auto merge of #33491 - arielb1:obligation-jungle, r=nikomatsakisbors-74/+49
2016-05-16change on_unimplented logicAriel Ben-Yehuda-0/+2
2016-05-15Auto merge of #33505 - petrochenkov:self, r=nrcbors-0/+18
2016-05-15Auto merge of #33619 - jonathandturner:improve_structured_errors, r=nikomatsakisbors-45/+87
2016-05-15Rollup merge of #33585 - GuillaumeGomez:error_code_test, r=steveklabnikManish Goregaokar-0/+242
2016-05-15Rollup merge of #33342 - birkenfeld:issue-26472, r=jseyfriedManish Goregaokar-0/+24
2016-05-14Add checks for `self: _` and `self: &_`Vadim Petrochenkov-0/+18
2016-05-13rewrite fuzzy `on_unimplemented` matching to avoid ICEsAriel Ben-Yehuda-64/+0
2016-05-13add cycle-reporting logicAriel Ben-Yehuda-0/+30
2016-05-13rewrite obligation forest. cycles still handled incorrectly.Ariel Ben-Yehuda-10/+17
2016-05-13Add compile-fail tests for error codesggomez-0/+242
2016-05-12Update errors to use new error formatJonathan Turner-45/+87
2016-05-12typeck: if a private field exists, also check for a public methodGeorg Brandl-0/+24
2016-05-11Auto merge of #33169 - swgillespie:issue32829, r=eddybbors-0/+88
2016-05-11Rollup merge of #33401 - GuillaumeGomez:index_indication, r=pnkfelixGuillaume Gomez-0/+119
2016-05-11Rollup merge of #33539 - nikomatsakis:static-error, r=pnkfelixSteve Klabnik-0/+36
2016-05-11Improve weight algorithm and testsggomez-8/+27
2016-05-11Improve error message for Index trait on slicesGuillaume Gomez-0/+46
2016-05-11Extend rustc_on_unimplemented flag: if a message is available at an impl, thi...ggomez-0/+54
2016-05-10Add regression test for ICE in constant blocksSean Gillespie-0/+88
2016-05-10Auto merge of #33319 - birkenfeld:issue31424, r=jseyfriedbors-0/+30
2016-05-10fix DFS for region error reportingNiko Matsakis-0/+36
2016-05-10borrowck: do not suggest to change "&mut self" to "&mut mut self"Georg Brandl-0/+30