summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2018-05-07Auto merge of #50510 - Mark-Simulacrum:stable, r=Mark-Simulacrum 1.26.0bors-1/+1
2018-05-07Stable release 1.26.0Mark Simulacrum-1/+1
2018-05-06Auto merge of #50478 - pietroalbini:beta-backports, r=kennytmbors-89/+64
2018-05-06Fix assertion message generationShotaro Yamada-58/+25
2018-05-06rustdoc: Resolve nested `impl Trait`sShotaro Yamada-31/+39
2018-05-03Auto merge of #50402 - alexcrichton:beta-next, r=sfacklerbors-27/+0
2018-05-02Revert "Implement FromStr for PathBuf"Alex Crichton-27/+0
2018-04-30Auto merge of #50334 - pietroalbini:beta-backports, r=alexcrichtonbors-18/+179
2018-04-30Adapt ui test of #50092 to betaPietro Albini-27/+10
2018-04-30Remove new enum variant from #50092 backportPietro Albini-9/+0
2018-04-30Do not ICE on generics mismatch with non-local traitsShotaro Yamada-2/+12
2018-04-30Warn on pointless `#[derive]` in more placesAustin Bonander-16/+193
2018-04-28Auto merge of #50298 - pietroalbini:beta-backports, r=oli-obkbors-1/+28
2018-04-28Don't ICE on tuple struct ctor with incorrect arg countEsteban Küber-1/+28
2018-04-27Auto merge of #50274 - pietroalbini:beta-backports, r=alexcrichtonbors-10/+69
2018-04-27add regression testNiko Matsakis-0/+22
2018-04-27use `reveal_all` during drop elaborationNiko Matsakis-2/+4
2018-04-27improved debug outputNiko Matsakis-3/+11
2018-04-27Feature gate where clauses on associated typesMatthew Jasper-5/+32
2018-04-26Auto merge of #50254 - alexcrichton:beta-next, r=Mark-Simulacrumbors-9/+0
2018-04-26[beta] Remove dependency on `parking_lot`Alex Crichton-9/+0
2018-04-26Auto merge of #50248 - pietroalbini:beta-backports, r=eddybbors-54/+148
2018-04-26Allow variant discriminant initializers to refer to other initializers of the...Oliver Schneider-54/+148
2018-04-25Auto merge of #50224 - pietroalbini:beta-backports, r=alexcrichtonbors-100/+357
2018-04-25Rename ui test flag compile-pass to must-compile-successfullyPietro Albini-6/+6
2018-04-25Warn on all erroneous constantsOliver Schneider-75/+233
2018-04-25always optimize testOliver Schneider-1/+1
2018-04-25Only warn on erroneous promoted constantsOliver Schneider-30/+129
2018-04-23Auto merge of #50182 - alexcrichton:beta-next, r=alexcrichtonbors-55/+221
2018-04-23Auto merge of #50175 - michaelwoerister:backport-e31dae4, r=alexcrichtonbors-1/+10
2018-04-23TryFrom destabilization fixupsAlex Crichton-1/+2
2018-04-23Improve assertion in Query::force().Michael Woerister-1/+10
2018-04-21Add back missing `#![feature(never_type)]`skennytm-0/+17
2018-04-21Revert "Stabilize the TryFrom and TryInto traits"Felix S. Klock II-27/+27
2018-04-21Bring back old fallback semantics: Without feature(never_type), fallback to `...Felix S. Klock II-5/+18
2018-04-21Revert stabilization of `feature(never_type)`.Felix S. Klock II-15/+125
2018-04-21fix my unit test that was horrendously wrongMichael Lamparski-3/+17
2018-04-21smaller PR just to fix #50002Michael Lamparski-7/+18
2018-04-21Auto merge of #50089 - alexcrichton:beta-next, r=sfacklerbors-47/+5
2018-04-21Auto merge of #50127 - alexcrichton:beta-next2, r=alexcrichtonbors-146/+422
2018-04-20Update rustfmt to fix compileAlex Crichton-20/+0
2018-04-20Paper over a bug on masterAlex Crichton-2/+4
2018-04-20ci: Remove x86_64-gnu-incremental builderAlex Crichton-24/+0
2018-04-20Properly handle ranges of signed enums using both extremums (fixes #49973)Anthony Ramine-5/+26
2018-04-20Disallow `impl Trait` in unsupported positionShotaro Yamada-17/+74
2018-04-20Print region in case of ICEShotaro Yamada-1/+1
2018-04-20Fix ICE with impl TraitShotaro Yamada-2/+28
2018-04-20do not propagate `Err` when determing causal infoNiko Matsakis-19/+78
2018-04-20make mem-categorization use adjusted type for patternsNiko Matsakis-4/+80
2018-04-20Fix error in rustc_driver::test.Michael Woerister-1/+1