about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2016-06-13Add regression test for #32364Daan Sprenkels-0/+24
2016-06-12Auto merge of #34045 - ollie27:rustdoc_stripped, r=brsonbors-0/+22
2016-06-11Forbid `#[test]` attributes on non-optional expressions.Jeffrey Seyfried-0/+2
2016-06-10Auto merge of #34172 - jseyfried:avoid_configuring_interpolated_ast, r=alexcr...bors-0/+21
2016-06-10Auto merge of #34199 - jseyfried:visit_all_attrs, r=nrcbors-1/+6
2016-06-10Rollup merge of #34136 - imjacobclark:ice-test-case-25579, r=nikomatsakisSeo Sanghyeon-0/+27
2016-06-10Check that custom attributes are disallowed on statements and expressionsJeffrey Seyfried-1/+6
2016-06-10Add testsVadim Petrochenkov-1/+56
2016-06-10resolve: Rewrite resolve_patternVadim Petrochenkov-45/+47
2016-06-09Auto merge of #34149 - arielb1:remove-remove-dead-blocks, r=nikomatsakisbors-0/+1
2016-06-09use the type name as the pass nameAriel Ben-Yehuda-3/+1
2016-06-09add hook infrastructure for automatically dumping MIR on every passAriel Ben-Yehuda-1/+4
2016-06-09Auto merge of #34109 - pnkfelix:fix-issue-34101, r=arielb1bors-0/+56
2016-06-08Auto merge of #34032 - jseyfried:load_macros_in_expansion, r=nrcbors-5/+25
2016-06-08Auto merge of #32202 - arielb1:slice-patterns, r=nikomatsakisbors-116/+313
2016-06-09Add regression testJeffrey Seyfried-0/+19
2016-06-09Load macros from `extern crate`s during expansion.Jeffrey Seyfried-5/+6
2016-06-09Add regression testJeffrey Seyfried-0/+21
2016-06-08Auto merge of #34167 - eddyb:fix-pairs-for-real, r=nikomatsakisbors-0/+15
2016-06-09add an help message when using an old-style slice patternAriel Ben-Yehuda-0/+22
2016-06-09handle string literals correctly in match checkingAriel Ben-Yehuda-0/+44
2016-06-09implement RFC495 semantics for slice patternsAriel Ben-Yehuda-116/+229
2016-06-09trans: don't misuse C_nil for ZSTs other than ().Eduard Burtescu-0/+15
2016-06-08fix translation of unsized types and arraysAriel Ben-Yehuda-0/+18
2016-06-08Auto merge of #33989 - eddyb:mir-viz, r=nikomatsakisbors-12/+1
2016-06-08Resolving line length build failJacob Clark-4/+4
2016-06-08Auto merge of #34068 - ollie27:rustdoc_redirect_const, r=brsonbors-0/+23
2016-06-08Auto merge of #34010 - jseyfried:decorate_expanded, r=nrcbors-0/+18
2016-06-08Resolving build failureJacob Clark-7/+7
2016-06-07Auto merge of #34003 - frewsxcv:13727-regressions, r=brsonbors-0/+22
2016-06-07Auto merge of #33982 - LeoTestard:remove-check-matcher-old, r=pnkfelixbors-44/+11
2016-06-07Auto merge of #34141 - eddyb:trans-abi-memcpy, r=nikomatsakisbors-4/+12
2016-06-08trans: always use a memcpy for ABI argument/return casts.Eduard Burtescu-4/+12
2016-06-07Auto merge of #34139 - steveklabnik:rollup, r=steveklabnikbors-107/+278
2016-06-07mir: distinguish between variable visibility scopes and SEME scopes.Eduard Burtescu-12/+1
2016-06-07Rollup merge of #33897 - srinivasreddy:runfail_rustfmt, r=nrcSteve Klabnik-107/+278
2016-06-07Auto merge of #34128 - eddyb:mir-trans-fixes, r=luqmanabors-6/+20
2016-06-07Test case for borrowk ICE #25579Jacob Clark-0/+27
2016-06-07Fix issue #34101: do not track subcontent of type with dtor nor gather flags ...Felix S. Klock II-0/+56
2016-06-07Auto merge of #34012 - eddyb:tick-erased, r=nikomatsakisbors-5/+5
2016-06-06Add regression tests for #13727.Corey Farwell-0/+22
2016-06-07trans: don't forget to cast Pair constants of the wrong type.Eduard Burtescu-6/+8
2016-06-07trans: use Pair for ignored nil pairs instead of Immediate.Eduard Burtescu-0/+12
2016-06-06Auto merge of #34006 - eddyb:mir-const-fixes, r=nikomatsakisbors-0/+26
2016-06-06Remove the old FOLLOW checking (aka `check_matcher_old`).Leo Testard-44/+11
2016-06-06Rollup merge of #34052 - jonas-schievink:issue-32829, r=brsonEduard-Mihai Burtescu-0/+17
2016-06-06Rollup merge of #34048 - shepmaster:corrected-issue-number, r=steveklabnikEduard-Mihai Burtescu-0/+0
2016-06-06run rustfmt on test/run-fail folderSrinivas Reddy Thatiparthy-107/+278
2016-06-05rustc_const_eval: work around double rounding.Eduard Burtescu-0/+26
2016-06-05trans: update Luqmana's patch for generalized pair handling.Eduard Burtescu-4/+14