about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-06-26Auto merge of #50966 - leodasvacas:self-in-where-clauses-is-not-object-safe, ...bors-39/+48
2018-06-25Auto merge of #51750 - zackmdavis:superstructure, r=oli-obkbors-24/+183
2018-06-25Auto merge of #51733 - varkor:ice-match-slice, r=oli-obkbors-0/+23
2018-06-25Fill in tracking issue for WHERE_CLAUSES_OBJECT_SAFETY future compat lintleonardo.yvens-1/+1
2018-06-25Make where clause object safety be a warn-by-default lintleonardo.yvens-10/+18
2018-06-25`Self` in where clauses may not be object safeleonardo.yvens-37/+38
2018-06-25Auto merge of #51335 - mark-i-m:allocator, r=oli-obkbors-0/+48
2018-06-25Auto merge of #51688 - spastorino:error-note-field-after-move, r=nikomatsakisbors-9/+41
2018-06-24actually fix testmark-1/+1
2018-06-24fix testmark-4/+7
2018-06-24Prohibit global_allocator in submodules for nowMark Mansi-1/+9
2018-06-24Attempt to fix hygiene for global_allocatorMark Mansi-0/+37
2018-06-23in which the trivial-casts word to the wise is tucked into a help noteZack M. Davis-0/+95
2018-06-23structured suggestion and rewording for `...` expression syntax errorZack M. Davis-13/+42
2018-06-23use structured suggestion for pattern-named-the-same-as-variant warningZack M. Davis-11/+46
2018-06-23Fix error code numbersGuillaume Gomez-5/+5
2018-06-23Fix an ICE when matching over const slicesvarkor-0/+23
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-22Fix erroneous error note when using field after moveSantiago Pastorino-9/+41
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