about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
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
2016-07-14test: Remove NOTE assertions from trace_macros-gateAlex Crichton-2/+1
2016-07-14Add regression testJeffrey Seyfried-1/+7
2016-07-14syntax_ext: format: allow multiple formats for one argumentWang Xuerui-3/+0
2016-07-13Auto merge of #34660 - jseyfried:fix_parse_stmt, r=nrcbors-1/+23
2016-07-13Fixed issue where importing a trait method directly and then calling the meth...Michael Rosenberg-0/+17
2016-07-13Start a best-effort warning cycle.Jeffrey Seyfried-0/+22
2016-07-12Fix fallout.Jeffrey Seyfried-1/+1
2016-07-10Move variant_size_differences out of transJonas Schievink-0/+18
2016-07-08Stabilize `FnOnce::Output` + Fix rebasepetrochenkov-2/+0
2016-07-08Add tests + Fix rustdoc regression + Fix rebaseVadim Petrochenkov-0/+130
2016-07-08Resolve partially resolved paths in struct patterns/expressionsVadim Petrochenkov-33/+9
2016-07-08Rewrite check_pat_enum, split it into check_pat_tuple_struct and check_pat_pathVadim Petrochenkov-7/+13
2016-07-07Auto merge of #34682 - CensoredUsername:clobber-docs, r=eddybbors-0/+26
2016-07-06Auto merge of #34648 - eddyb:return-in-peace-pls, r=nagisabors-24/+0
2016-07-06Correct inline assembly clobber formatting.CensoredUsername-0/+26
2016-07-06Auto merge of #34546 - jseyfried:cfg_attr_path, r=nrcbors-0/+12