| 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 self referential impl Trait substitutions | leonardo.yvens | -0/+29 |
| 2018-05-24 | Fix issue #50811 (`NaN > NaN` was true). | kennytm | -0/+65 |
| 2018-05-24 | Fix `fn main() -> impl Trait` for non-`Termination` trait | leonardo.yvens | -0/+37 |
| 2018-05-06 | Fix assertion message generation | Shotaro Yamada | -0/+19 |
| 2018-05-06 | rustdoc: Resolve nested `impl Trait`s | Shotaro Yamada | -0/+7 |
| 2018-04-30 | Adapt ui test of #50092 to beta | Pietro Albini | -27/+10 |
| 2018-04-30 | Do not ICE on generics mismatch with non-local traits | Shotaro Yamada | -0/+11 |
| 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 | add regression test | Niko Matsakis | -0/+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 | -75/+164 |
| 2018-04-25 | always optimize test | Oliver Schneider | -1/+1 |
| 2018-04-25 | Only warn on erroneous promoted constants | Oliver Schneider | -20/+114 |
| 2018-04-21 | Add back missing `#![feature(never_type)]`s | kennytm | -0/+11 |
| 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/+7 |
| 2018-04-21 | Revert stabilization of `feature(never_type)`. | Felix S. Klock II | -8/+107 |
| 2018-04-20 | Properly handle ranges of signed enums using both extremums (fixes #49973) | Anthony Ramine | -0/+20 |
| 2018-04-20 | Disallow `impl Trait` in unsupported position | Shotaro Yamada | -0/+38 |
| 2018-04-20 | Fix ICE with impl Trait | Shotaro Yamada | -0/+22 |
| 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-20 | add `failure-status: 1` to the test | Niko Matsakis | -0/+1 |
| 2018-04-20 | Fix ICE with `main`'s return type containing lifetimes | Shotaro Yamada | -0/+66 |
| 2018-04-17 | Sign extend constants in range patterns | Oliver Schneider | -0/+19 |
| 2018-04-17 | Don't recurse into allocations, use a global table instead | Oliver Schneider | -0/+19 |
| 2018-04-14 | Auto merge of #49880 - oli-obk:backport_allocation_hashing, r=petrochenkov | bors | -0/+64 |
| 2018-04-11 | [incremental] Hash `Allocation`s | Shotaro Yamada | -0/+64 |
| 2018-04-10 | Fix #49344 | leonardo.yvens | -0/+4 |
| 2018-04-02 | Auto merge of #49124 - abonander:attr-macro-stmt-expr, r=abonander | bors | -2/+225 |
| 2018-04-02 | Expand attribute macros on statements and expressions. | Austin Bonander | -2/+225 |
| 2018-04-01 | Auto merge of #49545 - alexcrichton:proc-macro-fixes, r=eddyb | bors | -3/+84 |
| 2018-03-31 | proc_macro: Tweak doc comments and negative literals | Alex Crichton | -3/+84 |
| 2018-03-31 | Auto merge of #49500 - oli-obk:mir_dep_graph, r=michaelwoerister | bors | -0/+20 |
| 2018-03-31 | Auto merge of #49459 - GuillaumeGomez:primitive-intra-links, r=QuietMisdreavus | bors | -0/+19 |
| 2018-03-30 | Auto merge of #49425 - alexcrichton:disallow-inline-always, r=petrochenkov | bors | -1/+12 |
| 2018-03-30 | Auto merge of #49403 - oli-obk:try2, r=eddyb | bors | -0/+7 |
| 2018-03-30 | Introduce an edge from a const eval to the MIR of all statics it depends on | Oliver Schneider | -0/+20 |
| 2018-03-30 | Auto merge of #49424 - oli-obk:stable_allocid_hash, r=michaelwoerister | bors | -0/+28 |
| 2018-03-30 | Auto merge of #49489 - kennytm:rollup, r=kennytm | bors | -2/+7 |
| 2018-03-30 | Rollup merge of #49484 - cuviper:ignore-ibm-stack-probes, r=alexcrichton | kennytm | -0/+5 |
| 2018-03-30 | Rollup merge of #49446 - frewsxcv:frewsxcv-mention-optiono, r=GuillaumeGomez | kennytm | -2/+2 |
| 2018-03-29 | rustc: Group linked libraries where needed | Alex Crichton | -0/+63 |
| 2018-03-29 | Ignore stack-probes tests on powerpc/s390x too | Josh Stone | -0/+5 |
| 2018-03-29 | Add primitive intra-links | Guillaume Gomez | -0/+19 |