about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-01-17Rollup merge of #68301 - tmandry:dont-propagate-test-invoke, r=alexcrichtonDylan DPC-3/+15
2020-01-17Rollup merge of #68195 - estebank:impl-trait-2000, r=CentrilDylan DPC-22/+478
2020-01-17Rollup merge of #68153 - petrochenkov:privdiag, r=estebankDylan DPC-164/+1048
2020-01-17Rollup merge of #67956 - varkor:E0588-provide-context, r=estebankDylan DPC-16/+112
2020-01-16Don't propagate __RUST_TEST_INVOKE to subprocessTyler Mandry-3/+15
2020-01-16Ignore some tests on platforms without libstd spansVadim Petrochenkov-3/+13
2020-01-16resolve: Say "import" when reporting private importsVadim Petrochenkov-36/+36
2020-01-16resolve: Point at the private item definitions in privacy errorsVadim Petrochenkov-145/+1019
2020-01-16Account for object safety when suggesting `Box<dyn Trait>`Esteban Küber-8/+149
2020-01-16review commentsEsteban Küber-16/+23
2020-01-16review commentsEsteban Küber-0/+7
2020-01-16review commentsEsteban Küber-67/+51
2020-01-16Add E0746 explanation to the indexEsteban Küber-1/+2
2020-01-16When trait bounds are missing for return values, point at themEsteban Küber-5/+74
2020-01-16Make `impl Trait` suggestion in E0746 `MachineApplicable`Esteban Küber-2/+22
2020-01-16Elide E0308 errors in favor of E0746Esteban Küber-123/+14
2020-01-16Account for diverging types in return `impl Trait`Esteban Küber-0/+35
2020-01-16Specific error for unsized `dyn Trait` return typeEsteban Küber-0/+301
2020-01-16Rollup merge of #68263 - ollie27:rustdoc_invalid_syntax_highlight_escape, r=G...Dylan DPC-0/+8
2020-01-16Rollup merge of #68255 - tmiasko:unused-aux, r=Dylan-DPCDylan DPC-5/+0
2020-01-16Rollup merge of #68244 - tmiasko:leak, r=CentrilDylan DPC-7/+10
2020-01-16Rollup merge of #68265 - JohnTitor:fix-issue-number, r=Dylan-DPCDylan DPC-2/+2
2020-01-16Rollup merge of #68096 - varkor:diagnostic-cleanup, r=CentrilDylan DPC-259/+258
2020-01-16Fix issue number of `repr128`Yuki Okushi-2/+2
2020-01-15rustdoc: HTML escape codeblocks which fail syntax highlightingOliver Middleton-0/+8
2020-01-15Auto merge of #68254 - Dylan-DPC:rollup-9vhc59u, r=Dylan-DPCbors-41/+153
2020-01-15Enable leak sanitizer test caseTomasz Miąsko-7/+10
2020-01-15Remove unused auxiliary file that was replaced with rust_test_helpersTomasz Miąsko-5/+0
2020-01-15Rollup merge of #68237 - estebank:bad-bad-ice, r=petrochenkovDylan DPC-38/+66
2020-01-15Rollup merge of #68236 - JohnTitor:ice-tests, r=CentrilDylan DPC-0/+79
2020-01-15Rollup merge of #68212 - csmoe:temp, r=estebankDylan DPC-3/+8
2020-01-15Auto merge of #67603 - oli-obk:no_mut_static_ref_from_const, r=RalfJungbors-0/+5
2020-01-15Set mir-opt-level to 3 to prevent regressionsYuki Okushi-0/+1
2020-01-15Add test for issue-66473Yuki Okushi-0/+0
2020-01-15Add test for issue-65918Yuki Okushi-0/+49
2020-01-15Add test for issue-64848Yuki Okushi-0/+29
2020-01-15Rollup merge of #68219 - oli-obk:fix_miri, r=RalfJung,wesleywiserYuki Okushi-4/+30
2020-01-15Rollup merge of #67914 - Aaron1011:fix/const-prop-impossible, r=matthewjasper...Yuki Okushi-1/+25
2020-01-15Promoteds can contain raw pointers, but these must still only point to immuta...Oliver Scherer-0/+5
2020-01-15Add testsOliver Scherer-4/+30
2020-01-15wrap expr id into GeneratorInteriorTypeCausecsmoe-3/+3
2020-01-15Auto merge of #66329 - ktrianta:mir-opt-unreachable-propagation, r=oli-obkbors-67/+339
2020-01-15Auto merge of #68118 - skinny121:eager_lit_eval, r=varkorbors-37/+39
2020-01-14Account for `Path`s on `is_suggestable_infer_ty`Esteban Küber-38/+66
2020-01-15Fix normalizing 32bit symbol hash.Ben Lewis-1/+1
2020-01-15update async-await send/sync testcsmoe-0/+5
2020-01-14Auto merge of #67711 - Amanieu:fix_unwind_leak, r=alexcrichtonbors-1/+0
2020-01-14Normalize symbol hash in ui test for legacy symbol mangling, as it's dependen...Ben Lewis-26/+28
2020-01-14Add unreachable propagation mir optimization passKonstantinos Triantafyllou-67/+339
2020-01-14Rollup merge of #68143 - skinny121:const-param-type-elided-lifetime, r=petroc...Yuki Okushi-0/+64