summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2018-06-01change `PointerKind::Implicit` to a noteNiko Matsakis-0/+39
2018-05-25prohibit turbofish in `impl Trait` methodsNiko Matsakis-0/+36
2018-05-24Fix `fn main() -> impl Trait` for non-`Termination` traitleonardo.yvens-0/+24
2018-04-30Adapt ui test of #50092 to betaPietro Albini-27/+10
2018-04-30Warn on pointless `#[derive]` in more placesAustin Bonander-0/+102
2018-04-28Don't ICE on tuple struct ctor with incorrect arg countEsteban Küber-1/+22
2018-04-27Feature gate where clauses on associated typesMatthew Jasper-3/+26
2018-04-26Allow variant discriminant initializers to refer to other initializers of the...Oliver Schneider-34/+50
2018-04-25Rename ui test flag compile-pass to must-compile-successfullyPietro Albini-6/+6
2018-04-25Warn on all erroneous constantsOliver Schneider-15/+100
2018-04-25always optimize testOliver Schneider-1/+1
2018-04-25Only warn on erroneous promoted constantsOliver Schneider-19/+147
2018-04-21Revert "Stabilize the TryFrom and TryInto traits"Felix S. Klock II-3/+5
2018-04-21Bring back old fallback semantics: Without feature(never_type), fallback to `...Felix S. Klock II-3/+3
2018-04-21Revert stabilization of `feature(never_type)`.Felix S. Klock II-8/+79
2018-04-20do not propagate `Err` when determing causal infoNiko Matsakis-0/+35
2018-04-20make mem-categorization use adjusted type for patternsNiko Matsakis-0/+47
2018-04-17Sign extend constants in range patternsOliver Schneider-0/+19
2018-04-02Expand attribute macros on statements and expressions.Austin Bonander-2/+2
2018-03-30Auto merge of #49425 - alexcrichton:disallow-inline-always, r=petrochenkovbors-1/+12
2018-03-30Rollup merge of #49446 - frewsxcv:frewsxcv-mention-optiono, r=GuillaumeGomezkennytm-2/+2
2018-03-29Stabilize underscore lifetimesTaylor Cramer-60/+18
2018-03-28Explicitly mention `Option` in `?` error message.Corey Farwell-2/+2
2018-03-28Stabilize match_default_bindingsTaylor Cramer-171/+16
2018-03-27rustc: Forbid #[inline(always)] with #[target_feature]Alex Crichton-1/+12
2018-03-28Rollup merge of #49426 - lukaslueg:patch-1, r=kennytmkennytm-5/+3
2018-03-27Rollup merge of #49223 - GuillaumeGomez:propose-variant-for-E0599, r=cramertjkennytm-0/+4
2018-03-26Stabilize the TryFrom and TryInto traitsSimon Sapin-5/+3
2018-03-26Fix e0658 ui testMark Mansi-7/+12
2018-03-26update testMark Mansi-7/+7
2018-03-26Fix missed i128 feature gatesMark Mansi-47/+0
2018-03-26Stabilize i128 feature tooMark Mansi-1/+1
2018-03-26Stabilize i128_typeMark Mansi-76/+5
2018-03-26Auto merge of #49255 - cramertj:stable-impl-trait, r=nikomatsakisbors-113/+41
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-74/+35
2018-03-26Stabilize universal_impl_traitTaylor Cramer-41/+8
2018-03-25Modify testsAlexander Ronald Altman-1/+1
2018-03-25Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakiskennytm-69/+8
2018-03-25Rollup merge of #49268 - ordovicia:dotdot-pattern-diag, r=petrochenkovkennytm-0/+37
2018-03-25Rollup merge of #49194 - Zoxc:unsafe-generator, r=cramertjkennytm-48/+20
2018-03-25Rollup merge of #49162 - tmandry:stabilize-termination-trait, r=nikomatsakiskennytm-0/+24
2018-03-25Rollup merge of #49046 - Zoxc:error-summary, r=michaelwoeristerkennytm-15/+64
2018-03-24Auto merge of #49251 - nikomatsakis:issue-15872-elision-impl-header, r=cramertjbors-0/+399
2018-03-24Auto merge of #48552 - kennytm:lower-unstable-priority, r=nikomatsakisbors-9/+157
2018-03-24Auto merge of #48482 - davidtwco:issue-47184, r=nikomatsakisbors-0/+30
2018-03-24Fix test for PR #49268Hidehito Yabuuchi-11/+4
2018-03-24Filed a proper tracking issue.kennytm-1/+1
2018-03-24Specialize future-incompatibility warning for UNSTABLE_NAME_COLLISION.kennytm-4/+4
2018-03-24When picking a candidate, consider the unstable ones last.kennytm-0/+154
2018-03-24Provide a proper span when demanding for the return type of `box x`.kennytm-9/+3