about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-01-09Auto merge of #38866 - alexcrichton:try-wait, r=aturonbors-0/+65
2017-01-08Auto merge of #38861 - est31:master, r=alexcrichtonbors-0/+17
2017-01-08Auto merge of #38837 - eddyb:issue-38074, r=nikomatsakisbors-0/+27
2017-01-08Auto merge of #38813 - eddyb:lazy-11, r=nikomatsakisbors-19/+10
2017-01-07Auto merge of #38859 - jonathandturner:E0088_fix, r=eddybbors-0/+15
2017-01-06std: Add a nonblocking `Child::try_wait` methodAlex Crichton-0/+65
2017-01-07Auto merge of #38855 - Mark-Simulacrum:immediate-fix, r=eddybbors-0/+21
2017-01-06Auto merge of #38835 - alexcrichton:less-overlapped, r=brsonbors-0/+90
2017-01-06rustc: keep track of tables everywhere as if they were per-body.Eduard-Mihai Burtescu-19/+10
2017-01-06Auto merge of #38792 - jseyfried:improve_macros_11_diagnostics, r=nikomatsakisbors-0/+43
2017-01-06Auto merge of #38833 - arielb1:constant-mir-overflow, r=eddybbors-0/+20
2017-01-06Auto merge of #38793 - jseyfried:fix_macro_export_duplicates, r=nrcbors-0/+35
2017-01-06Make members of {std,core}::{i128,u128} unstableest31-0/+17
2017-01-06Auto merge of #38069 - canndrew:empty-sub-patterns-again, r=nikomatsakisbors-69/+333
2017-01-06Fix tidy warningJonathan Turner-0/+10
2017-01-06Add in test for E0090Jonathan Turner-0/+5
2017-01-05Auto merge of #38689 - pnkfelix:dont-check-stability-on-private-items, r=niko...bors-0/+249
2017-01-05Fix ICE on i686 when calling immediate() on OperandValue::Ref in returnMark Simulacrum-0/+21
2017-01-05Auto merge of #38817 - jseyfried:improve_unused_qualification_lint, r=petroch...bors-4/+5
2017-01-05Un-remove E0001, put a notice on it insteadAndrew Cann-2/+2
2017-01-05Auto merge of #38152 - arielb1:special-copy, r=nikomatsakisbors-18/+61
2017-01-05Auto merge of #38776 - eddyb:unsigned-means-unsigned, r=pnkfelixbors-143/+6
2017-01-05Auto merge of #38767 - est31:master, r=eddybbors-2/+68
2017-01-05Auto merge of #38756 - Mark-Simulacrum:2nd-trans-cleanup, r=eddybbors-2/+2
2017-01-05Allow projections to be promoted to constants in MIR.Eduard-Mihai Burtescu-0/+27
2017-01-04std: Don't pass overlapped handles to processesAlex Crichton-0/+90
2017-01-05fix promotion of MIR terminatorsAriel Ben-Yehuda-0/+20
2017-01-04Auto merge of #38783 - alexcrichton:stabilize-proc-macro, r=nikomatsakisbors-155/+1
2017-01-04Replace BlockAndBuilder with Builder.Mark Simulacrum-2/+2
2017-01-04Add test for i128 ffi usageest31-0/+45
2017-01-04enhance u128 overflow testsest31-2/+23
2017-01-04Auto merge of #38670 - dotdash:transmute_align, r=eddybbors-0/+31
2017-01-04typeck::coherence::builtin - sort impls in the DefId orderAriel Ben-Yehuda-21/+21
2017-01-04Fix regression with duplicate `#[macro_export] macro_rules!`.Jeffrey Seyfried-0/+35
2017-01-04Don't `unused_qualifications`-check global paths.Jeffrey Seyfried-4/+5
2017-01-04Don't leak the compiler's internal representation of scopes in error messages.Eduard-Mihai Burtescu-0/+58
2017-01-04simplify Copy implementation error reportingAriel Ben-Yehuda-35/+51
2017-01-03normalize field types in copy implementationsAriel Ben-Yehuda-0/+27
2017-01-03Properly ban the negation of unsigned integers in type-checking.Eduard-Mihai Burtescu-143/+6
2017-01-03Regression test and exploratory unit test.Felix S. Klock II-0/+249
2017-01-03Auto merge of #38473 - zackmdavis:issue_kebab, r=sanxiynbors-0/+0
2017-01-03Remove E0001 diagnosticAndrew Cann-2/+2
2017-01-03Amend compile-fail testsAndrew Cann-5/+4
2017-01-03Disable unreachable patterns error entirelyAndrew Cann-0/+16
2017-01-03Fix test I brokeAndrew Cann-3/+5
2017-01-03Improve error message, fix and add tests.Andrew Cann-3/+90
2017-01-03More pattern matching for empty types changesAndrew Cann-0/+60
2017-01-03Make is_useful handle empty types properlyAndrew Cann-65/+165
2017-01-03Add regression test.Jeffrey Seyfried-0/+43
2017-01-03Don't warn about dead foreign items if the 'allow(dead_code)' attribute is pr...Dylan McKay-0/+20