about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2017-01-08Auto merge of #38837 - eddyb:issue-38074, r=nikomatsakisbors-0/+27
2017-01-08Auto merge of #38813 - eddyb:lazy-11, r=nikomatsakisbors-15/+0
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-15/+0
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-06Auto merge of #38069 - canndrew:empty-sub-patterns-again, r=nikomatsakisbors-0/+60
2017-01-05Add std::process::Command::envs()Zack Weinberg-0/+60
2017-01-05Fix ICE on i686 when calling immediate() on OperandValue::Ref in returnMark Simulacrum-0/+21
2017-01-05Auto merge of #38152 - arielb1:special-copy, r=nikomatsakisbors-0/+27
2017-01-05Auto merge of #38767 - est31:master, r=eddybbors-2/+68
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-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-04Fix regression with duplicate `#[macro_export] macro_rules!`.Jeffrey Seyfried-0/+35
2017-01-03normalize field types in copy implementationsAriel Ben-Yehuda-0/+27
2017-01-03Auto merge of #38473 - zackmdavis:issue_kebab, r=sanxiynbors-0/+0
2017-01-03More pattern matching for empty types changesAndrew Cann-0/+60
2017-01-03Don't warn about dead foreign items if the 'allow(dead_code)' attribute is pr...Dylan McKay-0/+20
2016-12-31Fix iabs and add some more testsest31-1/+5
2016-12-31Fix transmute::<T, U> where T requires a bigger alignment than UBjörn Steinbrink-0/+31
2016-12-30Further and hopefully final Windows fixesSimonas Kazlauskas-1/+37
2016-12-3040 -> 39, as ceil(log10(2^128)) == 39est31-0/+2
2016-12-30Fix intrinsics and expand testsest31-0/+16
2016-12-30Fix rebase falloutSimonas Kazlauskas-0/+6
2016-12-30TidySimonas Kazlauskas-0/+18
2016-12-30Feature gate the 128 bit typesSimonas Kazlauskas-0/+11
2016-12-30Tests for the 128 bit integersSimonas Kazlauskas-0/+73
2016-12-29Change --crate-type metadata to --emit=metadataNick Cameron-1/+2
2016-12-27Auto merge of #38600 - arielb1:dead-drop, r=eddybbors-0/+54
2016-12-25clear discriminant drop flag at the bottom of a ladderAriel Ben-Yehuda-0/+54
2016-12-25Auto merge of #38566 - jseyfried:fix_import_resolution_bug, r=eddybbors-0/+22
2016-12-23Fix import resolution bug and fold all idents in the AST.Jeffrey Seyfried-0/+22
2016-12-21Disable field reorderingAustin Hicks-7/+0
2016-12-20Fix and cleanup callee shimsMark Simulacrum-0/+14
2016-12-20Rollup merge of #38451 - semarie:openbsd-rustbuild, r=alexcrichtonAlex Crichton-0/+1
2016-12-19prefer hyphens in test files named after issue numbersZack M. Davis-0/+0
2016-12-18Auto merge of #37429 - camlorn:univariant_layout_optimization, r=eddybbors-2/+82
2016-12-17Auto merge of #38279 - KalitaAlexey:issue-8521, r=jseyfriedbors-0/+34
2016-12-17disable run-pass/backtrace for openbsdSébastien Marie-0/+1
2016-12-17Auto merge of #38205 - jseyfried:fix_module_directory_regression, r=eddybbors-0/+33
2016-12-16Allow path fragments to be parsed as type parameter bounds in macro expansionKalita Alexey-0/+34
2016-12-14Add a case to type-sizes to explicitly verify that field reordering triggers.Austin Hicks-0/+7
2016-12-14Incorporate review commentsAustin Hicks-2/+1
2016-12-14Make tidyAustin Hicks-1/+1