about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-11-14Rollup merge of #66253 - ohadravid:improve-errors-after-re-rebalance-coherenc...Yuki Okushi-23/+49
2019-11-13Auto merge of #66211 - kinnison:kinnison/fix-66159, r=GuillaumeGomezbors-0/+12
2019-11-13Bless miri unleashed test now that errors are mandatoryDylan MacKenzie-7/+13
2019-11-13Bless less verbose error messagesDylan MacKenzie-168/+68
2019-11-13Bless back-compat breakagesDylan MacKenzie-10/+45
2019-11-13Bless const tests with improved diagnosticsDylan MacKenzie-243/+442
2019-11-13Extend const-loop and const-if to handle more casesDylan MacKenzie-21/+71
2019-11-13Remove if/loop tests from min_const_fnDylan MacKenzie-4/+0
2019-11-13Rollup merge of #66331 - JohnTitor:add-tests, r=CentrilYuki Okushi-0/+228
2019-11-13Rollup merge of #66297 - vakaras:edit-queries, r=oli-obkYuki Okushi-0/+1
2019-11-13Rollup merge of #66186 - GuillaumeGomez:long-err-explanation-E0623, r=Dylan-DPCYuki Okushi-8/+78
2019-11-13Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavusYuki Okushi-7/+7
2019-11-12Auto merge of #65608 - matthewjasper:mir-eval-order, r=pnkfelixbors-17/+201
2019-11-13Add test for issue-63279Yuki Okushi-0/+22
2019-11-13Add test for issue-52432Yuki Okushi-0/+38
2019-11-13Add test for issue-40231Yuki Okushi-0/+108
2019-11-13Add test for issue-30904Yuki Okushi-0/+60
2019-11-12Auto merge of #66323 - JohnTitor:rollup-jl8xdk4, r=JohnTitorbors-6/+27
2019-11-12Rollup merge of #66299 - rossmacarthur:fix-41260-avoid-issue-0, r=varkorYuki Okushi-0/+21
2019-11-12Rollup merge of #66278 - LukasKalbertodt:fix-proc-macro-error, r=CentrilYuki Okushi-6/+6
2019-11-12Auto merge of #66129 - Nadrieril:refactor-slice-pat-usefulness, r=varkorbors-12/+275
2019-11-11Evaluate borrow and struct expressions in `into`Matthew Jasper-6/+73
2019-11-11Fix soundness issue with index bounds checksMatthew Jasper-11/+128
2019-11-11Add a callback that allows compiler consumers to override queries.Vytautas Astrauskas-0/+1
2019-11-11support issue = "none" in unstable attributesRoss MacArthur-0/+21
2019-11-11Auto merge of #66213 - tmiasko:mandatory-error-warn, r=petrochenkovbors-414/+453
2019-11-11Fix error message about exported symbols from proc-macro cratesLukas Kalbertodt-6/+6
2019-11-11Auto merge of #66250 - oli-obk:no_fields_in_empty_unions, r=eddybbors-0/+15
2019-11-10Make error and warning annotations mandatory in UI testsTomasz Miąsko-324/+369
2019-11-10Add warning annotations to rustdoc-ui testsTomasz Miąsko-46/+67
2019-11-10Add warning annotations to ignore-stage1 ui-fulldeps testsTomasz Miąsko-44/+17
2019-11-10Auto merge of #66070 - petrochenkov:regattr, r=matthewjasperbors-30/+271
2019-11-10Improve coherence errors for wrong type orderOhad Ravid-23/+49
2019-11-10Auto merge of #65324 - Centril:organize-syntax, r=petrochenkovbors-27/+39
2019-11-10Undo an assert causing an ICE until we fix the problem properlyOliver Scherer-0/+15
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-5/+8
2019-11-10Auto merge of #66259 - JohnTitor:rollup-x9nk1e2, r=JohnTitorbors-4/+58
2019-11-10move config.rs to libsyntax_expandMazdak Farrokhzad-14/+23
2019-11-10Rollup merge of #66235 - eddyb:coff-syrup, r=nagisaYuki Okushi-2/+2
2019-11-10Rollup merge of #66216 - wesleywiser:const_prop_codegen_improvements, r=oli-obkYuki Okushi-2/+56
2019-11-09Auto merge of #65694 - wesleywiser:uninhabited_enum_variants_pass, r=oli-obkbors-0/+224
2019-11-09Address review commentsVadim Petrochenkov-2/+114
2019-11-09Remove `#[feature(custom_attribute)]`Vadim Petrochenkov-30/+55
2019-11-09Support registering attributes and attribute tools using crate-level attributesVadim Petrochenkov-0/+104
2019-11-09Auto merge of #66242 - Centril:rollup-h73ztr1, r=Centrilbors-39/+60
2019-11-09Rollup merge of #66134 - estebank:unknown-formatting-trait, r=nikomatsakisMazdak Farrokhzad-4/+4
2019-11-09Rollup merge of #65994 - estebank:where-bound, r=nikomatsakisMazdak Farrokhzad-1/+43
2019-11-09Auto merge of #65879 - ohadravid:stabilize-re-rebalance-coherence, r=nikomats...bors-1492/+214
2019-11-08[mir-opt] Handle aggregates in SimplifyLocals passWesley Wiser-5/+2
2019-11-08[mir-opt] Handle const-prop for the return placeWesley Wiser-0/+57