about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-04-26Port existing callers of `evaluate_obligation` to the new canonical trait queryAravind Gollakota-0/+2
2018-04-26Mark SingleVariant as repr(u8) in c-style-enumAnthony Ramine-0/+1
2018-04-26Treat repr(Rust) univariant fieldless enums as a ZST (fixes #15747)Anthony Ramine-0/+33
2018-04-26Add a test for casts of univariant C-like enumsAnthony Ramine-2/+7
2018-04-26Auto merge of #50072 - oli-obk:discriminants, r=eddybbors-17/+60
2018-04-26Allow variant discriminant initializers to refer to other initializers of the...Oliver Schneider-17/+60
2018-04-25Fix crate:: in local pathsManish Goregaokar-4/+5
2018-04-25Auto merge of #49321 - ishitatsuyuki:compile-pass, r=alexcrichtonbors-0/+17
2018-04-25Auto merge of #50110 - oli-obk:warn_all_the_constants, r=estebankbors-75/+164
2018-04-25compiletest: introduce skip-transTatsuyuki Ishi-0/+17
2018-04-25Auto merge of #50100 - Manishearth:edition-path-lint, r=nikomatsakisbors-0/+75
2018-04-25Auto merge of #49986 - zofrex:better-derived-argument-names, r=Manishearthbors-1/+41
2018-04-24Test format hygieneJames Sanderson-0/+15
2018-04-24Auto merge of #50096 - alexcrichton:less-simd-warnings, r=michaelwoeristerbors-0/+35
2018-04-24Test deriving hygieneJames Sanderson-0/+25
2018-04-24Warn on all erroneous constantsOliver Schneider-75/+164
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