| Age | Commit message (Expand) | Author | Lines |
| 2019-08-26 | Rollup merge of #63693 - Centril:polish-parse-or-pats, r=estebank | Mazdak Farrokhzad | -117/+871 |
| 2019-08-26 | Rollup merge of #63317 - estebank:dead-code, r=matthewjasper | Mazdak Farrokhzad | -14/+152 |
| 2019-08-26 | review comment | Esteban Küber | -2/+2 |
| 2019-08-26 | parser: fix span for leading vert. | Mazdak Farrokhzad | -4/+4 |
| 2019-08-26 | Auto merge of #63901 - estebank:unknown-receiver-type, r=zackmdavis | bors | -2/+16 |
| 2019-08-26 | Auto merge of #63897 - petrochenkov:prettycomma, r=estebank | bors | -5/+5 |
| 2019-08-26 | Auto merge of #63580 - wesleywiser:move_promoted_out, r=oli-obk | bors | -37/+16 |
| 2019-08-25 | Point at method call on missing annotation error | Esteban Küber | -2/+16 |
| 2019-08-25 | pprust: Do not print spaces before some tokens | Vadim Petrochenkov | -5/+5 |
| 2019-08-25 | Permit unwinding through FFI by default | Mark Rousskov | -0/+2 |
| 2019-08-25 | or_patterns: add run-rustfix tests. | Mazdak Farrokhzad | -0/+150 |
| 2019-08-25 | parser: gracefully handle `fn foo(A | B: type)`. | Mazdak Farrokhzad | -86/+84 |
| 2019-08-25 | Rollup merge of #63859 - matthewjasper:check-snippet-result, r=Centril | Mazdak Farrokhzad | -0/+45 |
| 2019-08-25 | Rollup merge of #63833 - estebank:suggest-closure-call, r=petrochenkov | Mazdak Farrokhzad | -1/+17 |
| 2019-08-25 | Rollup merge of #63813 - estebank:int-from, r=varkor | Mazdak Farrokhzad | -0/+12 |
| 2019-08-25 | parser: 'while parsing this or-pattern...' | Mazdak Farrokhzad | -0/+19 |
| 2019-08-24 | parser: reword || recovery. | Mazdak Farrokhzad | -7/+7 |
| 2019-08-24 | parse_top_pat: silence leading vert gating sometimes. | Mazdak Farrokhzad | -33/+65 |
| 2019-08-24 | parser: better recovery for || in inner pats. | Mazdak Farrokhzad | -43/+73 |
| 2019-08-24 | or-patterns: harden feature gating tests. | Mazdak Farrokhzad | -2/+227 |
| 2019-08-24 | move `feature-gate-or_patterns.*` -> `ui/or-patterns/` | Mazdak Farrokhzad | -0/+0 |
| 2019-08-24 | or-patterns: add syntactic tests. | Mazdak Farrokhzad | -0/+217 |
| 2019-08-24 | move `ui/or-pattern-mismatch` -> `ui/or-patterns/`. | Mazdak Farrokhzad | -0/+0 |
| 2019-08-24 | parser: `let` stmts & `for` exprs: allow or-patterns. | Mazdak Farrokhzad | -32/+33 |
| 2019-08-24 | parser: use `eat_or_separator` for leading vert. | Mazdak Farrokhzad | -1/+12 |
| 2019-08-24 | parser: `multiple-pattern-typo`: cover more or-pattern places. | Mazdak Farrokhzad | -2/+73 |
| 2019-08-24 | parser: move `multiple-pattern-typo` -> `or-patterns` directory. | Mazdak Farrokhzad | -0/+0 |
| 2019-08-24 | Don't unwrap the result of `span_to_snippet` | Matthew Jasper | -0/+45 |
| 2019-08-23 | Suggest calling closure with resolved return type when appropriate | Esteban Küber | -1/+17 |
| 2019-08-23 | `--bless` some tests due to message format change. | Mazdak Farrokhzad | -34/+34 |
| 2019-08-22 | Do not suggest `.try_into()` on `i32::from(x)` | Esteban Küber | -0/+12 |
| 2019-08-22 | Rollup merge of #63796 - estebank:opaque_future, r=Centril | Mazdak Farrokhzad | -0/+44 |
| 2019-08-22 | Rollup merge of #63737 - HowJMay:fix_naming, r=jonas-schievink | Mazdak Farrokhzad | -16/+16 |
| 2019-08-22 | Rollup merge of #63624 - estebank:unreachable-macro, r=petrochenkov | Mazdak Farrokhzad | -0/+8 |
| 2019-08-22 | Changed tests | Wesley Wiser | -37/+16 |
| 2019-08-22 | Fix naming misspelling | YangHau | -16/+16 |
| 2019-08-22 | Auto merge of #63175 - jsgf:argsfile, r=jsgf | bors | -0/+50 |
| 2019-08-21 | review comments: reword and add test | Esteban Küber | -0/+44 |
| 2019-08-21 | Add more tests covering more cases | Esteban Küber | -0/+106 |
| 2019-08-21 | Do not complain about unused code when used in `impl` `Self` type | Esteban Küber | -14/+46 |
| 2019-08-21 | review comments | Esteban Küber | -11/+2 |
| 2019-08-21 | When declaring a declarative macro in an item it's only accessible inside it | Esteban Küber | -0/+17 |
| 2019-08-21 | Rollup merge of #63780 - u32i64:issue-63712, r=estebank | Mazdak Farrokhzad | -53/+68 |
| 2019-08-21 | Rollup merge of #63717 - petrochenkov:eager, r=matthewjasper | Mazdak Farrokhzad | -0/+45 |
| 2019-08-21 | more `--bless`ing + test error annotations fixes | Artem Varaksa | -14/+14 |
| 2019-08-21 | improve diagnostics: break/continue wrong context | Artem Varaksa | -39/+54 |
| 2019-08-21 | Add a regression test for issue #63460 | Vadim Petrochenkov | -0/+22 |
| 2019-08-21 | Rollup merge of #63759 - Centril:parse-default-async-fn, r=petrochenkov | Mazdak Farrokhzad | -0/+14 |
| 2019-08-21 | expand: Do not do questionable span adjustment before eagerly expanding an ex... | Vadim Petrochenkov | -12/+3 |
| 2019-08-21 | expand: Keep the correct current expansion ID for eager expansions | Vadim Petrochenkov | -0/+6 |