| Age | Commit message (Expand) | Author | Lines |
| 2018-06-26 | Auto merge of #50966 - leodasvacas:self-in-where-clauses-is-not-object-safe, ... | bors | -39/+48 |
| 2018-06-25 | Auto merge of #51750 - zackmdavis:superstructure, r=oli-obk | bors | -24/+183 |
| 2018-06-25 | Auto merge of #51733 - varkor:ice-match-slice, r=oli-obk | bors | -0/+23 |
| 2018-06-25 | Fill in tracking issue for WHERE_CLAUSES_OBJECT_SAFETY future compat lint | leonardo.yvens | -1/+1 |
| 2018-06-25 | Make where clause object safety be a warn-by-default lint | leonardo.yvens | -10/+18 |
| 2018-06-25 | `Self` in where clauses may not be object safe | leonardo.yvens | -37/+38 |
| 2018-06-25 | Auto merge of #51335 - mark-i-m:allocator, r=oli-obk | bors | -0/+48 |
| 2018-06-25 | Auto merge of #51688 - spastorino:error-note-field-after-move, r=nikomatsakis | bors | -9/+41 |
| 2018-06-24 | actually fix test | mark | -1/+1 |
| 2018-06-24 | fix test | mark | -4/+7 |
| 2018-06-24 | Prohibit global_allocator in submodules for now | Mark Mansi | -1/+9 |
| 2018-06-24 | Attempt to fix hygiene for global_allocator | Mark Mansi | -0/+37 |
| 2018-06-23 | in which the trivial-casts word to the wise is tucked into a help note | Zack M. Davis | -0/+95 |
| 2018-06-23 | structured suggestion and rewording for `...` expression syntax error | Zack M. Davis | -13/+42 |
| 2018-06-23 | use structured suggestion for pattern-named-the-same-as-variant warning | Zack M. Davis | -11/+46 |
| 2018-06-23 | Fix error code numbers | Guillaume Gomez | -5/+5 |
| 2018-06-23 | Fix an ICE when matching over const slices | varkor | -0/+23 |
| 2018-06-23 | Auto merge of #51723 - estebank:abolish-ice, r=oli-obk | bors | -0/+34 |
| 2018-06-23 | Auto merge of #51580 - cramertj:async-await, r=eddyb | bors | -21/+355 |
| 2018-06-23 | Auto merge of #51696 - estebank:fuzzy-ice-ice, r=oli-obk | bors | -0/+28 |
| 2018-06-23 | Auto merge of #51697 - estebank:once-used-lifetime-label, r=oli-obk | bors | -8/+30 |
| 2018-06-22 | Accept `TyError` in `analyze_closure` to avoid ICE | Esteban Küber | -0/+34 |
| 2018-06-22 | Fix erroneous error note when using field after move | Santiago Pastorino | -9/+41 |
| 2018-06-22 | Auto merge of #51681 - varkor:rustc_deprecated-future-deprecation, r=petroche... | bors | -0/+13 |
| 2018-06-22 | Review nits and updates | Taylor Cramer | -5/+5 |
| 2018-06-22 | Auto merge of #51670 - estebank:issue-51634, r=oli-obk | bors | -3/+69 |
| 2018-06-22 | Issue #50974: Fix compilation error and test | Lamb | -1/+1 |
| 2018-06-22 | Issue #50974: Adding issue number in the test | Lamb | -1/+3 |
| 2018-06-22 | Issue #50974: Adding tests | Lamb | -0/+38 |
| 2018-06-22 | Auto merge of #51686 - nikomatsakis:issue-51415-borrowck-match-default-bindin... | bors | -0/+42 |
| 2018-06-21 | Fix test using ExprKind::Closure | Taylor Cramer | -0/+1 |
| 2018-06-21 | Truncate errors to make tidy happy | Taylor Cramer | -6/+6 |
| 2018-06-21 | Fix parse-fail tests that now mention async | Taylor Cramer | -7/+7 |
| 2018-06-21 | Explicitly ban async in trait impls | Taylor Cramer | -4/+4 |
| 2018-06-21 | Async methods | Taylor Cramer | -3/+9 |
| 2018-06-21 | Parse `unsafe async fn` instead of `async unsafe fn` | Taylor Cramer | -0/+13 |
| 2018-06-21 | async await desugaring and tests | Taylor Cramer | -10/+324 |
| 2018-06-22 | Auto merge of #51463 - estebank:error-codes, r=nikomatsakis | bors | -344/+476 |
| 2018-06-21 | Add label to lint for lifetimes used once | Esteban Küber | -8/+30 |
| 2018-06-21 | Accept `TyError` in patterns to avoid ICE on bad input | Esteban Küber | -0/+28 |
| 2018-06-22 | Auto merge of #51433 - scalexm:finish-rules, r=nikomatsakis | bors | -1/+31 |
| 2018-06-21 | Auto merge of #51690 - nikomatsakis:issue-51683-existential-fail, r=oli-obk | bors | -9/+56 |
| 2018-06-21 | Auto merge of #48149 - varkor:generics-generalisation, r=petrochenkov | bors | -40/+40 |
| 2018-06-21 | tolerate existential types whose concrete expansion is not known | Niko Matsakis | -5/+33 |
| 2018-06-21 | do not introduce *false* results from lifetime resolution | Niko Matsakis | -4/+23 |
| 2018-06-21 | Account for bindings with types and in crate macros | Esteban Küber | -4/+58 |
| 2018-06-21 | use `pat_ty_adjusted` from `expr_use_visitor` to type of arguments | Niko Matsakis | -0/+42 |
| 2018-06-21 | Support future deprecation for rustc_deprecated | varkor | -0/+13 |
| 2018-06-20 | Don't suggest incorrect syntax | Esteban Küber | -1/+13 |
| 2018-06-20 | Auto merge of #51651 - spastorino:fix_var_name_in_e0502, r=nikomatsakis | bors | -0/+55 |