about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-01-22Rollup merge of #57791 - estebank:issue-54582, r=zackmdavisMazdak Farrokhzad-0/+16
2019-01-22Rollup merge of #57604 - alercah:str-index, r=sfacklerMazdak Farrokhzad-40/+107
2019-01-22Auto merge of #56221 - estebank:remove-dummy-checks, r=varkorbors-8/+8
2019-01-22Add intrinsic to create an integer bitmask from the MSB of integer vectorsgnzlbg-0/+241
2019-01-22Ignore aarch64 in simd-intrinsic-generic-reductionJames Duley-0/+1
2019-01-22Corrected spelling inconsistencyMarcel Hellwig-2/+2
2019-01-22Auto merge of #57475 - SimonSapin:signed, r=estebankbors-5/+5
2019-01-21Accept more invalid code that is close to correct fieldsEsteban Küber-11/+3
2019-01-22Extend trailing `>` detection for paths.David Wood-0/+70
2019-01-21Auto merge of #55009 - oli-obk:const_safety, r=RalfJungbors-78/+110
2019-01-21Pluralize error messages.David Wood-6/+6
2019-01-21Add error for trailing angle brackets.David Wood-0/+86
2019-01-21fix validation range printing when encountering undefRalf Jung-3/+18
2019-01-21Fix some non-determinism in help messages for E0277 errors.Simon Sapin-4/+4
2019-01-21Declare some unconst operations as unsafe in const fnOliver Scherer-78/+110
2019-01-21Auto merge of #55045 - kleimkuhler:add-std-is_sorted, r=KodrAusbors-0/+48
2019-01-21Print visible name for types as well as modules.David Wood-0/+23
2019-01-20Use structured suggestion in stead of notesEsteban Küber-36/+22
2019-01-20Explain type mismatch cause pointing to return type when it is `impl Trait`Esteban Küber-4/+15
2019-01-21Rollup merge of #57784 - JohnTitor:improve-error-message, r=estebankMazdak Farrokhzad-3/+3
2019-01-21Rollup merge of #57783 - davidtwco:issue-57741, r=estebankMazdak Farrokhzad-0/+164
2019-01-21Rollup merge of #57769 - estebank:cast-suggestion-struct-field, r=matthewjasperMazdak Farrokhzad-0/+96
2019-01-21Rollup merge of #57768 - estebank:type-args-sugg, r=zackmdavisMazdak Farrokhzad-58/+86
2019-01-21Rollup merge of #56796 - KrishnaSannasi:try_from_impl_change, r=shepmasterMazdak Farrokhzad-1/+38
2019-01-20Add regression test for #54582Esteban Küber-0/+16
2019-01-20Tweak field parse error recoveryEsteban Küber-36/+14
2019-01-20Extend incorrect float literal recovery to account for suffixesEsteban Küber-16/+58
2019-01-20Reword message for incorrect float literalEsteban Küber-3/+3
2019-01-20Remove unnecessary dummy span checksEsteban Küber-8/+8
2019-01-20Add "dereference boxed value" suggestion.David Wood-0/+164
2019-01-21Fix testsYuki Okushi-3/+3
2019-01-20Auto merge of #56884 - euclio:codeblock-diagnostics, r=QuietMisdreavusbors-10/+183
2019-01-20Do not suggest angle brackets when there are no type argumentsEsteban Küber-40/+34
2019-01-20rustdoc: Don't modify library path for doctestsOliver Middleton-2/+2
2019-01-20Recover with suggestion from writing `.42` instead of `0.42`Esteban Küber-12/+21
2019-01-20Recover from parse errors in struct literal fieldsEsteban Küber-7/+93
2019-01-20Auto merge of #57651 - JohnTitor:give-char-type, r=estebankbors-50/+128
2019-01-20Remove whitespaceYuki Okushi-5/+4
2019-01-20Fix testsYuki Okushi-96/+56
2019-01-19Suggest correct cast for struct fields with shorthand syntaxEsteban Küber-0/+96
2019-01-19Suggest usage of angle bracketsEsteban Küber-20/+35
2019-01-19Accept parenthesized type args for error recoveryEsteban Küber-24/+15
2019-01-19Continune parsing after encountering Trait with paren argsEsteban Küber-12/+40
2019-01-20[WIP] Fix testsYuki Okushi-6/+91
2019-01-19Don't ignore `_` in type casts and ascriptionsMatthew Jasper-7/+85
2019-01-19Rollup merge of #57723 - estebank:fix, r=davidtwcoMazdak Farrokhzad-3/+139
2019-01-19Type check unnanotated constant items with NLLMatthew Jasper-0/+79
2019-01-19Handle lifetime annotations in unreachable codeMatthew Jasper-16/+387
2019-01-19Rename UserTypeAnnotation -> UserTypeMatthew Jasper-1/+1
2019-01-19Rollup merge of #57649 - petrochenkov:privexist, r=arielb1Mazdak Farrokhzad-6/+33