about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2016-08-05Rollup merge of #35266 - circuitfox:35247-E0109-update-error-format, r=jonath...Guillaume Gomez-0/+1
2016-08-05Rollup merge of #35264 - GuillaumeGomez:E0132_update, r=jonathandturnerGuillaume Gomez-0/+1
2016-08-05Update error message for E0166Roy Brunton-2/+6
2016-08-05Auto merge of #35317 - TimNN:internal-deprecated, r=eddybbors-2/+83
2016-08-05Add new error code testsGuillaume Gomez-0/+179
2016-08-05Update E0379 to new format #35338kc1212-1/+3
2016-08-05Update E0391 to new format.Ryan Scott-0/+2
2016-08-05Auto merge of #35283 - shantanuraj:master, r=jonathandturnerbors-75/+75
2016-08-05Update E0106 error message to new format.Dominik Boehi-3/+9
2016-08-04Updated E0081 to new formatChristian Poveda-6/+9
2016-08-04Fix for issue #35336 - updating error message for for E0368 to include a span...William Lee-0/+1
2016-08-04Auto merge of #35274 - GuillaumeGomez:err_codes, r=jonathandturnerbors-0/+404
2016-08-04Update error message E0120Vincent Prouillet-1/+3
2016-08-04Update compiler error E0055 to use new error formatNick Massey-1/+3
2016-08-04add test for nested deprecatedTim Neumann-0/+81
2016-08-04fix existing testsTim Neumann-2/+2
2016-08-04E0119 update error formatChris Stankus-2/+4
2016-08-04Update error format for E0062trixnz-1/+3
2016-08-04Update error format for E0137Vincent Prouillet-2/+4
2016-08-04Update E0124 to the new error formatSamuel Cormier-Iijima-2/+6
2016-08-04E0110 update error formatChris Stankus-0/+1
2016-08-04Updated E0071 to new format.Federico Ravasio-2/+8
2016-08-04Changing label to "this is an..."saml-4/+4
2016-08-04Set label for unreachable patternsaml-0/+4
2016-08-04Update error message E0178Adam MedziƄski-4/+12
2016-08-04Update error message for E0172Roy Brunton-1/+3
2016-08-04Update E0079 to new formatYossi Konstantinovsky-0/+1
2016-08-04Removing trailing whitespace leftover from last re-formatting commitWilliam Lee-3/+3
2016-08-04Tidying up some of the line spacing / code formatting for NOTE/ERROR annotati...William Lee-12/+16
2016-08-04Add new error code testsGuillaume Gomez-0/+404
2016-08-03Auto merge of #35015 - petrochenkov:forearg, r=nikomatsakisbors-0/+30
2016-08-04Fixes for issues #35215 and #35216William Lee-2/+16
2016-08-04Update wording on E0080Shantanu Raj-75/+75
2016-08-03Update error message for E0109Chris Stankus-0/+1
2016-08-03Add note test for E0132Guillaume Gomez-0/+1
2016-08-02Auto merge of #35159 - michaelwoerister:incr-comp-implies-orbit, r=nikomatsakisbors-0/+20
2016-08-03Properly enforce the "patterns aren't allowed in foreign functions" checkVadim Petrochenkov-0/+30
2016-08-02Automatically enable -Zorbit if -Zincremental is specified.Michael Woerister-0/+20
2016-08-02Auto merge of #35145 - jseyfried:avoid_extra_resolve_error, r=arielb1bors-4/+7
2016-08-01Improve diagnostics for pattern bindings that illegally shadow items.Jeffrey Seyfried-0/+8
2016-08-02Rollup merge of #34802 - petrochenkov:call, r=eddybSeo Sanghyeon-59/+7
2016-07-31Auto merge of #35130 - sanxiyn:unused-type-parameter-error, r=nrcbors-7/+23
2016-07-31Auto merge of #35143 - arielb1:rfc447-regions, r=eddybbors-0/+36
2016-07-31Make "type aliases cannot be used for traits" a note instead of a span_label.Jeffrey Seyfried-4/+3
2016-07-31Avoid emitting a unhelpful cascading resolution error.Jeffrey Seyfried-0/+4
2016-07-31typeck: use a TypeVisitor in ctpAriel Ben-Yehuda-0/+36
2016-07-31Auto merge of #34986 - nikomatsakis:issue-34349, r=arielb1bors-0/+32
2016-07-31Auto merge of #34251 - zackmdavis:forbidden_on_whose_authority, r=Manishearthbors-0/+1
2016-07-31Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu...Vadim Petrochenkov-59/+7
2016-07-30Auto merge of #34904 - petrochenkov:rustcall, r=nikomatsakisbors-41/+61