about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-04-30Update ui test outputOliver Schneider-7/+7
2018-04-30Auto merge of #50326 - ollie27:rustdoc_cross_crate_const_link, r=GuillaumeGomezbors-0/+103
2018-04-30Auto merge of #50272 - scottmcm:termination-test-error, r=nikomatsakisbors-0/+34
2018-04-30Auto merge of #50092 - abonander:issue-49934, r=petrochenkovbors-0/+102
2018-04-29Warn on pointless `#[derive]` in more placesAustin Bonander-0/+102
2018-04-29rustdoc: Fix links to constants in external cratesOliver Middleton-0/+103
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-29Auto merge of #48605 - KiChjang:unused-mut-warning, r=nikomatsakisbors-18/+99
2018-04-29Auto merge of #50271 - sinkuu:fix_ice, r=eddybbors-0/+33
2018-04-28Add `-C target-feature` to all functionsAlex Crichton-0/+19
2018-04-28Auto merge of #50164 - nox:rval-range-metadata, r=eddybbors-0/+29
2018-04-28Auto merge of #50295 - SergioBenitez:master, r=alexcrichtonbors-24/+18
2018-04-28Auto merge of #50155 - est31:label_expressions, r=petrochenkovbors-0/+37
2018-04-28Track unused mutable variables across closuresKeith Yeung-18/+99
2018-04-27Don't feature gate bang macros on 'proc_macro_path_invoc'.Sergio Benitez-24/+18
2018-04-28Auto merge of #50149 - aaronaaeng:master, r=estebankbors-0/+184
2018-04-28Make `trait_of_item` return None for non associated itemsShotaro Yamada-0/+33
2018-04-27Auto merge of #49822 - matthewjasper:dropck-closures, r=nikomatsakisbors-30/+72
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/+72
2018-04-28Rollup merge of #50273 - Amanieu:issue-49532, r=alexcrichtonkennytm-27/+44
2018-04-28Rollup merge of #49968 - christianpoveda:stabilize_dyn, r=nikomatsakiskennytm-194/+140
2018-04-27fixed testsChristian Poveda-18/+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-11/+0
2018-04-27removed dyn_trait feature from testsChristian Poveda-17/+5
2018-04-27stop requiring the feature-gate to use dyn_traitChristian Poveda-11/+0
2018-04-27Allow #[inline] on closuresAmanieu d'Antras-27/+44
2018-04-27Auto merge of #50275 - kennytm:rollup, r=kennytmbors-0/+11
2018-04-27Rollup merge of #50227 - sinkuu:ice_non_local_trait, r=estebankkennytm-0/+11
2018-04-27Auto merge of #49891 - cuviper:compiletest-crash, r=alexcrichtonbors-1/+1
2018-04-26Add a ui test for an incorrect Result success type in a #[test]Scott McMurray-0/+34
2018-04-27Auto merge of #48995 - aravind-pg:canonical-query, r=nikomatsakisbors-1/+4
2018-04-27Auto merge of #49420 - nox:enum-scalarpair, r=eddybbors-6/+17
2018-04-26Update a compile-fail testAravind Gollakota-1/+2
2018-04-26Port existing callers of `evaluate_obligation` to the new canonical trait queryAravind Gollakota-0/+2
2018-04-26Auto merge of #50253 - nikomatsakis:regressions-2018-04-26, r=eddybbors-0/+22
2018-04-26Don't ICE on tuple struct ctor with incorrect arg countEsteban Küber-1/+22
2018-04-26Emit range metadata on calls returning scalars (fixes #50157)Anthony Ramine-0/+29
2018-04-26add regression testNiko Matsakis-0/+22
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-26Do not ICE on generics mismatch with non-local traitsShotaro Yamada-0/+11
2018-04-26Auto merge of #50072 - oli-obk:discriminants, r=eddybbors-17/+60
2018-04-26Use ScalarPair for tagged enumsAnthony Ramine-6/+17
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