| Age | Commit message (Expand) | Author | Lines |
| 2018-06-22 | Handle current directory prefix for parsing command arguments in bootstrap te... | Steven Laabs | -0/+6 |
| 2018-06-22 | Added stripping current directory prefixes when comparing suite path names | Steven Laabs | -0/+6 |
| 2018-06-22 | Auto merge of #51184 - lambtowolf:master, r=nikomatsakis | bors | -2/+51 |
| 2018-06-22 | add an explanatory comment for recovery behavior | Niko Matsakis | -0/+3 |
| 2018-06-22 | Issue #50974: Fix compilation error and test | Lamb | -2/+2 |
| 2018-06-22 | Fix when the help message is displayed | Maerten | -2/+2 |
| 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 | Issue #50974: Change text of suggestion to be more direct | Lamb | -1/+1 |
| 2018-06-22 | Issue #50974: Suboptimal error in case of duplicate `,` in struct constructor | Lamb | -2/+8 |
| 2018-06-22 | Rollup merge of #51703 - kennytm:fix-51699, r=nrc | kennytm | -0/+1 |
| 2018-06-22 | Rollup merge of #51666 - marco-c:disable_probestack, r=nagisa | kennytm | -0/+5 |
| 2018-06-22 | Rollup merge of #51664 - jebrosen:pub_parse_methods2, r=Mark-Simulacrum | kennytm | -3/+3 |
| 2018-06-22 | Rollup merge of #51637 - abarth:new_prng, r=cramertj | kennytm | -4/+3 |
| 2018-06-22 | Rollup merge of #51629 - topecongiro:multiple-semicolon-in-local-span, r=petr... | kennytm | -1/+1 |
| 2018-06-22 | Rollup merge of #51158 - ogham:patch-1, r=steveklabnik | kennytm | -0/+24 |
| 2018-06-22 | Auto merge of #51660 - lqd:the-MIRnistry-of-walks, r=nikomatsakis | bors | -33/+84 |
| 2018-06-22 | Recognize the extra "LLVM tools versions" argument to build-manifest. | kennytm | -0/+1 |
| 2018-06-22 | Add explanation for (copy, clone)_from_slice | Anirudh Balaji | -0/+8 |
| 2018-06-22 | Auto merge of #51686 - nikomatsakis:issue-51415-borrowck-match-default-bindin... | bors | -5/+48 |
| 2018-06-21 | PathParameters -> GenericArgs fixes | Taylor Cramer | -38/+26 |
| 2018-06-21 | Add path parameters to std_path | Taylor Cramer | -35/+63 |
| 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 | Move async edition check to the current span | Taylor Cramer | -2/+2 |
| 2018-06-21 | Allow unsafe code inside of await macro | Taylor Cramer | -0/+1 |
| 2018-06-21 | Explicitly ban async in trait impls | Taylor Cramer | -4/+5 |
| 2018-06-21 | Async methods | Taylor Cramer | -79/+122 |
| 2018-06-21 | Fix typo in multiple lifetimes error | Taylor Cramer | -1/+1 |
| 2018-06-21 | Parse `unsafe async fn` instead of `async unsafe fn` | Taylor Cramer | -4/+23 |
| 2018-06-21 | async await desugaring and tests | Taylor Cramer | -199/+1282 |
| 2018-06-21 | Display async fn in rustdoc. | Without Boats | -3/+18 |
| 2018-06-21 | Parse async fn header. | Without Boats | -288/+367 |
| 2018-06-22 | Auto merge of #51463 - estebank:error-codes, r=nikomatsakis | bors | -376/+559 |
| 2018-06-21 | Add label to lint for lifetimes used once | Esteban Küber | -11/+36 |
| 2018-06-21 | Accept `TyError` in patterns to avoid ICE on bad input | Esteban Küber | -1/+41 |
| 2018-06-22 | Auto merge of #51433 - scalexm:finish-rules, r=nikomatsakis | bors | -139/+335 |
| 2018-06-21 | Auto merge of #51690 - nikomatsakis:issue-51683-existential-fail, r=oli-obk | bors | -14/+87 |
| 2018-06-21 | review comment | Esteban Küber | -6/+2 |
| 2018-06-21 | Auto merge of #48149 - varkor:generics-generalisation, r=petrochenkov | bors | -2484/+2565 |
| 2018-06-21 | tolerate existential types whose concrete expansion is not known | Niko Matsakis | -8/+53 |
| 2018-06-21 | do not introduce *false* results from lifetime resolution | Niko Matsakis | -6/+34 |
| 2018-06-21 | Account for bindings with types and in crate macros | Esteban Küber | -9/+74 |
| 2018-06-21 | fix tidy | Jorge Aparicio | -0/+10 |
| 2018-06-21 | use `pat_ty_adjusted` from `expr_use_visitor` to type of arguments | Niko Matsakis | -2/+45 |
| 2018-06-21 | rename `pat_ty` to `pat_ty_adjusted` for clarity | Niko Matsakis | -4/+4 |
| 2018-06-21 | translate / export weak lang items | Jorge Aparicio | -0/+42 |
| 2018-06-21 | Combine all builtin late lints | John Kåre Alsaker | -139/+177 |
| 2018-06-21 | Support future deprecation for rustc_deprecated | varkor | -2/+17 |