about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-01-19When encountering an undefined named lifetime, point to where it can beEsteban Küber-12/+213
2020-01-19Rollup merge of #68348 - xfix:patch-14, r=nagisaDylan DPC-0/+1
2020-01-18Rollup merge of #68224 - GuillaumeGomez:prevent-urls-in-headings, r=ollie27Mazdak Farrokhzad-0/+17
2020-01-18slice_patterns: address review commentsMazdak Farrokhzad-2/+0
2020-01-18slice_patterns: organize some testsMazdak Farrokhzad-9/+9
2020-01-18slice_patterns: remove gates in testsMazdak Farrokhzad-490/+349
2020-01-18slice_patterns: remove feature gate testMazdak Farrokhzad-74/+0
2020-01-18Add a test for iter::empty::<*mut i32> being Sync and SendKonrad Borowski-0/+1
2020-01-18Auto merge of #68170 - wesleywiser:stop_const_prop_ref_taking, r=oli-obkbors-2/+79
2020-01-17Rollup merge of #68312 - varkor:issue-67753-regression, r=CentrilTyler Mandry-0/+26
2020-01-17Rollup merge of #68291 - tmiasko:sanitizer-tests, r=nikomatsakisTyler Mandry-75/+84
2020-01-17Rollup merge of #68256 - estebank:bad-sugg-span, r=petrochenkovTyler Mandry-1/+1
2020-01-17Rollup merge of #68093 - GuillaumeGomez:fix-deref-impl-typedef, r=oli-obkTyler Mandry-0/+33
2020-01-17Rollup merge of #66660 - jumbatm:dont_warn_about_snake_case_in_patterns, r=ce...Tyler Mandry-0/+61
2020-01-17Auto merge of #67476 - mark-i-m:simplify-borrow_check-5, r=matthewjasperbors-2/+2
2020-01-17Extend url in heading test a bitGuillaume Gomez-1/+1
2020-01-17Add regression test for integer literals in generic arguments in where clausesvarkor-0/+26
2020-01-17Auto merge of #68285 - oli-obk:specialization_regression, r=davidtwcobors-0/+25
2020-01-17Auto merge of #68305 - Dylan-DPC:rollup-aoohsz8, r=Dylan-DPCbors-205/+1653
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-17Auto merge of #67731 - matthewjasper:drop-in-place-reclimit, r=eddybbors-11/+22
2020-01-16review commentsEsteban Küber-1/+1
2020-01-16Do not ICE on malformed suggestion spansEsteban Küber-1/+1
2020-01-16Don't propagate __RUST_TEST_INVOKE to subprocessTyler Mandry-3/+15
2020-01-17Don't warn about snake case for field puns that don't introduce a new name.jumbatm-0/+61
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-16Array repeat expression lengths must be monomorphic at MIR building timeOliver Scherer-0/+25
2020-01-16Extend url in titles testGuillaume Gomez-0/+5
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-16Update sanitizer testsTomasz Miąsko-75/+84