| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2018-06-21 | Auto merge of #51680 - Mark-Simulacrum:acc-revert, r=Mark-Simulacrum | bors | -5/+5 |
| 2018-06-21 | Revert "Auto merge of #51662 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum" | Mark Simulacrum | -5/+5 |
| 2018-06-21 | Share code between gather_used_muts and find_assignments | Rémy Rakic | -42/+30 |
| 2018-06-21 | Auto merge of #50336 - japaric:llvm-tools, r=Mark-Simulacrum | bors | -4/+130 |
| 2018-06-21 | Auto merge of #51601 - Emerentius:step_by_range_diet, r=sfackler | bors | -7/+81 |
| 2018-06-21 | Auto merge of #51662 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum | bors | -5/+5 |
| 2018-06-20 | Fix error-chain warnings | Mark Simulacrum | -0/+0 |
| 2018-06-20 | Don't suggest incorrect syntax | Esteban Küber | -9/+36 |
| 2018-06-20 | no -Bsymbolic for mac; no static-libstdc++ for windows | Jorge Aparicio | -1/+7 |
| 2018-06-20 | Use lifetime name if available | Esteban Küber | -5/+11 |
| 2018-06-20 | Disable probestack when GCOV profiling is being used | Marco Castelluccio | -0/+5 |
| 2018-06-20 | use the imported name when rendering an imported macro | QuietMisdreavus | -3/+3 |
| 2018-06-20 | make `parse_seq_to_before_end`, `mk_mac_expr`, and `parse_optional_str` publi... | jeb | -3/+3 |
| 2018-06-20 | Fix tidy | Bastien Orivel | -3/+8 |
| 2018-06-20 | Replace tempdir by tempfile in librustc | Bastien Orivel | -14/+2 |