about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-02-07Improve the error messages for missing stability attributesvarkor-11/+26
2019-02-07Resolve incorrect diagnostic for using a non-const value in a constantvarkor-52/+34
2019-02-07Add a test forbidding the use of const parameters in inner itemsvarkor-0/+37
2019-02-07Make name resolution handle consts in GenericParamsFromOuterFunction properlyvarkor-78/+78
2019-02-07Parse negative literals in const generic argumentsvarkor-0/+4
2019-02-07Add warning for a parameter list with an attribute but no parametersvarkor-3/+9
2019-02-07Add test for generic parameter list solely containing an attributevarkor-0/+5
2019-02-07Adjust generic const param resolutionvarkor-28/+0
2019-02-07Adjust parser generic parameter errorsvarkor-26/+67
2019-02-07Fix ast_validation printing of const genericsvarkor-2/+2
2019-02-07Add test for const parameter before other generic parametersvarkor-0/+39
2019-02-07Add test for const parameter depending on type parametervarkor-0/+28
2019-02-07Add test forbidding const parameters in const fnvarkor-0/+36
2019-02-07Update testsvarkor-257/+182
2019-02-07Add const generics feature gate testvarkor-0/+31
2019-02-07Reweork incompatible match arms errorEsteban Küber-43/+45
2019-02-07Rollup merge of #58033 - euclio:rustdoc-tags, r=QuietMisdreavusGuillaume Gomez-7/+15
2019-02-07Rollup merge of #58028 - GuillaumeGomez:fix-settings-image-link, r=QuietMisdr...Guillaume Gomez-1/+1
2019-02-07Rollup merge of #57954 - euclio:rustdoc-stability, r=QuietMisdreavusGuillaume Gomez-0/+12
2019-02-07Auto merge of #58010 - Zoxc:parallel-passes, r=michaelwoeristerbors-40/+59
2019-02-07add doc comment and revert angle bracket changeEsteban Küber-2/+2
2019-02-07tweak wording based on in person feedbackEsteban Küber-8/+6
2019-02-07Update test output after rebaseEsteban Küber-3/+3
2019-02-07Add missing trailing newlineEsteban Küber-1/+1
2019-02-07Remove spurious complaint about missing expression for bare semicolonsEsteban Küber-8/+11
2019-02-07Deduplicate mismatched delimiter errorsEsteban Küber-52/+38
2019-02-07Auto merge of #58254 - kennytm:rollup, r=kennytmbors-0/+30
2019-02-06Change RawWaker constructor to const fnMatthias Einwag-8/+2
2019-02-07Rollup merge of #58192 - dlrobertson:fix_57876, r=oli-obkkennytm-0/+30
2019-02-07Auto merge of #57998 - niklasf:align-enum, r=nagisabors-18/+133
2019-02-06fix saturating_sub() underflow for unsigned ints #58030Patrick McCarter-0/+4
2019-02-06Allow const assignment for int saturating_sub() for #58030Patrick McCarter-1/+15
2019-02-06Lower constant patterns with ascribed types.David Wood-0/+39
2019-02-06error output updated by ./x.py test --stage 1 src/test/ui --incremental --blessClint Frederickson-38/+38
2019-02-06display sugared return types for async functionsAndy Russell-7/+28
2019-02-06Auto merge of #56123 - oli-obk:import_miri_from_future, r=eddybbors-0/+126
2019-02-06Auto merge of #58061 - nnethercote:overhaul-syntax-Folder, r=petrochenkovbors-26/+30
2019-02-05Move ArcWake in common test file.Matthias Einwag-110/+73
2019-02-06Auto merge of #58058 - QuietMisdreavus:use-attr, r=GuillaumeGomezbors-0/+8
2019-02-06Overhaul `syntax::fold::Folder`.Nicholas Nethercote-26/+30
2019-02-05extend box-maybe-uninit testRalf Jung-0/+3
2019-02-05Do not ICE in codegen given a extern_type staticDan Robertson-0/+30
2019-02-05fix test caseRalf Jung-3/+3
2019-02-05[WIP] add better error message for partial moveClint Frederickson-1/+1
2019-02-05Allow const assignment for int saturating_add() calls for #58030Patrick McCarter-0/+13
2019-02-05allow shorthand syntax for deprecation reasonAndy Russell-4/+39
2019-02-06Rollup merge of #58138 - ishitatsuyuki:stability-delay, r=estebankkennytm-0/+13
2019-02-05Add more testsOliver Scherer-0/+92
2019-02-05Fix span for closure return type when annotated.David Wood-0/+34
2019-02-05Auto merge of #57973 - davidtwco:issue-52891, r=estebankbors-61/+301