| Age | Commit message (Expand) | Author | Lines |
| 2017-01-08 | Auto merge of #38837 - eddyb:issue-38074, r=nikomatsakis | bors | -0/+27 |
| 2017-01-08 | Auto merge of #38813 - eddyb:lazy-11, r=nikomatsakis | bors | -15/+0 |
| 2017-01-06 | std: Add a nonblocking `Child::try_wait` method | Alex Crichton | -0/+65 |
| 2017-01-07 | Auto merge of #38855 - Mark-Simulacrum:immediate-fix, r=eddyb | bors | -0/+21 |
| 2017-01-06 | Auto merge of #38835 - alexcrichton:less-overlapped, r=brson | bors | -0/+90 |
| 2017-01-06 | rustc: keep track of tables everywhere as if they were per-body. | Eduard-Mihai Burtescu | -15/+0 |
| 2017-01-06 | Auto merge of #38833 - arielb1:constant-mir-overflow, r=eddyb | bors | -0/+20 |
| 2017-01-06 | Auto merge of #38793 - jseyfried:fix_macro_export_duplicates, r=nrc | bors | -0/+35 |
| 2017-01-06 | Auto merge of #38069 - canndrew:empty-sub-patterns-again, r=nikomatsakis | bors | -0/+60 |
| 2017-01-05 | Add std::process::Command::envs() | Zack Weinberg | -0/+60 |
| 2017-01-05 | Fix ICE on i686 when calling immediate() on OperandValue::Ref in return | Mark Simulacrum | -0/+21 |
| 2017-01-05 | Auto merge of #38152 - arielb1:special-copy, r=nikomatsakis | bors | -0/+27 |
| 2017-01-05 | Auto merge of #38767 - est31:master, r=eddyb | bors | -2/+68 |
| 2017-01-05 | Allow projections to be promoted to constants in MIR. | Eduard-Mihai Burtescu | -0/+27 |
| 2017-01-04 | std: Don't pass overlapped handles to processes | Alex Crichton | -0/+90 |
| 2017-01-05 | fix promotion of MIR terminators | Ariel Ben-Yehuda | -0/+20 |
| 2017-01-04 | Add test for i128 ffi usage | est31 | -0/+45 |
| 2017-01-04 | enhance u128 overflow tests | est31 | -2/+23 |
| 2017-01-04 | Auto merge of #38670 - dotdash:transmute_align, r=eddyb | bors | -0/+31 |
| 2017-01-04 | Fix regression with duplicate `#[macro_export] macro_rules!`. | Jeffrey Seyfried | -0/+35 |
| 2017-01-03 | normalize field types in copy implementations | Ariel Ben-Yehuda | -0/+27 |
| 2017-01-03 | Auto merge of #38473 - zackmdavis:issue_kebab, r=sanxiyn | bors | -0/+0 |
| 2017-01-03 | More pattern matching for empty types changes | Andrew Cann | -0/+60 |
| 2017-01-03 | Don't warn about dead foreign items if the 'allow(dead_code)' attribute is pr... | Dylan McKay | -0/+20 |
| 2016-12-31 | Fix iabs and add some more tests | est31 | -1/+5 |
| 2016-12-31 | Fix transmute::<T, U> where T requires a bigger alignment than U | Björn Steinbrink | -0/+31 |
| 2016-12-30 | Further and hopefully final Windows fixes | Simonas Kazlauskas | -1/+37 |
| 2016-12-30 | 40 -> 39, as ceil(log10(2^128)) == 39 | est31 | -0/+2 |
| 2016-12-30 | Fix intrinsics and expand tests | est31 | -0/+16 |
| 2016-12-30 | Fix rebase fallout | Simonas Kazlauskas | -0/+6 |
| 2016-12-30 | Tidy | Simonas Kazlauskas | -0/+18 |
| 2016-12-30 | Feature gate the 128 bit types | Simonas Kazlauskas | -0/+11 |
| 2016-12-30 | Tests for the 128 bit integers | Simonas Kazlauskas | -0/+73 |
| 2016-12-29 | Change --crate-type metadata to --emit=metadata | Nick Cameron | -1/+2 |
| 2016-12-27 | Auto merge of #38600 - arielb1:dead-drop, r=eddyb | bors | -0/+54 |
| 2016-12-25 | clear discriminant drop flag at the bottom of a ladder | Ariel Ben-Yehuda | -0/+54 |
| 2016-12-25 | Auto merge of #38566 - jseyfried:fix_import_resolution_bug, r=eddyb | bors | -0/+22 |
| 2016-12-23 | Fix import resolution bug and fold all idents in the AST. | Jeffrey Seyfried | -0/+22 |
| 2016-12-21 | Disable field reordering | Austin Hicks | -7/+0 |
| 2016-12-20 | Fix and cleanup callee shims | Mark Simulacrum | -0/+14 |
| 2016-12-20 | Rollup merge of #38451 - semarie:openbsd-rustbuild, r=alexcrichton | Alex Crichton | -0/+1 |
| 2016-12-19 | prefer hyphens in test files named after issue numbers | Zack M. Davis | -0/+0 |
| 2016-12-18 | Auto merge of #37429 - camlorn:univariant_layout_optimization, r=eddyb | bors | -2/+82 |
| 2016-12-17 | Auto merge of #38279 - KalitaAlexey:issue-8521, r=jseyfried | bors | -0/+34 |
| 2016-12-17 | disable run-pass/backtrace for openbsd | Sébastien Marie | -0/+1 |
| 2016-12-17 | Auto merge of #38205 - jseyfried:fix_module_directory_regression, r=eddyb | bors | -0/+33 |
| 2016-12-16 | Allow path fragments to be parsed as type parameter bounds in macro expansion | Kalita Alexey | -0/+34 |
| 2016-12-14 | Add a case to type-sizes to explicitly verify that field reordering triggers. | Austin Hicks | -0/+7 |
| 2016-12-14 | Incorporate review comments | Austin Hicks | -2/+1 |
| 2016-12-14 | Make tidy | Austin Hicks | -1/+1 |