| Age | Commit message (Expand) | Author | Lines |
| 2018-06-01 | change `PointerKind::Implicit` to a note | Niko Matsakis | -0/+39 |
| 2018-05-25 | prohibit turbofish in `impl Trait` methods | Niko Matsakis | -0/+36 |
| 2018-05-24 | Fix `fn main() -> impl Trait` for non-`Termination` trait | leonardo.yvens | -0/+24 |
| 2018-04-30 | Adapt ui test of #50092 to beta | Pietro Albini | -27/+10 |
| 2018-04-30 | Warn on pointless `#[derive]` in more places | Austin Bonander | -0/+102 |
| 2018-04-28 | Don't ICE on tuple struct ctor with incorrect arg count | Esteban Küber | -1/+22 |
| 2018-04-27 | Feature gate where clauses on associated types | Matthew Jasper | -3/+26 |
| 2018-04-26 | Allow variant discriminant initializers to refer to other initializers of the... | Oliver Schneider | -34/+50 |
| 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 | -15/+100 |
| 2018-04-25 | always optimize test | Oliver Schneider | -1/+1 |
| 2018-04-25 | Only warn on erroneous promoted constants | Oliver Schneider | -19/+147 |
| 2018-04-21 | Revert "Stabilize the TryFrom and TryInto traits" | Felix S. Klock II | -3/+5 |
| 2018-04-21 | Bring back old fallback semantics: Without feature(never_type), fallback to `... | Felix S. Klock II | -3/+3 |
| 2018-04-21 | Revert stabilization of `feature(never_type)`. | Felix S. Klock II | -8/+79 |
| 2018-04-20 | do not propagate `Err` when determing causal info | Niko Matsakis | -0/+35 |
| 2018-04-20 | make mem-categorization use adjusted type for patterns | Niko Matsakis | -0/+47 |
| 2018-04-17 | Sign extend constants in range patterns | Oliver Schneider | -0/+19 |
| 2018-04-02 | Expand attribute macros on statements and expressions. | Austin Bonander | -2/+2 |
| 2018-03-30 | Auto merge of #49425 - alexcrichton:disallow-inline-always, r=petrochenkov | bors | -1/+12 |
| 2018-03-30 | Rollup merge of #49446 - frewsxcv:frewsxcv-mention-optiono, r=GuillaumeGomez | kennytm | -2/+2 |
| 2018-03-29 | Stabilize underscore lifetimes | Taylor Cramer | -60/+18 |
| 2018-03-28 | Explicitly mention `Option` in `?` error message. | Corey Farwell | -2/+2 |
| 2018-03-28 | Stabilize match_default_bindings | Taylor Cramer | -171/+16 |
| 2018-03-27 | rustc: Forbid #[inline(always)] with #[target_feature] | Alex Crichton | -1/+12 |
| 2018-03-28 | Rollup merge of #49426 - lukaslueg:patch-1, r=kennytm | kennytm | -5/+3 |
| 2018-03-27 | Rollup merge of #49223 - GuillaumeGomez:propose-variant-for-E0599, r=cramertj | kennytm | -0/+4 |
| 2018-03-26 | Stabilize the TryFrom and TryInto traits | Simon Sapin | -5/+3 |
| 2018-03-26 | Fix e0658 ui test | Mark Mansi | -7/+12 |
| 2018-03-26 | update test | Mark Mansi | -7/+7 |
| 2018-03-26 | Fix missed i128 feature gates | Mark Mansi | -47/+0 |
| 2018-03-26 | Stabilize i128 feature too | Mark Mansi | -1/+1 |
| 2018-03-26 | Stabilize i128_type | Mark Mansi | -76/+5 |
| 2018-03-26 | Auto merge of #49255 - cramertj:stable-impl-trait, r=nikomatsakis | bors | -113/+41 |
| 2018-03-26 | Stabilize conservative_impl_trait | Taylor Cramer | -74/+35 |
| 2018-03-26 | Stabilize universal_impl_trait | Taylor Cramer | -41/+8 |
| 2018-03-25 | Modify tests | Alexander Ronald Altman | -1/+1 |
| 2018-03-25 | Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakis | kennytm | -69/+8 |
| 2018-03-25 | Rollup merge of #49268 - ordovicia:dotdot-pattern-diag, r=petrochenkov | kennytm | -0/+37 |
| 2018-03-25 | Rollup merge of #49194 - Zoxc:unsafe-generator, r=cramertj | kennytm | -48/+20 |
| 2018-03-25 | Rollup merge of #49162 - tmandry:stabilize-termination-trait, r=nikomatsakis | kennytm | -0/+24 |
| 2018-03-25 | Rollup merge of #49046 - Zoxc:error-summary, r=michaelwoerister | kennytm | -15/+64 |
| 2018-03-24 | Auto merge of #49251 - nikomatsakis:issue-15872-elision-impl-header, r=cramertj | bors | -0/+399 |
| 2018-03-24 | Auto merge of #48552 - kennytm:lower-unstable-priority, r=nikomatsakis | bors | -9/+157 |
| 2018-03-24 | Auto merge of #48482 - davidtwco:issue-47184, r=nikomatsakis | bors | -0/+30 |
| 2018-03-24 | Fix test for PR #49268 | Hidehito Yabuuchi | -11/+4 |
| 2018-03-24 | Filed a proper tracking issue. | kennytm | -1/+1 |
| 2018-03-24 | Specialize future-incompatibility warning for UNSTABLE_NAME_COLLISION. | kennytm | -4/+4 |
| 2018-03-24 | When picking a candidate, consider the unstable ones last. | kennytm | -0/+154 |
| 2018-03-24 | Provide a proper span when demanding for the return type of `box x`. | kennytm | -9/+3 |