about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-09-23Auto merge of #64695 - Centril:rollup-t1xnl2c, r=Centrilbors-0/+61
2019-09-23Rollup merge of #64679 - skinny121:const-infer, r=varkorMazdak Farrokhzad-0/+29
2019-09-23Rollup merge of #64676 - estebank:assoc-type-bound-in-generic, r=petrochenkovMazdak Farrokhzad-0/+19
2019-09-23Rollup merge of #64674 - estebank:knock-down-the-wall, r=CentrilMazdak Farrokhzad-0/+13
2019-09-22fix nll testsEsteban Küber-29/+26
2019-09-22ignore-x86 instead of ignore-muslEsteban Küber-11/+11
2019-09-22hack to avoid incorrect suggestionEsteban Küber-8/+2
2019-09-22Point at type param when it's cause of unfulfilled obligationEsteban Küber-93/+99
2019-09-22Fix rebaseEsteban Küber-5/+2
2019-09-22ignore musl target in tests to avoid issues with output differencesEsteban Küber-28/+50
2019-09-22review commentsEsteban Küber-10/+10
2019-09-22Point at correct span for parenthesized typesEsteban Küber-84/+84
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-496/+517
2019-09-22Auto merge of #64669 - estebank:unreachable, r=Centrilbors-331/+185
2019-09-22Infer consts consistently. Moved some logic into super_combined_consts,ben-0/+29
2019-09-21review comments: wordingEsteban Küber-2/+2
2019-09-21review commentsEsteban Küber-1/+1
2019-09-21Parse assoc type bounds in generic params and provide custom diagnosticEsteban Küber-0/+19
2019-09-21review commentsEsteban Küber-2/+2
2019-09-21Propagate `types.err` in locals further to avoid spurious knock-down errorsEsteban Küber-0/+13
2019-09-21Do not trigger unreachable lint in async body and Use span labelsEsteban Küber-331/+185
2019-09-21Rollup merge of #64660 - guanqun:unify-errors-for-tuple-struct, r=estebankMazdak Farrokhzad-5/+37
2019-09-21Rollup merge of #64635 - gnzlbg:const_fn_ptr, r=oli-obkMazdak Farrokhzad-0/+299
2019-09-21Rollup merge of #64619 - sam09:fix-63962, r=CentrilMazdak Farrokhzad-4/+19
2019-09-21Rollup merge of #63907 - estebank:assoc-type-mismatch, r=oli-obkMazdak Farrokhzad-0/+71
2019-09-22Fixes #63962. Hint about missing tuple parentheses in patternsSam Radhakrishan-4/+19
2019-09-21unify errors for tuple/struct variantsGuanqun Lu-5/+37
2019-09-21remove featuregnzlbg-84/+255
2019-09-21Rollup merge of #64642 - cuviper:move-for-loop-snippet, r=varkorMazdak Farrokhzad-0/+24
2019-09-21Rollup merge of #64641 - cuviper:extern-rust-ctypes, r=estebankMazdak Farrokhzad-0/+12
2019-09-21Rollup merge of #64347 - GuillaumeGomez:E0312, r=oli-obkMazdak Farrokhzad-2/+17
2019-09-21Rollup merge of #64010 - c410-f3r:stabilize-attrs-fn, r=CentrilMazdak Farrokhzad-161/+88
2019-09-20Fix the span used to suggest avoiding for-loop movesJosh Stone-0/+24
2019-09-20Exempt extern "Rust" from improper_ctypesJosh Stone-0/+12
2019-09-20Allow using fn pointers in const fn behind const_fn_ptr gategnzlbg-0/+128
2019-09-20Auto merge of #64584 - nikomatsakis:issue-64477-generator-capture-types, r=eddybbors-24/+111
2019-09-20Auto merge of #64498 - estebank:point-at-arg, r=Centrilbors-329/+364
2019-09-19add a mir-opt test that we don't add the spurious dropNiko Matsakis-0/+24
2019-09-19When possible, suggest fn callEsteban Küber-6/+8
2019-09-19Ignore obligations coming from desugared call spansEsteban Küber-276/+180
2019-09-19When possible point at argument causing item obligation failureEsteban Küber-504/+633
2019-09-19fix mir-opt testsNiko Matsakis-24/+17
2019-09-19fix tests for 2018Niko Matsakis-0/+4
2019-09-19Rollup merge of #64601 - grovesNL:two-backticks, r=jonas-schievinkMazdak Farrokhzad-1/+1
2019-09-19Rollup merge of #64592 - Aaron1011:feature/unreachable-span, r=CentrilMazdak Farrokhzad-0/+308
2019-09-19Rollup merge of #63448 - RalfJung:miri-discriminant, r=eddybMazdak Farrokhzad-0/+182
2019-09-19avoid generating drops for moved operands of callsNiko Matsakis-0/+46
2019-09-18Fix backticks in documentationJoshua Groves-1/+1
2019-09-19Rollup merge of #64591 - jamesmunns:grammar-fix, r=jonas-schievinkMazdak Farrokhzad-15/+15
2019-09-19Rollup merge of #64554 - lqd:polonius_tests4, r=nikomatsakisMazdak Farrokhzad-4/+42