| Age | Commit message (Expand) | Author | Lines |
| 2018-06-28 | Always check type_dependent_defs | varkor | -11/+28 |
| 2018-06-23 | Auto merge of #51727 - varkor:expragain-to-exprcontinue, r=petrochenkov | bors | -540/+540 |
| 2018-06-23 | Auto merge of #51723 - estebank:abolish-ice, r=oli-obk | bors | -0/+38 |
| 2018-06-23 | Reindent check/mod.rs | varkor | -524/+524 |
| 2018-06-23 | Rename ExprAgain to ExprContinue | varkor | -17/+17 |
| 2018-06-23 | Auto merge of #51580 - cramertj:async-await, r=eddyb | bors | -538/+1796 |
| 2018-06-23 | Auto merge of #51696 - estebank:fuzzy-ice-ice, r=oli-obk | bors | -1/+41 |
| 2018-06-23 | Auto merge of #51724 - tikue:master, r=Mark-Simulacrum | bors | -2/+2 |
| 2018-06-22 | Update libsyntax test | Taylor Cramer | -4/+14 |
| 2018-06-23 | Auto merge of #51712 - SLaabsDev:master, r=Mark-Simulacrum | bors | -0/+12 |
| 2018-06-22 | Fix rustdoc and remove default impl for FnHeader | Taylor Cramer | -23/+27 |
| 2018-06-23 | Auto merge of #51697 - estebank:once-used-lifetime-label, r=oli-obk | bors | -11/+36 |
| 2018-06-22 | Re-reexport some items that were recently made crate-private. | Tim Kuehn | -2/+2 |
| 2018-06-22 | Remove impl trait names and move bits of await into a function | Taylor Cramer | -30/+28 |
| 2018-06-22 | Accept `TyError` in `analyze_closure` to avoid ICE | Esteban Küber | -0/+38 |
| 2018-06-22 | Auto merge of #51482 - GuillaumeGomez:table-display, r=QuietMisdreavus | bors | -7/+3 |
| 2018-06-22 | Auto merge of #51681 - varkor:rustc_deprecated-future-deprecation, r=petroche... | bors | -2/+17 |
| 2018-06-22 | Remove unused map_slice | Taylor Cramer | -10/+0 |
| 2018-06-22 | Review nits and updates | Taylor Cramer | -53/+51 |
| 2018-06-22 | Auto merge of #51670 - estebank:issue-51634, r=oli-obk | bors | -12/+100 |
| 2018-06-22 | Auto merge of #51704 - kennytm:rollup, r=kennytm | bors | -8/+37 |
| 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 | 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 |