about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-07-01Auto merge of #51110 - alexreg:new-static-eval-rules, r=eddybbors-68/+79
2018-07-01Auto merge of #51969 - pietroalbini:rollup, r=pietroalbinibors-1/+45
2018-07-01Rollup merge of #51921 - japaric:panic-impl-error, r=nagisaPietro Albini-1/+19
2018-07-01Rollup merge of #51920 - euclio:concrete-type-suggestion, r=estebankPietro Albini-0/+26
2018-07-01Auto merge of #51833 - wesleywiser:faster_large_constant_arrays, r=oli-obkbors-0/+43
2018-07-01Auto merge of #51536 - davidtwco:nll-dyn-trait-underscore-error-improvements,...bors-74/+68
2018-07-01Updated affected tests after rebase.David Wood-7/+7
2018-07-01Ensure that changed errors are lower case.David Wood-40/+40
2018-07-01Updated affected tests.David Wood-71/+65
2018-07-01Add two regression tests for const evalWesley Wiser-0/+43
2018-07-01Auto merge of #51883 - estebank:placement-suggestion, r=varkorbors-0/+31
2018-07-01Modified expected error messages in accordance with rebase.Alexander Regueiro-2/+7
2018-06-30Minor refactoring.Alexander Regueiro-1/+1
2018-06-30Added incremental test for interlinking static references.Alexander Regueiro-0/+25
2018-06-30Added tests fo referring to statics by value in other statics.Alexander Regueiro-0/+30
2018-06-30Added tests for writing to static mut's in statics.Alexander Regueiro-0/+22
2018-06-30Fixed bug with miri const evaluation where allocation is recursively borrowed.Alexander Regueiro-6/+1
2018-06-30Added miri error for evaluating foreign statics.Alexander Regueiro-21/+17
2018-06-30Loosened rules involving statics mentioning other statics.Alexander Regueiro-63/+1
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-29update another cfail testJorge Aparicio-1/+1
2018-06-29improve the error message when `#[panic_implementation]` is missingJorge Aparicio-0/+18
2018-06-29Auto merge of #46720 - estebank:issue-46302, r=nikomatsakisbors-11/+34
2018-06-29use literal span for concrete type suggestionAndy Russell-0/+26
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-28Suggest correct comparison against negative literalEsteban Küber-0/+31
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