about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-10-02Auto merge of #54343 - blitzerr:master, r=nikomatsakisbors-22/+55
2018-10-02Auto merge of #54701 - arielb1:outlives-later, r=nikomatsakisbors-0/+54
2018-10-02Auto merge of #54694 - csmoe:self_this, r=estebankbors-0/+82
2018-10-01Auto merge of #54693 - RalfJung:ctfe-scalar-pair-undef, r=oli-obkbors-4/+18
2018-10-01normalize param-env type-outlives predicates lastAriel Ben-Yehuda-0/+54
2018-10-01Auto merge of #54667 - RalfJung:maybe-uninit, r=pnkfelixbors-2/+113
2018-10-01Rollup merge of #54676 - pnkfelix:issue-15287-kill-zflag-disabling-ast-check,...kennytm-6/+5
2018-10-01Rollup merge of #54623 - alexreg:impl_trait_in_bindings-help, r=estebankkennytm-0/+6
2018-10-01Rollup merge of #54488 - zackmdavis:and_the_case_of_the_unused_crate, r=estebankkennytm-0/+67
2018-10-01Rollup merge of #54308 - dsciarra:issue-22692, r=estebankkennytm-0/+24
2018-10-01mark fix as MaybeIncorrectcsmoe-3/+3
2018-10-01update ui test for suggest-selfcsmoe-1/+45
2018-09-30Auto merge of #54650 - eddyb:no-extern's-land, r=alexcrichtonbors-81/+25
2018-09-30Added help message for `impl_trait_in_bindings` feature gate.Alexander Regueiro-0/+6
2018-09-30Auto merge of #53255 - orium:fix-bug-overflow-send, r=arielb1bors-8/+90
2018-09-30Deduplicate errors in the obligation forest.Diogo Sousa-8/+90
2018-09-30the test requires unwinding so we don't run it on the wasm32-bare targetJorge Aparicio-0/+1
2018-09-30add codegen testJorge Aparicio-0/+23
2018-09-30make the nil-enum test work againJorge Aparicio-2/+7
2018-09-30allow dead_codeJorge Aparicio-0/+1
2018-09-30add empty enum to the test casesJorge Aparicio-0/+20
2018-09-30improve the run-pass testJorge Aparicio-4/+34
2018-09-30panic when instantiating an uninhabited type via mem::{uninitialized,zeroed}Jorge Aparicio-0/+31
2018-09-30Auto merge of #54622 - matthewjasper:more-nll-mode, r=pnkfelixbors-142/+458
2018-09-30add test for fake selfcsmoe-0/+38
2018-09-30Auto merge of #54596 - mjbshaw:drop, r=RalfJungbors-11/+48
2018-09-30do not normalize non-scalar constants to a ConstValue::ScalarPairRalf Jung-4/+18
2018-09-30Auto merge of #54639 - nagisa:lets-alias-for-now, r=eddybbors-3/+36
2018-09-29Merge branch 'master' into dropMichael Bradshaw-473/+3094
2018-09-29Fix ui/run-pass/union/union-nodrop.rs testMichael Bradshaw-11/+9
2018-09-30Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrumbors-44/+31
2018-09-29Improve ux when calling associated functions with dot notationDonato Sciarra-0/+24
2018-09-29Auto merge of #54599 - nikomatsakis:issue-54593-impl-Trait, r=eddybbors-0/+14
2018-09-29Auto merge of #54660 - kennytm:rollup, r=kennytmbors-1/+129
2018-09-29Do not put noalias annotations by defaultSimonas Kazlauskas-3/+36
2018-09-29Auto merge of #54554 - RalfJung:maybe-uninit, r=nagisabors-113/+2
2018-09-29Rollup merge of #54577 - QuietMisdreavus:docs-for-procs, r=GuillaumeGomezkennytm-0/+126
2018-09-29Rollup merge of #54604 - alexreg:self_in_typedefs-help, r=estebankkennytm-1/+3
2018-09-29Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung"Ralf Jung-113/+2
2018-09-29Auto merge of #54576 - froydnj:non-x86-abi-adjustment, r=alexcrichtonbors-2/+3
2018-09-29Auto merge of #54278 - eddyb:spanned-generic-predicates, r=nikomatsakisbors-180/+119
2018-09-28test fix for #54015Rusty Blitzerr-0/+33
2018-09-29Auto merge of #53013 - zackmdavis:infer_outlints, r=nikomatsakisbors-0/+855
2018-09-28rustc_typeck: don't lint non-extern-prelude extern crate's in Rust 2018.Eduard-Mihai Burtescu-81/+25
2018-09-28Test fixes for the change of error message for issue #54015Rusty Blitzerr-22/+22
2018-09-28rustc: keep a Span for each predicate in ty::GenericPredicates.Eduard-Mihai Burtescu-180/+119
2018-09-28Prefer `#![feature(bind_by_move_pattern_guards)]` over `-Z disable_ast_check_...Felix S. Klock II-6/+5
2018-09-28Auto merge of #54568 - levex:issue-54130, r=nagisabors-0/+68
2018-09-28Auto merge of #54338 - orium:fix-macro-inc-comp, r=nrcbors-8/+8
2018-09-27Update ui linesJosh Stone-31/+31