about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-01-22Auto merge of #57475 - SimonSapin:signed, r=estebankbors-5/+5
2019-01-21Auto merge of #55009 - oli-obk:const_safety, r=RalfJungbors-78/+110
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-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 "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-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-19Rollup merge of #57723 - estebank:fix, r=davidtwcoMazdak Farrokhzad-3/+139
2019-01-19Rollup merge of #57649 - petrochenkov:privexist, r=arielb1Mazdak Farrokhzad-6/+33
2019-01-19Rollup merge of #57502 - nikomatsakis:fix-trait-alias-1b, r=nikomatsakisMazdak Farrokhzad-0/+122
2019-01-19Rollup merge of #57698 - michaelwoerister:issue57692, r=ZoxcMazdak Farrokhzad-0/+17
2019-01-19Rollup merge of #57666 - pnkfelix:generalize-huge-enum-test-to-work-cross-pla...Mazdak Farrokhzad-5/+3
2019-01-19Rollup merge of #57610 - mark-i-m:nested-matchers, r=petrochenkovMazdak Farrokhzad-20/+243
2019-01-19Rollup merge of #57501 - petrochenkov:highvar, r=alexregMazdak Farrokhzad-0/+89
2019-01-19Auto merge of #56722 - Aaron1011:fix/blanket-eval-overflow, r=nikomatsakisbors-10/+41
2019-01-19Auto merge of #56479 - mark-i-m:unsat, r=nikomatsakisbors-94/+89
2019-01-18Rollup merge of #57725 - estebank:parens, r=michaelwoeristerMazdak Farrokhzad-3/+9
2019-01-18Rollup merge of #57720 - dlrobertson:fix_57521, r=estebankMazdak Farrokhzad-2/+58
2019-01-18Rollup merge of #57657 - AB1908:regression-test-case, r=nikomatsakisMazdak Farrokhzad-0/+32
2019-01-18Rollup merge of #57650 - AB1908:master, r=petrochenkovMazdak Farrokhzad-0/+13
2019-01-18Rollup merge of #57635 - euclio:path-separators, r=michaelwoeristerMazdak Farrokhzad-15/+25
2019-01-18Rollup merge of #57350 - folex:master, r=estebankMazdak Farrokhzad-0/+4
2019-01-18Rollup merge of #57302 - sinkuu:unused_assignments_fp, r=estebankMazdak Farrokhzad-0/+9
2019-01-18Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakisMazdak Farrokhzad-0/+36
2019-01-18Auto merge of #57737 - Centril:rollup, r=Centrilbors-0/+26
2019-01-18Rollup merge of #57551 - petrochenkov:regrtest, r=nikomatsakisMazdak Farrokhzad-0/+26
2019-01-18Point at return type when appropriateEsteban Küber-3/+16
2019-01-17Fix test after rebaseEsteban Küber-4/+6
2019-01-17Correct error location indicated by commentsKevin Leimkuhler-4/+4
2019-01-17Override `Iterator::is_sorted_by` in `slice::Iter` implLukas Kalbertodt-14/+4
2019-01-17Add is_sorted unstable documentationKevin Leimkuhler-3/+26
2019-01-17Add is_sorted impl for [T]Kevin Leimkuhler-1/+1
2019-01-17Add initial impl of is_sorted to IteratorKevin Leimkuhler-0/+35
2019-01-17Point at more cases involving return typesEsteban Küber-0/+3
2019-01-17Avoid pointing at multiple places on return type errorEsteban Küber-8/+2