summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-06-01Update version to 1.26.2Mark Simulacrum-1/+1
2018-06-01change `PointerKind::Implicit` to a noteNiko Matsakis-70/+128
2018-05-25Bump for 1.26.1Mark Simulacrum-1/+1
2018-05-25Fix 07c42af554c to work on stableMark Simulacrum-11/+28
2018-05-25prohibit turbofish in `impl Trait` methodsNiko Matsakis-30/+74
2018-05-24Update RLS and RustfmtNick Cameron-54/+39
2018-05-24Fix self referential impl Trait substitutionsleonardo.yvens-2/+42
2018-05-24Fix issue #50811 (`NaN > NaN` was true).kennytm-7/+71
2018-05-24Fix `fn main() -> impl Trait` for non-`Termination` traitleonardo.yvens-7/+44
2018-05-24Filter out missing components from manifestsAlex Crichton-0/+22
2018-05-07Stable release 1.26.0Mark Simulacrum-1/+1
2018-05-06Fix assertion message generationShotaro Yamada-58/+25
2018-05-06rustdoc: Resolve nested `impl Trait`sShotaro Yamada-31/+39
2018-05-02Revert "Implement FromStr for PathBuf"Alex Crichton-27/+0
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-28Don't ICE on tuple struct ctor with incorrect arg countEsteban Küber-1/+28
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-26[beta] Remove dependency on `parking_lot`Alex Crichton-9/+0
2018-04-26Allow variant discriminant initializers to refer to other initializers of the...Oliver Schneider-54/+148
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-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-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-22/+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
2018-04-20Fix rustdoc after changing type param representation.Michael Woerister-3/+11