about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-06-29Auto merge of #51729 - matthewjasper:move-errors, r=nikomatsakisbors-229/+461
2018-06-29Auto merge of #51592 - GuillaumeGomez:fix-macro-doc-search, r=GuillaumeGomezbors-0/+20
2018-06-28Rollup merge of #51839 - oli-obk:const_shift_overflow, r=nikomatsakisMark Rousskov-0/+28
2018-06-28Rollup merge of #51822 - estebank:suggest-more, r=nikomatsakisMark Rousskov-1/+4
2018-06-28Rollup merge of #51636 - oli-obk:const_diagnostics, r=eddybMark Rousskov-194/+110
2018-06-28Provide existing ref suggestions for more E0308 errorsEsteban Küber-1/+4
2018-06-28Auto merge of #51687 - japaric:gh51671, r=alexcrichtonbors-0/+41
2018-06-28Auto merge of #51630 - joshlf:map-split-perf, r=dtolnaybors-4/+4
2018-06-28Turn the use of erroneous constants into errors againOliver Schneider-37/+27
2018-06-28Don't const propagate the body of constantsOliver Schneider-178/+90
2018-06-28Merge `ConstVal` and `ConstValue`Oliver Schneider-11/+25
2018-06-28Auto merge of #51444 - estebank:impl-static, r=nikomatsakisbors-0/+96
2018-06-27Auto merge of #51859 - kennytm:rollup, r=kennytmbors-50/+52
2018-06-28Rollup merge of #51800 - mark-i-m:edition2018compiletest, r=nikomatsakiskennytm-34/+36
2018-06-28Rollup merge of #51799 - mark-i-m:lower_case_feature_gate, r=mark-i-mkennytm-16/+16
2018-06-27Update tests for grouped nll move errorsMatthew Jasper-104/+378
2018-06-27Auto merge of #51139 - vakaras:issue-50716, r=nikomatsakisbors-6/+67
2018-06-27Update MIR opt testsMatthew Jasper-125/+83
2018-06-27Auto merge of #51852 - oli-obk:miri_fix, r=Zoxcbors-0/+28
2018-06-27Don't use `ParamEnv::reveal_all()` if there is a real one availableOliver Schneider-0/+28
2018-06-27Fix the error of selecting obligation by not running the borrow checker.Vytautas Astrauskas-6/+31
2018-06-27Move regression test from `compile-fail/` to `ui/` test directory.Felix S. Klock II-0/+8
2018-06-27Fix the regression test for issue 50716.Vytautas Astrauskas-1/+3
2018-06-27Fix NLL issue 50716 and add a regression test.Vytautas Astrauskas-0/+26
2018-06-27Auto merge of #51356 - Zoxc:encode-cleanup, r=michaelwoeristerbors-4/+3
2018-06-27Detect overflows of non u32 shiftsOliver Schneider-0/+28
2018-06-27Implement `#[macro_export(local_inner_macros)]`Vadim Petrochenkov-0/+92
2018-06-27Make opaque::Encoder append-only and make it infallibleJohn Kåre Alsaker-4/+3
2018-06-27Optimize RefCell refcount trackingJoshua Liebow-Feeser-4/+4
2018-06-27Auto merge of #51773 - oli-obk:cleanup_impl_trait, r=nikomatsakisbors-105/+18
2018-06-26add edition compiletest header + fix testsmark-34/+36
2018-06-26lower case some feature gate messagesmark-16/+16
2018-06-26driveby status update to 2015 comment about parens in patternsZack M. Davis-0/+2
2018-06-26inclusive range syntax lint (`...` → `..=`)Zack M. Davis-2/+84
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-111/+110
2018-06-26Don't inspect the generated existential type itemsOliver Schneider-105/+18
2018-06-26Auto merge of #51805 - pietroalbini:rollup, r=pietroalbinibors-150/+240
2018-06-26Rollup merge of #51789 - estebank:issue-50577, r=oli-obkPietro Albini-0/+28
2018-06-26Rollup merge of #51747 - varkor:export_name-null-character, r=estebankPietro Albini-1/+24
2018-06-26Rollup merge of #51731 - varkor:closure-array-break-length, r=estebankPietro Albini-12/+51
2018-06-26Rollup merge of #51104 - zackmdavis:dynamo, r=nikomatsakisPietro Albini-137/+137
2018-06-26Auto merge of #49469 - Nokel81:allow-irrefutable-let-patterns, r=nikomatsakisbors-0/+70
2018-06-26Auto merge of #50966 - leodasvacas:self-in-where-clauses-is-not-object-safe, ...bors-39/+48
2018-06-25Don't ICE when performing `lower_pattern_unadjusted` on a `TyError`Esteban Küber-0/+28
2018-06-25Auto merge of #51750 - zackmdavis:superstructure, r=oli-obkbors-24/+183
2018-06-25Auto merge of #51733 - varkor:ice-match-slice, r=oli-obkbors-0/+23
2018-06-25Fill in tracking issue for WHERE_CLAUSES_OBJECT_SAFETY future compat lintleonardo.yvens-1/+1
2018-06-25Make where clause object safety be a warn-by-default lintleonardo.yvens-10/+18
2018-06-25`Self` in where clauses may not be object safeleonardo.yvens-37/+38
2018-06-25Auto merge of #51335 - mark-i-m:allocator, r=oli-obkbors-0/+48