about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2016-08-04Update E0124 to the new error formatSamuel Cormier-Iijima-2/+6
2016-08-03Auto merge of #35015 - petrochenkov:forearg, r=nikomatsakisbors-0/+30
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-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
2016-07-30diagnostically note source of overruling outer forbidZack M. Davis-0/+1
2016-07-31Suppress unused type parameter error when type has error fieldSeo Sanghyeon-7/+23
2016-07-30Rollup merge of #35106 - xen0n:issue-35082, r=alexcrichtonManish Goregaokar-0/+6
2016-07-30Rollup merge of #35080 - jonathandturner:fix_numeric_expected_found, r=nikoma...Manish Goregaokar-39/+39
2016-07-30Rollup merge of #35063 - jseyfried:avoid_importing_inaccessible_names, r=nrcManish Goregaokar-8/+8
2016-07-29syntax_ext: format: fix ICE with bad named argumentsWang Xuerui-0/+6
2016-07-28Move to {integer} and {float}Jonathan Turner-39/+39
2016-07-28Rename _ to {numerics} for unknown numeric typesJonathan Turner-38/+38
2016-07-28Rollup merge of #34963 - petrochenkov:useerr, r=jseyfriedManish Goregaokar-0/+27
2016-07-28Auto merge of #34908 - jseyfried:improve_tt_matchers, r=nrcbors-0/+20
2016-07-28Add regression testJeffrey Seyfried-0/+20
2016-07-27Auto merge of #34907 - arielb1:found-parse-error, r=nikomatsakisbors-153/+300
2016-07-27Auto merge of #34856 - jseyfried:refactor_reset_tls, r=nrcbors-1/+2
2016-07-27Fix fallout in tests.Jeffrey Seyfried-8/+8
2016-07-25Weaken test `compile-fail/lifetime-inference-give-expl-lifetime-param`.Jeffrey Seyfried-1/+2
2016-07-23address review commentsAriel Ben-Yehuda-32/+28
2016-07-22Avoid writing a temporary closure kindNiko Matsakis-0/+32
2016-07-22try to recover the non-matching types in projection errorsAriel Ben-Yehuda-1/+40
2016-07-22refactor constant evaluation error reportingAriel Ben-Yehuda-119/+209
2016-07-22switch projection errors to use the new type error messagesAriel Ben-Yehuda-4/+28
2016-07-22switch compare_method to new-style trait error reportingAriel Ben-Yehuda-15/+12
2016-07-22remove rustc_typeck::same_type_errAriel Ben-Yehuda-6/+7
2016-07-21Fix ICE happening when unresolved imports are used in patternsVadim Petrochenkov-0/+27
2016-07-18Auto merge of #34357 - tbu-:pr_exact_size_is_empty, r=brsonbors-3/+4
2016-07-18Properly feature gate all unstable ABIsVadim Petrochenkov-41/+61
2016-07-18Auto merge of #34886 - jseyfried:improve_stmt_matchers, r=eddybbors-0/+17
2016-07-17Add regression testJeffrey Seyfried-0/+17
2016-07-17Auto merge of #34871 - petrochenkov:inherent, r=jseyfriedbors-1/+1
2016-07-17Do not resolve inherent static methods from other crates prematurelyVadim Petrochenkov-1/+1
2016-07-16Auto merge of #34846 - jonas-schievink:issue34839, r=eddybbors-0/+31
2016-07-16Auto merge of #34816 - jseyfried:fix_include_path, r=nrcbors-1/+7
2016-07-16Erase regions before computing type layoutJonas Schievink-0/+31
2016-07-14Fix compile-fail test for `ExactSizeIterator::is_empty`Tobias Bucher-3/+4
2016-07-14Auto merge of #34797 - doomrobo:fix-import-trait-method, r=jseyfriedbors-0/+17