| Age | Commit message (Expand) | Author | Lines |
| 2018-05-07 | Auto merge of #50510 - Mark-Simulacrum:stable, r=Mark-Simulacrum 1.26.0 | bors | -1/+1 |
| 2018-05-07 | Stable release 1.26.0 | Mark Simulacrum | -1/+1 |
| 2018-05-06 | Auto merge of #50478 - pietroalbini:beta-backports, r=kennytm | bors | -89/+64 |
| 2018-05-06 | Fix assertion message generation | Shotaro Yamada | -58/+25 |
| 2018-05-06 | rustdoc: Resolve nested `impl Trait`s | Shotaro Yamada | -31/+39 |
| 2018-05-03 | Auto merge of #50402 - alexcrichton:beta-next, r=sfackler | bors | -27/+0 |
| 2018-05-02 | Revert "Implement FromStr for PathBuf" | Alex Crichton | -27/+0 |
| 2018-04-30 | Auto merge of #50334 - pietroalbini:beta-backports, r=alexcrichton | bors | -18/+179 |
| 2018-04-30 | Adapt ui test of #50092 to beta | Pietro Albini | -27/+10 |
| 2018-04-30 | Remove new enum variant from #50092 backport | Pietro Albini | -9/+0 |
| 2018-04-30 | Do not ICE on generics mismatch with non-local traits | Shotaro Yamada | -2/+12 |
| 2018-04-30 | Warn on pointless `#[derive]` in more places | Austin Bonander | -16/+193 |
| 2018-04-28 | Auto merge of #50298 - pietroalbini:beta-backports, r=oli-obk | bors | -1/+28 |
| 2018-04-28 | Don't ICE on tuple struct ctor with incorrect arg count | Esteban Küber | -1/+28 |
| 2018-04-27 | Auto merge of #50274 - pietroalbini:beta-backports, r=alexcrichton | bors | -10/+69 |
| 2018-04-27 | add regression test | Niko Matsakis | -0/+22 |
| 2018-04-27 | use `reveal_all` during drop elaboration | Niko Matsakis | -2/+4 |
| 2018-04-27 | improved debug output | Niko Matsakis | -3/+11 |
| 2018-04-27 | Feature gate where clauses on associated types | Matthew Jasper | -5/+32 |
| 2018-04-26 | Auto merge of #50254 - alexcrichton:beta-next, r=Mark-Simulacrum | bors | -9/+0 |
| 2018-04-26 | [beta] Remove dependency on `parking_lot` | Alex Crichton | -9/+0 |
| 2018-04-26 | Auto merge of #50248 - pietroalbini:beta-backports, r=eddyb | bors | -54/+148 |
| 2018-04-26 | Allow variant discriminant initializers to refer to other initializers of the... | Oliver Schneider | -54/+148 |
| 2018-04-25 | Auto merge of #50224 - pietroalbini:beta-backports, r=alexcrichton | bors | -100/+357 |
| 2018-04-25 | Rename ui test flag compile-pass to must-compile-successfully | Pietro Albini | -6/+6 |
| 2018-04-25 | Warn on all erroneous constants | Oliver Schneider | -75/+233 |
| 2018-04-25 | always optimize test | Oliver Schneider | -1/+1 |
| 2018-04-25 | Only warn on erroneous promoted constants | Oliver Schneider | -30/+129 |
| 2018-04-23 | Auto merge of #50182 - alexcrichton:beta-next, r=alexcrichton | bors | -55/+221 |
| 2018-04-23 | Auto merge of #50175 - michaelwoerister:backport-e31dae4, r=alexcrichton | bors | -1/+10 |
| 2018-04-23 | TryFrom destabilization fixups | Alex Crichton | -1/+2 |
| 2018-04-23 | Improve assertion in Query::force(). | Michael Woerister | -1/+10 |
| 2018-04-21 | Add back missing `#![feature(never_type)]`s | kennytm | -0/+17 |
| 2018-04-21 | Revert "Stabilize the TryFrom and TryInto traits" | Felix S. Klock II | -27/+27 |
| 2018-04-21 | Bring back old fallback semantics: Without feature(never_type), fallback to `... | Felix S. Klock II | -5/+18 |
| 2018-04-21 | Revert stabilization of `feature(never_type)`. | Felix S. Klock II | -15/+125 |
| 2018-04-21 | fix my unit test that was horrendously wrong | Michael Lamparski | -3/+17 |
| 2018-04-21 | smaller PR just to fix #50002 | Michael Lamparski | -7/+18 |
| 2018-04-21 | Auto merge of #50089 - alexcrichton:beta-next, r=sfackler | bors | -47/+5 |
| 2018-04-21 | Auto merge of #50127 - alexcrichton:beta-next2, r=alexcrichton | bors | -146/+422 |
| 2018-04-20 | Update rustfmt to fix compile | Alex Crichton | -20/+0 |
| 2018-04-20 | Paper over a bug on master | Alex Crichton | -2/+4 |
| 2018-04-20 | ci: Remove x86_64-gnu-incremental builder | Alex Crichton | -24/+0 |
| 2018-04-20 | Properly handle ranges of signed enums using both extremums (fixes #49973) | Anthony Ramine | -5/+26 |
| 2018-04-20 | Disallow `impl Trait` in unsupported position | Shotaro Yamada | -17/+74 |
| 2018-04-20 | Print region in case of ICE | Shotaro Yamada | -1/+1 |
| 2018-04-20 | Fix ICE with impl Trait | Shotaro Yamada | -2/+28 |
| 2018-04-20 | do not propagate `Err` when determing causal info | Niko Matsakis | -19/+78 |
| 2018-04-20 | make mem-categorization use adjusted type for patterns | Niko Matsakis | -4/+80 |
| 2018-04-20 | Fix error in rustc_driver::test. | Michael Woerister | -1/+1 |