| Age | Commit message (Expand) | Author | Lines |
| 2017-04-11 | remove the subtyping relations from TypeVariable | Niko Matsakis | -3/+3 |
| 2017-04-11 | use obligations to propagate sub-typing instead of the TV code | Niko Matsakis | -3/+2 |
| 2017-04-11 | remove type variable defaults code | Niko Matsakis | -65/+0 |
| 2017-04-11 | Rollup merge of #40559 - nagisa:manually-drop, r=alexcrichton | Corey Farwell | -2/+1 |
| 2017-04-11 | Move rvalue checking to MIR | Ariel Ben-Yehuda | -0/+18 |
| 2017-04-10 | Auto merge of #40565 - estebank:binops-help, r=arielb1 | bors | -72/+0 |
| 2017-04-10 | Explicit help message for binop type missmatch | Esteban Küber | -72/+0 |
| 2017-04-10 | Auto merge of #40018 - japaric:ld, r=alexcrichton | bors | -0/+20 |
| 2017-04-10 | explain why we have a fake cfail test | Jorge Aparicio | -0/+5 |
| 2017-04-09 | Fix test failures | Simonas Kazlauskas | -2/+1 |
| 2017-04-08 | Auto merge of #41055 - Archytaus:compile-fail/const-match-pattern-arm, r=arielb1 | bors | -0/+25 |
| 2017-04-08 | Auto merge of #40775 - estebank:variant-as-type, r=petrochenkov | bors | -0/+67 |
| 2017-04-08 | Fix move checking for nested union fields | Vadim Petrochenkov | -0/+57 |
| 2017-04-07 | fake the feature-gate-linker-flavor compile fail test | Jorge Aparicio | -1/+3 |
| 2017-04-07 | Move tests from ui to cfail | Esteban Küber | -0/+67 |
| 2017-04-07 | hack: add a linker_flavor feature gate | Jorge Aparicio | -0/+13 |
| 2017-04-07 | Auto merge of #39987 - japaric:used, r=arielb1 | bors | -0/+15 |
| 2017-04-06 | Avoid type-checking addition and indexing twice. | Eduard-Mihai Burtescu | -0/+32 |
| 2017-04-05 | Rollup merge of #41052 - topecongiro:overlapping_inherent_impls, r=estebank | Ariel Ben-Yehuda | -62/+0 |
| 2017-04-05 | add tracking issue and feature-gate and run-make tests | Jorge Aparicio | -0/+15 |
| 2017-04-05 | Rollup merge of #40870 - alexcrichton:stabilize-windows-subsystem, r=aturon | Corey Farwell | -17/+0 |
| 2017-04-04 | Merge branch 'master' into issue-32540 | Esteban Küber | -277/+397 |
| 2017-04-04 | Move 'coherence-overlapping-inherent-impl-trait' test to ui | topecongiro | -16/+0 |
| 2017-04-04 | Move 'overlapping_inherent_impls' test to ui | topecongiro | -46/+0 |
| 2017-04-04 | Fixed ICEs with pattern matching in const fn. Fixes #38199, fixes #31577, fix... | Ryan Scott | -0/+25 |
| 2017-04-01 | rustc: Stabilize the `#![windows_subsystem]` attribute | Alex Crichton | -17/+0 |
| 2017-03-31 | Rollup merge of #40728 - topecongiro:stabilize, r=arielb1 | Corey Farwell | -5/+0 |
| 2017-03-31 | Auto merge of #40737 - nagisa:safe-slicing-strs, r=BurntSushi | bors | -7/+7 |
| 2017-03-30 | fix error message for issue-10176.rs | Niko Matsakis | -1/+1 |
| 2017-03-30 | fix `X as !` behavior | Niko Matsakis | -0/+23 |
| 2017-03-30 | add test illustrating current "coerce to `!`" behavior | Niko Matsakis | -0/+90 |
| 2017-03-30 | have coercion supply back the target type | Niko Matsakis | -7/+4 |
| 2017-03-30 | we now get an extra unreachable code warning in this test | Niko Matsakis | -0/+1 |
| 2017-03-30 | more detailed tests around diverging type variables | Niko Matsakis | -52/+1 |
| 2017-03-30 | rework how we handle the type of loops | Niko Matsakis | -14/+17 |
| 2017-03-30 | do not eagerly convert `!` to a diverging variable | Niko Matsakis | -7/+6 |
| 2017-03-30 | port `return` expressions to use `CoerceMany` | Niko Matsakis | -8/+2 |
| 2017-03-30 | port the match code to use `CoerceMany` | Niko Matsakis | -0/+55 |
| 2017-03-30 | change the strategy for diverging types | Niko Matsakis | -0/+26 |
| 2017-03-30 | Auto merge of #40597 - jseyfried:improve_span_expn_info, r=jseyfried | bors | -6/+0 |
| 2017-03-29 | Rollup merge of #40816 - estebank:issue-38321, r=nikomatsakis | Corey Farwell | -182/+0 |
| 2017-03-29 | Rollup merge of #40841 - arielb1:immutable-blame, r=pnkfelix | Corey Farwell | -9/+5 |
| 2017-03-29 | Refactor how spans are combined in the parser. | Jeffrey Seyfried | -6/+0 |
| 2017-03-29 | Make overlapping_inherent_impls lint a hard error | topecongiro | -5/+0 |
| 2017-03-28 | Simplify labels and move tests to ui | Esteban Küber | -202/+0 |
| 2017-03-29 | Auto merge of #40836 - arielb1:issue-32330-copy, r=nikomatsakis | bors | -0/+21 |
| 2017-03-27 | Rollup merge of #40849 - jseyfried:finalize_trait_macro_resolutions, r=nrc | Alex Crichton | -0/+16 |
| 2017-03-27 | Auto merge of #40764 - arielb1:range-nodes, r=eddyb | bors | -0/+16 |
| 2017-03-27 | Ensure that macro resolutions in trait positions get finalized. | Jeffrey Seyfried | -0/+16 |
| 2017-03-27 | borrowck: consolidate `mut` suggestions | Ariel Ben-Yehuda | -9/+5 |