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