| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2018-06-20 | Fix variable name in E0502 double borrow error | Santiago Pastorino | -0/+55 |
| 2018-06-20 | Simply joint lifetime/type iteration | varkor | -6/+6 |
| 2018-06-20 | Make method and variable names more consistent | varkor | -33/+33 |
| 2018-06-20 | Rename PathParameter(s) to GenericArg(s) | varkor | -3/+3 |
| 2018-06-20 | Auto merge of #51638 - spastorino:diagnostic-suggest-drop-in-reverse, r=nikom... | bors | -0/+48 |
| 2018-06-19 | Update error code numbers | Esteban Küber | -7/+7 |
| 2018-06-19 | Update message for `!Sized` types | Esteban Küber | -205/+207 |
| 2018-06-19 | Suggest that values are dropped in the opposite order they are defined | Santiago Pastorino | -0/+48 |
| 2018-06-19 | Auto merge of #51639 - SimonSapin:missing-alloc, r=rkruppe | bors | -0/+30 |
| 2018-06-19 | Add test for updated parser error | Esteban Küber | -0/+32 |
| 2018-06-19 | Fix tidy and remove unused method | Esteban Küber | -5/+6 |
| 2018-06-19 | Add link to book for `Sized` errors | Esteban Küber | -0/+41 |
| 2018-06-19 | Add message to `rustc_on_unimplemented` attributes in core | Esteban Küber | -295/+347 |
| 2018-06-19 | Auto merge of #51275 - pnkfelix:nll-diagnostics-revise-check-access-permissio... | bors | -112/+258 |
| 2018-06-19 | Auto merge of #51543 - SimonSapin:oom, r=SimonSapin | bors | -7/+11 |
| 2018-06-19 | Add code to incorrect `pub` restriction error | Esteban Küber | -4/+5 |
| 2018-06-19 | Add code to `invalid ABI` error | Esteban Küber | -2/+5 |
| 2018-06-19 | Update the error message for a missing global allocator | Simon Sapin | -1/+1 |