summary refs log tree commit diff
path: root/src/test
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 self referential impl Trait substitutionsleonardo.yvens-0/+29
2018-05-24Fix issue #50811 (`NaN > NaN` was true).kennytm-0/+65
2018-05-24Fix `fn main() -> impl Trait` for non-`Termination` traitleonardo.yvens-0/+37
2018-05-06Fix assertion message generationShotaro Yamada-0/+19
2018-05-06rustdoc: Resolve nested `impl Trait`sShotaro Yamada-0/+7
2018-04-30Adapt ui test of #50092 to betaPietro Albini-27/+10
2018-04-30Do not ICE on generics mismatch with non-local traitsShotaro Yamada-0/+11
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-27add regression testNiko Matsakis-0/+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-75/+164
2018-04-25always optimize testOliver Schneider-1/+1
2018-04-25Only warn on erroneous promoted constantsOliver Schneider-20/+114
2018-04-21Add back missing `#![feature(never_type)]`skennytm-0/+11
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/+7
2018-04-21Revert stabilization of `feature(never_type)`.Felix S. Klock II-8/+107
2018-04-20Properly handle ranges of signed enums using both extremums (fixes #49973)Anthony Ramine-0/+20
2018-04-20Disallow `impl Trait` in unsupported positionShotaro Yamada-0/+38
2018-04-20Fix ICE with impl TraitShotaro Yamada-0/+22
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-20add `failure-status: 1` to the testNiko Matsakis-0/+1
2018-04-20Fix ICE with `main`'s return type containing lifetimesShotaro Yamada-0/+66
2018-04-17Sign extend constants in range patternsOliver Schneider-0/+19
2018-04-17Don't recurse into allocations, use a global table insteadOliver Schneider-0/+19
2018-04-14Auto merge of #49880 - oli-obk:backport_allocation_hashing, r=petrochenkovbors-0/+64
2018-04-11[incremental] Hash `Allocation`sShotaro Yamada-0/+64
2018-04-10Fix #49344leonardo.yvens-0/+4
2018-04-02Auto merge of #49124 - abonander:attr-macro-stmt-expr, r=abonanderbors-2/+225
2018-04-02Expand attribute macros on statements and expressions.Austin Bonander-2/+225
2018-04-01Auto merge of #49545 - alexcrichton:proc-macro-fixes, r=eddybbors-3/+84
2018-03-31proc_macro: Tweak doc comments and negative literalsAlex Crichton-3/+84
2018-03-31Auto merge of #49500 - oli-obk:mir_dep_graph, r=michaelwoeristerbors-0/+20
2018-03-31Auto merge of #49459 - GuillaumeGomez:primitive-intra-links, r=QuietMisdreavusbors-0/+19
2018-03-30Auto merge of #49425 - alexcrichton:disallow-inline-always, r=petrochenkovbors-1/+12
2018-03-30Auto merge of #49403 - oli-obk:try2, r=eddybbors-0/+7
2018-03-30Introduce an edge from a const eval to the MIR of all statics it depends onOliver Schneider-0/+20
2018-03-30Auto merge of #49424 - oli-obk:stable_allocid_hash, r=michaelwoeristerbors-0/+28
2018-03-30Auto merge of #49489 - kennytm:rollup, r=kennytmbors-2/+7
2018-03-30Rollup merge of #49484 - cuviper:ignore-ibm-stack-probes, r=alexcrichtonkennytm-0/+5
2018-03-30Rollup merge of #49446 - frewsxcv:frewsxcv-mention-optiono, r=GuillaumeGomezkennytm-2/+2
2018-03-29rustc: Group linked libraries where neededAlex Crichton-0/+63
2018-03-29Ignore stack-probes tests on powerpc/s390x tooJosh Stone-0/+5
2018-03-29Add primitive intra-linksGuillaume Gomez-0/+19