summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2018-04-29Auto merge of #50317 - varkor:repr-align-assign, r=nagisabors-0/+32
2018-04-29Add test for repr(align=x)varkor-0/+32
2018-04-28stabilize `#[must_use]` for functions and must-use operatorsZack M. Davis-239/+104
2018-04-28Auto merge of #50295 - SergioBenitez:master, r=alexcrichtonbors-9/+9
2018-04-28Auto merge of #50155 - est31:label_expressions, r=petrochenkovbors-0/+37
2018-04-27Don't feature gate bang macros on 'proc_macro_path_invoc'.Sergio Benitez-9/+9
2018-04-28Auto merge of #50149 - aaronaaeng:master, r=estebankbors-0/+184
2018-04-27Auto merge of #49822 - matthewjasper:dropck-closures, r=nikomatsakisbors-30/+2
2018-04-28Rollup merge of #50257 - estebank:fix-49560, r=nikomatsakiskennytm-1/+22
2018-04-27Access individual fields of tuples, closures and generators on drop.Matthew Jasper-30/+2
2018-04-28Rollup merge of #50273 - Amanieu:issue-49532, r=alexcrichtonkennytm-22/+22
2018-04-28Rollup merge of #49968 - christianpoveda:stabilize_dyn, r=nikomatsakiskennytm-185/+140
2018-04-27fixed testsChristian Poveda-15/+12
2018-04-27updated stderr files and removed feature-gate test for dyn_traitChristian Poveda-147/+133
2018-04-27dyn_trait feature-gate just for stage0Christian Poveda-7/+0
2018-04-27removed dyn_trait feature from testsChristian Poveda-12/+2
2018-04-27stop requiring the feature-gate to use dyn_traitChristian Poveda-11/+0
2018-04-27Allow #[inline] on closuresAmanieu d'Antras-22/+22
2018-04-26Add a ui test for an incorrect Result success type in a #[test]Scott McMurray-0/+34
2018-04-26Port existing callers of `evaluate_obligation` to the new canonical trait queryAravind Gollakota-0/+2
2018-04-27Add one more prelude layer for extern crate names passed with `--extern`Vadim Petrochenkov-0/+19
2018-04-26Don't ICE on tuple struct ctor with incorrect arg countEsteban Küber-1/+22
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-25Auto merge of #50110 - oli-obk:warn_all_the_constants, r=estebankbors-15/+100
2018-04-25Auto merge of #50100 - Manishearth:edition-path-lint, r=nikomatsakisbors-0/+75
2018-04-24Warn on all erroneous constantsOliver Schneider-15/+100
2018-04-24Auto merge of #49911 - rcoh:master, r=nikomatsakisbors-0/+75
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-19/+147
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-23Add testsest31-0/+37
2018-04-23Don't allow #[should_panic] with non-() testsRussell Cohen-0/+75
2018-04-23always optimize testOliver Schneider-1/+1
2018-04-23Auto merge of #48946 - PramodBisht:issues/48636, r=estebankbors-0/+30
2018-04-22Make must_use lint cover all binary/unary operatorsAaron Aaeng-0/+184
2018-04-221) Addresses #48636Pramod Bisht-0/+30
2018-04-22Auto merge of #49757 - GuillaumeGomez:never-search, r=QuietMisdreavusbors-0/+25
2018-04-22Auto merge of #49896 - SimonSapin:inherent, r=alexcrichtonbors-24/+22
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/+87
2018-04-21Add alias testsGuillaume Gomez-0/+25
2018-04-21Auto merge of #50120 - alexcrichton:more-proc-macro-gates, r=petrochenkovbors-9/+9
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