| Age | Commit message (Expand) | Author | Lines |
| 2016-01-11 | Rollup merge of #30538 - oli-obk:kill_unsigned_unary_negation, r=pnkfelix | Simonas Kazlauskas | -53/+125 |
| 2016-01-11 | Auto merge of #30676 - nikomatsakis:issue-29857, r=arielb1 | bors | -7/+192 |
| 2016-01-11 | Auto merge of #30753 - pnkfelix:downgrade-29383-struct-warnings-to-errors, r=... | bors | -4/+6 |
| 2016-01-11 | [breaking-change] remove negate_unsigned feature gate | Oliver Schneider | -53/+125 |
| 2016-01-11 | Auto merge of #30490 - ipetkov:unix-spawn, r=alexcrichton | bors | -0/+107 |
| 2016-01-10 | Cancel parse_ty error in Parser::parse_generic_values_after_lt | Florian Hahn | -0/+19 |
| 2016-01-08 | permit coercions if `[error]` is found in either type | Niko Matsakis | -2/+2 |
| 2016-01-08 | Change error scheme so that if projection fails we generate `A::B` instead of... | Niko Matsakis | -8/+35 |
| 2016-01-08 | Make coherence more tolerant of error types. | Niko Matsakis | -0/+158 |
| 2016-01-08 | Rollup merge of #30747 - nagisa:mir-reenable-test, r=nikomatsakis | Steve Klabnik | -12/+6 |
| 2016-01-08 | Rollup merge of #30584 - GuillaumeGomez:new_handles, r=pnkfelix | Steve Klabnik | -0/+12 |
| 2016-01-08 | The lint warnings are not reported since we report the errors first and then ... | Felix S. Klock II | -2/+0 |
| 2016-01-08 | Add new help messages for E0425 | Guillaume Gomez | -0/+12 |
| 2016-01-08 | update test to reflect other sources of brokenness in it under new | Felix S. Klock II | -1/+6 |
| 2016-01-08 | [MIR] Fix translation of ConstVal::{Struct, Tuple} | Simonas Kazlauskas | -0/+32 |
| 2016-01-07 | updated test to reflect loosening of check (for issue #30379). | Felix S. Klock II | -2/+6 |
| 2016-01-07 | After RFC amendment 1384, FOLLOW(pat) includes `|`, so update tests accordingly. | Felix S. Klock II | -1/+10 |
| 2016-01-07 | Updated future-proofing test, removed outdated test, and added | Felix S. Klock II | -18/+28 |
| 2016-01-07 | Fix tests that used `// | help:` annotations | Florian Hahn | -11/+13 |
| 2016-01-07 | Auto merge of #30724 - nikomatsakis:feature-gate-defaulted-type-parameters, r... | bors | -0/+20 |
| 2016-01-07 | Auto merge of #30723 - nrc:macro-err-bug, r=Manishearth | bors | -0/+26 |
| 2016-01-07 | Auto merge of #30557 - sfackler:panic-propagate, r=aturon | bors | -0/+35 |
| 2016-01-06 | Add std::panic::propagate | Steven Fackler | -0/+35 |
| 2016-01-06 | Reenable MIR test | Simonas Kazlauskas | -12/+6 |
| 2016-01-06 | Auto merge of #30654 - nrc:panictry, r=brson | bors | -3/+3 |
| 2016-01-06 | Auto merge of #30532 - nikomatsakis:cross-item-dependencies, r=mw | bors | -0/+354 |
| 2016-01-06 | Fix dependency graph test cases to have correct commments and use -Z incr-comp | Niko Matsakis | -6/+22 |
| 2016-01-06 | Fix tidy errors | Niko Matsakis | -3/+2 |
| 2016-01-06 | Auto merge of #30733 - ubsan:wrapping_op_assign, r=eddyb | bors | -28/+30 |
| 2016-01-06 | Add tests | Simonas Kazlauskas | -0/+351 |
| 2016-01-05 | Fix a breaking change in #30523 | Nicholas Mazzuca | -28/+30 |
| 2016-01-05 | Add assert-dep-graph testing mechanism and tests | Niko Matsakis | -0/+339 |
| 2016-01-05 | convert from hard error to future-incompatible lint | Niko Matsakis | -0/+17 |
| 2016-01-06 | Cancel an error before it panics | Nick Cameron | -0/+26 |
| 2016-01-05 | [MIR] Add test case for translation of closure calls. | Michael Woerister | -7/+16 |
| 2016-01-05 | [MIR] Handle overloaded call expressions during HIR -> HAIR translation. | Michael Woerister | -0/+17 |
| 2016-01-05 | Auto merge of #30708 - GuillaumeGomez:malformed_macro, r=sanxiyn | bors | -0/+17 |
| 2016-01-04 | Auto merge of #30661 - michaelwoerister:trans_fn_attrs, r=nrc | bors | -6/+12 |
| 2016-01-04 | Auto merge of #30523 - ubsan:wrapping_op_assign, r=eddyb | bors | -0/+412 |
| 2016-01-04 | Auto merge of #30553 - luqmana:mir-match-arm-guards, r=nikomatsakis | bors | -0/+28 |
| 2016-01-04 | Feature-gate defaulted type parameters outside of types. | Niko Matsakis | -0/+3 |
| 2016-01-04 | Auto merge of #30651 - nagisa:mir-fix-equality-checks, r=eddyb | bors | -30/+55 |
| 2016-01-04 | Add test for "malformed macro lhs" and change back span_bug to span_fatal | Guillaume Gomez | -0/+17 |
| 2016-01-02 | Take out Op<T>/OpAssign<T> for Wrapping<T> | Nicholas Mazzuca | -1/+5 |
| 2016-01-02 | Finish test implementation | Nicholas Mazzuca | -147/+150 |
| 2016-01-02 | Add more tests | Florian Hahn | -0/+80 |
| 2016-01-01 | Show similar trait implementations if no matching impl is found | Florian Hahn | -0/+39 |
| 2016-01-01 | Fix equality checks in matches | Simonas Kazlauskas | -30/+55 |
| 2016-01-01 | In the middle of the implementation | Nicholas Mazzuca | -0/+405 |
| 2015-12-31 | Rollup merge of #30590 - nagisa:mir-constval-function, r=luqmana | Simonas Kazlauskas | -0/+7 |