about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-06-23Auto merge of #51723 - estebank:abolish-ice, r=oli-obkbors-0/+34
2018-06-23Auto merge of #51580 - cramertj:async-await, r=eddybbors-21/+355
2018-06-23Auto merge of #51696 - estebank:fuzzy-ice-ice, r=oli-obkbors-0/+28
2018-06-23Auto merge of #51697 - estebank:once-used-lifetime-label, r=oli-obkbors-8/+30
2018-06-22Accept `TyError` in `analyze_closure` to avoid ICEEsteban Küber-0/+34
2018-06-22Auto merge of #51681 - varkor:rustc_deprecated-future-deprecation, r=petroche...bors-0/+13
2018-06-22Review nits and updatesTaylor Cramer-5/+5
2018-06-22Auto merge of #51670 - estebank:issue-51634, r=oli-obkbors-3/+69
2018-06-22Issue #50974: Fix compilation error and testLamb-1/+1
2018-06-22Issue #50974: Adding issue number in the testLamb-1/+3
2018-06-22Issue #50974: Adding testsLamb-0/+38
2018-06-22Auto merge of #51686 - nikomatsakis:issue-51415-borrowck-match-default-bindin...bors-0/+42
2018-06-21Fix test using ExprKind::ClosureTaylor Cramer-0/+1
2018-06-21Truncate errors to make tidy happyTaylor Cramer-6/+6
2018-06-21Fix parse-fail tests that now mention asyncTaylor Cramer-7/+7
2018-06-21Explicitly ban async in trait implsTaylor Cramer-4/+4
2018-06-21Async methodsTaylor Cramer-3/+9
2018-06-21Parse `unsafe async fn` instead of `async unsafe fn`Taylor Cramer-0/+13
2018-06-21async await desugaring and testsTaylor Cramer-10/+324
2018-06-22Auto merge of #51463 - estebank:error-codes, r=nikomatsakisbors-344/+476
2018-06-21Add label to lint for lifetimes used onceEsteban Küber-8/+30
2018-06-21Accept `TyError` in patterns to avoid ICE on bad inputEsteban Küber-0/+28
2018-06-22Auto merge of #51433 - scalexm:finish-rules, r=nikomatsakisbors-1/+31
2018-06-21Auto merge of #51690 - nikomatsakis:issue-51683-existential-fail, r=oli-obkbors-9/+56
2018-06-21Auto merge of #48149 - varkor:generics-generalisation, r=petrochenkovbors-40/+40
2018-06-21tolerate existential types whose concrete expansion is not knownNiko Matsakis-5/+33
2018-06-21do not introduce *false* results from lifetime resolutionNiko Matsakis-4/+23
2018-06-21Account for bindings with types and in crate macrosEsteban Küber-4/+58
2018-06-21use `pat_ty_adjusted` from `expr_use_visitor` to type of argumentsNiko Matsakis-0/+42
2018-06-21Support future deprecation for rustc_deprecatedvarkor-0/+13
2018-06-20Don't suggest incorrect syntaxEsteban Küber-1/+13
2018-06-20Auto merge of #51651 - spastorino:fix_var_name_in_e0502, r=nikomatsakisbors-0/+55
2018-06-20Fix variable name in E0502 double borrow errorSantiago Pastorino-0/+55
2018-06-20Simply joint lifetime/type iterationvarkor-6/+6
2018-06-20Make method and variable names more consistentvarkor-33/+33
2018-06-20Rename PathParameter(s) to GenericArg(s)varkor-3/+3
2018-06-20Auto merge of #51638 - spastorino:diagnostic-suggest-drop-in-reverse, r=nikom...bors-0/+48
2018-06-19Update error code numbersEsteban Küber-7/+7
2018-06-19Update message for `!Sized` typesEsteban Küber-205/+207
2018-06-19Suggest that values are dropped in the opposite order they are definedSantiago Pastorino-0/+48
2018-06-19Auto merge of #51639 - SimonSapin:missing-alloc, r=rkruppebors-0/+30
2018-06-19Add test for updated parser errorEsteban Küber-0/+32
2018-06-19Fix tidy and remove unused methodEsteban Küber-5/+6
2018-06-19Add link to book for `Sized` errorsEsteban Küber-0/+41
2018-06-19Add message to `rustc_on_unimplemented` attributes in coreEsteban Küber-295/+347
2018-06-19Auto merge of #51275 - pnkfelix:nll-diagnostics-revise-check-access-permissio...bors-112/+258
2018-06-19Auto merge of #51543 - SimonSapin:oom, r=SimonSapinbors-7/+11
2018-06-19Add code to incorrect `pub` restriction errorEsteban Küber-4/+5
2018-06-19Add code to `invalid ABI` errorEsteban Küber-2/+5
2018-06-19Update the error message for a missing global allocatorSimon Sapin-1/+1