about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-06-30Auto merge of #51862 - estebank:lifetime-spans, r=nikomatsakisbors-154/+163
2018-06-30Auto merge of #51828 - kennytm:no-simd-swap-for-mac, r=alexcrichtonbors-0/+55
2018-06-30Do not allow LLVM to increase a TLS's alignment on macOS.kennytm-0/+55
2018-06-30Auto merge of #51762 - petrochenkov:oh-hi-mark, r=oli-obkbors-1/+241
2018-06-30Auto merge of #51806 - oli-obk:lowering_cleanups1, r=cramertjbors-2/+4
2018-06-30Auto merge of #51178 - GabrielMajeri:os-str-compare, r=SimonSapinbors-0/+18
2018-06-30Restore the old behavior of `$crate` in nested `macro_rules`Vadim Petrochenkov-4/+46
2018-06-30proc-macro: Use transparent marks for call-site hygieneVadim Petrochenkov-1/+61
2018-06-30hygiene: Implement transparent marksVadim Petrochenkov-0/+138
2018-06-29Auto merge of #46720 - estebank:issue-46302, r=nikomatsakisbors-11/+34
2018-06-29Fix incorrect type mismatch label pointing at return typeEsteban Küber-11/+34
2018-06-29Auto merge of #51569 - SimonSapin:liballoc, r=sfacklerbors-1/+0
2018-06-29Auto merge of #51729 - matthewjasper:move-errors, r=nikomatsakisbors-229/+461
2018-06-29Make raw_vec perma-unstable and hiddenSimon Sapin-1/+0
2018-06-29Add run-pass testGabriel Majeri-0/+18
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-28Fix rebaseEsteban Küber-4/+4
2018-06-28Provide existing ref suggestions for more E0308 errorsEsteban Küber-1/+4
2018-06-28Also point to free named region on lifetime errorsEsteban Küber-52/+32
2018-06-28Extend support to `get_generics` for all `NodeItem`sEsteban Küber-86/+86
2018-06-28Point to lifetime in fn definition on lifetime error noteEsteban Küber-22/+37
2018-06-28Point at lifetimes instead of def span for E0195Esteban Küber-16/+30
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-27Update ui testsOliver Schneider-43/+5
2018-06-27Make opaque::Encoder append-only and make it infallibleJohn Kåre Alsaker-4/+3
2018-06-27Update testsOliver Schneider-0/+2
2018-06-27fixupOliver Schneider-6/+44