about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2016-08-04Update E0124 to the new error formatSamuel Cormier-Iijima-2/+6
2016-08-04Auto merge of #35168 - scottcarr:deaggregation, r=nikomatsakisbors-0/+41
2016-08-03Auto merge of #35015 - petrochenkov:forearg, r=nikomatsakisbors-0/+30
2016-08-03Support removed LLVM intrinsics by invoking its AutoUpgrade mechanism.Eduard Burtescu-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-03rustc_trans: don't lose the cross-crate DefId, MIR trans needs it.Eduard Burtescu-0/+28
2016-08-02Automatically enable -Zorbit if -Zincremental is specified.Michael Woerister-0/+20
2016-08-02fix field type, add testScott A Carr-0/+41
2016-08-02Auto merge of #35145 - jseyfried:avoid_extra_resolve_error, r=arielb1bors-9/+9
2016-08-02tests: mark the inline asm in run-pass/issue-14936 as volatile.Eduard Burtescu-1/+2
2016-08-02tests: don't use -Zorbit on run-pass/issue-28950, it stack overflows.Eduard Burtescu-0/+3
2016-08-01Fix fallout in `ui/codemap_tests`.Jeffrey Seyfried-5/+2
2016-08-01Auto merge of #35163 - sanxiyn:rollup, r=sanxiynbors-171/+22
2016-08-02Rollup merge of #35140 - the-kenny:tcp-stress-test-const-thread-count, r=alex...Seo Sanghyeon-2/+5
2016-08-02Rollup merge of #34802 - petrochenkov:call, r=eddybSeo Sanghyeon-169/+17
2016-08-01Auto merge of #34743 - badboy:llvm-upgrade, r=eddybbors-316/+1
2016-08-01Auto merge of #34830 - michaelwoerister:internal-closures, r=nikomatsakisbors-0/+48
2016-08-01Add test case for large number of closures within one codegen unitMichael Woerister-0/+48
2016-08-01tcp-stress-test.rs: Only spawn 200 threads.Moritz Ulrich-1/+1
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-31tcp-stress-test: Factor out thread count as constant.Moritz Ulrich-2/+5
2016-07-31Auto merge of #34251 - zackmdavis:forbidden_on_whose_authority, r=Manishearthbors-0/+3
2016-07-31Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu...Vadim Petrochenkov-169/+17
2016-07-30Auto merge of #34904 - petrochenkov:rustcall, r=nikomatsakisbors-41/+61
2016-07-30diagnostically note source of overruling outer forbidZack M. Davis-0/+3
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-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-29test: Fix a test on MSVCAlex Crichton-13/+1
2016-07-29test: Remove the execution-engine testAlex Crichton-303/+0
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