about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2016-08-01Fix fallout in `ui/codemap_tests`.Jeffrey Seyfried-5/+2
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-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-40/+40
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-28Auto merge of #34956 - nikomatsakis:incr-comp-o-files, r=mwbors-2/+262
2016-07-28Auto merge of #34485 - tbu-:pr_unicode_debug_str, r=alexcrichtonbors-4/+4
2016-07-28Move to {integer} and {float}Jonathan Turner-40/+40
2016-07-28Keep multiple files per work-productNiko Matsakis-0/+63
2016-07-28Address mw nitsNiko Matsakis-10/+0
2016-07-28Add a testing mechanism and a simple spike testNiko Matsakis-0/+197
2016-07-28Modify trans to skip generating `.o` filesNiko Matsakis-2/+12
2016-07-28Rename _ to {numerics} for unknown numeric typesJonathan Turner-39/+39
2016-07-28Rollup merge of #35037 - ollie27:rustdoc_tuple_struct_where, r=alexcrichtonManish Goregaokar-1/+17
2016-07-28Rollup merge of #35013 - tamird:coerce-match-valgrind, r=alexcrichtonManish Goregaokar-0/+0
2016-07-28Rollup merge of #34969 - jseyfried:fix_cfg_feature, r=nrcManish Goregaokar-0/+23
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-28Rename `char::escape` to `char::escape_debug` and add tracking issueTobias Bucher-1/+1
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-27Auto merge of #33363 - japaric:target, r=japaricbors-0/+16
2016-07-27Auto merge of #33312 - Byron:double-ended-iterator-for-args, r=alexcrichtonbors-0/+44
2016-07-27Fix fallout in tests.Jeffrey Seyfried-8/+8
2016-07-26DoubleEndedIterator for ArgsSebastian Thiel-0/+44
2016-07-25Weaken test `compile-fail/lifetime-inference-give-expl-lifetime-param`.Jeffrey Seyfried-1/+2
2016-07-25rustdoc: Fix tuple struct where clause renderingOliver Middleton-1/+17
2016-07-25Remove no_stack_check tests (#34915)abhi-369/+0
2016-07-25add include ../tools.mk to the MakefileJorge Aparicio-0/+2
2016-07-24move coerce-match{,-calls} into run-pass-valgrindTamir Duberstein-0/+0
2016-07-24Rollup merge of #34972 - oli-obk:cant_cast_str_to_const_ptr, r=eddybManish Goregaokar-1/+4
2016-07-23Auto merge of #34925 - jseyfried:nested_macros, r=eddybbors-0/+9
2016-07-23Fix run-pass/ifmt testTobias Bucher-3/+3
2016-07-23address review commentsAriel Ben-Yehuda-32/+28
2016-07-22Add regression test.Jeffrey Seyfried-0/+23
2016-07-22Auto merge of #34917 - michaelwoerister:fix-internalize-symbols, r=eddybbors-0/+20
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-22improve const eval error reporting on "" and b"" castsOliver Schneider-1/+4
2016-07-21Auto merge of #34715 - scottcarr:mir-test, r=nikomatsakisbors-0/+89
2016-07-21Auto merge of #34544 - 3Hren:issue/xx/reinterpret-format-precision-for-string...bors-1/+2
2016-07-21Fix ICE happening when unresolved imports are used in patternsVadim Petrochenkov-0/+27
2016-07-20add mir optimization tests, dump-mir-dir optionScott A Carr-0/+89
2016-07-19Add regression test.Jeffrey Seyfried-0/+9