| Age | Commit message (Expand) | Author | Lines |
| 2018-06-01 | Auto merge of #51258 - Mark-Simulacrum:stable-next, r=nikomatsakis 1.26.2 | bors | -71/+139 |
| 2018-06-01 | Update version to 1.26.2 | Mark Simulacrum | -1/+1 |
| 2018-06-01 | Update release notes for 1.26.2 | Mark Simulacrum | -0/+10 |
| 2018-06-01 | change `PointerKind::Implicit` to a note | Niko Matsakis | -70/+128 |
| 2018-05-25 | Auto merge of #51045 - Mark-Simulacrum:stable-point, r=alexcrichton 1.26.1 | bors | -106/+545 |
| 2018-05-25 | Bump for 1.26.1 | Mark Simulacrum | -1/+1 |
| 2018-05-25 | Add release notes for 1.26.1 | Mark Simulacrum | -0/+24 |
| 2018-05-25 | Fix 07c42af554c to work on stable | Mark Simulacrum | -11/+28 |
| 2018-05-25 | prohibit turbofish in `impl Trait` methods | Niko Matsakis | -30/+74 |
| 2018-05-24 | Update RLS and Rustfmt | Nick Cameron | -54/+39 |
| 2018-05-24 | Fix self referential impl Trait substitutions | leonardo.yvens | -2/+42 |
| 2018-05-24 | Fix issue #50811 (`NaN > NaN` was true). | kennytm | -7/+71 |
| 2018-05-24 | Update release notes for 1.26 | Mark Simulacrum | -0/+206 |
| 2018-05-24 | Fix `fn main() -> impl Trait` for non-`Termination` trait | leonardo.yvens | -7/+44 |
| 2018-05-24 | Filter out missing components from manifests | Alex Crichton | -0/+22 |
| 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 |