| Age | Commit message (Expand) | Author | Lines |
| 2017-01-09 | Auto merge of #38866 - alexcrichton:try-wait, r=aturon | bors | -0/+65 |
| 2017-01-08 | Auto merge of #38861 - est31:master, r=alexcrichton | bors | -0/+17 |
| 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 | -19/+10 |
| 2017-01-07 | Auto merge of #38859 - jonathandturner:E0088_fix, r=eddyb | bors | -0/+15 |
| 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 | -19/+10 |
| 2017-01-06 | Auto merge of #38792 - jseyfried:improve_macros_11_diagnostics, r=nikomatsakis | bors | -0/+43 |
| 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 | Make members of {std,core}::{i128,u128} unstable | est31 | -0/+17 |
| 2017-01-06 | Auto merge of #38069 - canndrew:empty-sub-patterns-again, r=nikomatsakis | bors | -69/+333 |
| 2017-01-06 | Fix tidy warning | Jonathan Turner | -0/+10 |
| 2017-01-06 | Add in test for E0090 | Jonathan Turner | -0/+5 |
| 2017-01-05 | Auto merge of #38689 - pnkfelix:dont-check-stability-on-private-items, r=niko... | bors | -0/+249 |
| 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 #38817 - jseyfried:improve_unused_qualification_lint, r=petroch... | bors | -4/+5 |
| 2017-01-05 | Un-remove E0001, put a notice on it instead | Andrew Cann | -2/+2 |
| 2017-01-05 | Auto merge of #38152 - arielb1:special-copy, r=nikomatsakis | bors | -18/+61 |
| 2017-01-05 | Auto merge of #38776 - eddyb:unsigned-means-unsigned, r=pnkfelix | bors | -143/+6 |
| 2017-01-05 | Auto merge of #38767 - est31:master, r=eddyb | bors | -2/+68 |
| 2017-01-05 | Auto merge of #38756 - Mark-Simulacrum:2nd-trans-cleanup, r=eddyb | bors | -2/+2 |
| 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 | Auto merge of #38783 - alexcrichton:stabilize-proc-macro, r=nikomatsakis | bors | -155/+1 |
| 2017-01-04 | Replace BlockAndBuilder with Builder. | Mark Simulacrum | -2/+2 |
| 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 | typeck::coherence::builtin - sort impls in the DefId order | Ariel Ben-Yehuda | -21/+21 |
| 2017-01-04 | Fix regression with duplicate `#[macro_export] macro_rules!`. | Jeffrey Seyfried | -0/+35 |
| 2017-01-04 | Don't `unused_qualifications`-check global paths. | Jeffrey Seyfried | -4/+5 |
| 2017-01-04 | Don't leak the compiler's internal representation of scopes in error messages. | Eduard-Mihai Burtescu | -0/+58 |
| 2017-01-04 | simplify Copy implementation error reporting | Ariel Ben-Yehuda | -35/+51 |
| 2017-01-03 | normalize field types in copy implementations | Ariel Ben-Yehuda | -0/+27 |
| 2017-01-03 | Properly ban the negation of unsigned integers in type-checking. | Eduard-Mihai Burtescu | -143/+6 |
| 2017-01-03 | Regression test and exploratory unit test. | Felix S. Klock II | -0/+249 |
| 2017-01-03 | Auto merge of #38473 - zackmdavis:issue_kebab, r=sanxiyn | bors | -0/+0 |
| 2017-01-03 | Remove E0001 diagnostic | Andrew Cann | -2/+2 |
| 2017-01-03 | Amend compile-fail tests | Andrew Cann | -5/+4 |
| 2017-01-03 | Disable unreachable patterns error entirely | Andrew Cann | -0/+16 |
| 2017-01-03 | Fix test I broke | Andrew Cann | -3/+5 |
| 2017-01-03 | Improve error message, fix and add tests. | Andrew Cann | -3/+90 |
| 2017-01-03 | More pattern matching for empty types changes | Andrew Cann | -0/+60 |
| 2017-01-03 | Make is_useful handle empty types properly | Andrew Cann | -65/+165 |
| 2017-01-03 | Add regression test. | Jeffrey Seyfried | -0/+43 |
| 2017-01-03 | Don't warn about dead foreign items if the 'allow(dead_code)' attribute is pr... | Dylan McKay | -0/+20 |