| Age | Commit message (Expand) | Author | Lines |
| 2018-04-24 | Disable two-phase-reservation-sharing-interference[nll_beyond] | Josh Stone | -1/+1 |
| 2018-04-24 | Auto merge of #49911 - rcoh:master, r=nikomatsakis | bors | -7/+39 |
| 2018-04-24 | Auto merge of #49837 - nikomatsakis:chalkify-engine, r=scalexm | bors | -100/+86 |
| 2018-04-24 | Rollup merge of #49985 - zackmdavis:0, r=estebank | kennytm | -0/+27 |
| 2018-04-24 | Rollup merge of #49812 - ehuss:ui-test-revisions, r=nikomatsakis | kennytm | -18/+11 |
| 2018-04-23 | Auto merge of #49779 - oli-obk:const_err_regression, r=eddyb | bors | -20/+114 |
| 2018-04-23 | Auto merge of #49368 - matthewjasper:feature-gate-where-clause, r=nikomatsakis | bors | -3/+26 |
| 2018-04-23 | sort strings on output | Niko Matsakis | -9/+9 |
| 2018-04-23 | first draft of `program_clauses_for_env` | Niko Matsakis | -0/+48 |
| 2018-04-23 | in unit tests, use `note` to dump multiple program clauses | Niko Matsakis | -100/+38 |
| 2018-04-23 | Don't allow #[should_panic] with non-() tests | Russell Cohen | -7/+39 |
| 2018-04-23 | always optimize test | Oliver Schneider | -1/+1 |
| 2018-04-23 | Auto merge of #48946 - PramodBisht:issues/48636, r=estebank | bors | -0/+30 |
| 2018-04-22 | Auto merge of #50144 - sfackler:oom-lang-item, r=alexcrichton | bors | -10/+7 |
| 2018-04-22 | Remove Alloc::oom | Steven Fackler | -1/+0 |
| 2018-04-22 | Replace GlobalAlloc::oom with a lang item | Steven Fackler | -9/+7 |
| 2018-04-22 | Auto merge of #50152 - petrochenkov:nooverhyg, r=alexcrichton | bors | -0/+53 |
| 2018-04-22 | 1) Addresses #48636 | Pramod Bisht | -0/+30 |
| 2018-04-22 | Auto merge of #49757 - GuillaumeGomez:never-search, r=QuietMisdreavus | bors | -0/+113 |
| 2018-04-22 | parser: Do not override syntactic context for dummy spans | Vadim Petrochenkov | -0/+53 |
| 2018-04-22 | Auto merge of #49896 - SimonSapin:inherent, r=alexcrichton | bors | -26/+24 |
| 2018-04-22 | Add tracking issue number for doc alias feature | Guillaume Gomez | -1/+1 |
| 2018-04-21 | Auto merge of #50121 - pnkfelix:revert-stabilization-of-never-type-et-al, r=a... | bors | -14/+130 |
| 2018-04-21 | Add alias tests | Guillaume Gomez | -0/+96 |
| 2018-04-21 | Add specific never search | Guillaume Gomez | -0/+17 |
| 2018-04-21 | Auto merge of #50093 - alexcrichton:android-uwtable, r=michaelwoerister | bors | -0/+1 |
| 2018-04-21 | rustc: Always emit `uwtable` on Android | Alex Crichton | -0/+1 |
| 2018-04-21 | Auto merge of #50120 - alexcrichton:more-proc-macro-gates, r=petrochenkov | bors | -44/+170 |
| 2018-04-21 | Make the unstable StrExt and SliceExt traits private to libcore in not(stage0) | Simon Sapin | -3/+1 |
| 2018-04-21 | Move intrinsics-based float methods out of libcore into libstd | Simon Sapin | -21/+21 |
| 2018-04-21 | Replace StrExt with inherent str methods in libcore | Simon Sapin | -2/+2 |
| 2018-04-21 | Add back missing `#![feature(never_type)]`s | kennytm | -0/+11 |
| 2018-04-21 | Auto merge of #50080 - klnusbaum:edition_49591, r=Manishearth | bors | -2/+2 |
| 2018-04-20 | rustc: Tweak custom attribute capabilities | Alex Crichton | -44/+170 |
| 2018-04-20 | fix two compile-fail tests that were still using -Zedition | Kurtis Nusbaum | -2/+2 |
| 2018-04-20 | Fix revision support for UI tests. | Eric Huss | -18/+11 |
| 2018-04-20 | Revert "Stabilize the TryFrom and TryInto traits" | Felix S. Klock II | -3/+5 |
| 2018-04-20 | Bring back old fallback semantics: Without feature(never_type), fallback to `... | Felix S. Klock II | -3/+7 |
| 2018-04-20 | Revert stabilization of `feature(never_type)`. | Felix S. Klock II | -8/+107 |
| 2018-04-20 | Rollup merge of #50031 - krk:issue-46336, r=estebank | kennytm | -5/+38 |
| 2018-04-20 | Auto merge of #50069 - alexcrichton:fix-proc-macro, r=nrc | bors | -0/+2 |
| 2018-04-19 | Auto merge of #49900 - pnkfelix:compare-mode-nll-followup-3, r=nikomatsakis | bors | -256/+249 |
| 2018-04-19 | Sign extend constants in range patterns | Oliver Schneider | -0/+19 |
| 2018-04-18 | proc_macro: Stay on the "use the cache" path more | Alex Crichton | -0/+2 |
| 2018-04-18 | Auto merge of #50017 - tinaun:stabilize-all-the-things, r=sfackler | bors | -1/+1 |
| 2018-04-18 | Auto merge of #50006 - rcoh:reorder-compiler-builtins, r=oli-obk | bors | -0/+25 |
| 2018-04-18 | When running under compare-mode=nll, generate expected output to `foo.nll.std... | Felix S. Klock II | -0/+6 |
| 2018-04-18 | Workaround rust-lang/rust#49998 by opting into experimental `-Z nll-subminima... | Felix S. Klock II | -9/+12 |
| 2018-04-18 | Removed `.nll.stderr` files that currently match their corresponding `.stderr... | Felix S. Klock II | -140/+0 |
| 2018-04-18 | Trivial updates to `.nll.stderr` files post-rebase, reflecting s/-Znll/nll/ i... | Felix S. Klock II | -57/+57 |