| Age | Commit message (Expand) | Author | Lines |
| 2020-02-19 | Auto merge of #69113 - ecstatic-morse:unified-dataflow-borrowed, r=wesleywiser | bors | -2/+7 |
| 2020-02-19 | Auto merge of #69241 - shahn:checked_add_revert, r=Mark-Simulacrum,lqd | bors | -0/+31 |
| 2020-02-18 | Revert "Remove `checked_add` in `Layout::repeat`" | Sebastian Hahn | -0/+31 |
| 2020-02-18 | Rollup merge of #69236 - Centril:mut-parens-at-recovery, r=estebank | Mazdak Farrokhzad | -11/+21 |
| 2020-02-18 | Rollup merge of #69217 - LeSeulArtichaut:remove-lint-impl-op, r=estebank | Mazdak Farrokhzad | -61/+0 |
| 2020-02-18 | Rollup merge of #69211 - petrochenkov:prevtok, r=Centril | Mazdak Farrokhzad | -6/+41 |
| 2020-02-18 | Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkov | Mazdak Farrokhzad | -122/+706 |
| 2020-02-18 | Rollup merge of #69159 - estebank:use-appropriate-lt-name, r=ecstatic-morse | Mazdak Farrokhzad | -7/+27 |
| 2020-02-18 | Rollup merge of #69192 - JohnTitor:add-tests, r=Centril | Dylan DPC | -0/+159 |
| 2020-02-18 | Rollup merge of #69175 - estebank:shall-not-ice, r=petrochenkov | Yuki Okushi | -0/+15 |
| 2020-02-18 | Rollup merge of #67272 - fisherdarling:master, r=varkor,hellow554 | Yuki Okushi | -0/+71 |
| 2020-02-17 | Add a test for proc macro generating `$ IDENT` | Vadim Petrochenkov | -0/+35 |
| 2020-02-17 | parser: Do not call `bump` recursively | Vadim Petrochenkov | -6/+6 |
| 2020-02-17 | parse: recover `mut (x @ y)` as `(mut x @ mut y)`. | Mazdak Farrokhzad | -11/+21 |
| 2020-02-17 | Do not emit note suggesting to implement trait to foreign type | LeSeulArtichaut | -61/+0 |
| 2020-02-17 | Auto merge of #69129 - Centril:macro-legacy-errors, r=petrochenkov | bors | -36/+21 |
| 2020-02-16 | Do not ICE when encountering `yield` inside `async` block | Esteban Küber | -0/+15 |
| 2020-02-16 | Select an appropriate unused lifetime name in suggestion | Esteban Küber | -7/+27 |
| 2020-02-16 | Handle recursion_limit parsing errors | Fisher Darling | -0/+71 |
| 2020-02-15 | reject assoc statics & extern consts during parsing | Mazdak Farrokhzad | -69/+154 |
| 2020-02-15 | Record proc macro harness order for use during metadata deserialization | Aaron Hill | -1/+1 |
| 2020-02-15 | fuse extern & associated item parsing up to defaultness | Mazdak Farrokhzad | -38/+42 |
| 2020-02-15 | parse extern consts | Mazdak Farrokhzad | -16/+54 |
| 2020-02-15 | parse associated statics. | Mazdak Farrokhzad | -18/+200 |
| 2020-02-15 | ast/parser: fuse `static` & `const` grammars in all contexts. | Mazdak Farrokhzad | -46/+122 |
| 2020-02-15 | ast: make `= <expr>;` optional in free statics/consts. | Mazdak Farrokhzad | -0/+104 |
| 2020-02-16 | Add FIXME note | Yuki Okushi | -0/+3 |
| 2020-02-16 | Add test for issue-68653 | Yuki Okushi | -0/+16 |
| 2020-02-16 | Add test for issue-63952 | Yuki Okushi | -0/+45 |
| 2020-02-16 | Add test for issue-62894 | Yuki Okushi | -0/+54 |
| 2020-02-16 | Add test for issue-51798 | Yuki Okushi | -0/+17 |
| 2020-02-16 | Add test for issue-39618 | Yuki Okushi | -0/+24 |
| 2020-02-15 | ast: normalize `ForeignItemKind::Ty` & `AssocItemKind::TyAlias`. | Mazdak Farrokhzad | -4/+99 |
| 2020-02-15 | Rollup merge of #69180 - Aaron1011:feature/comma-struct-init, r=petrochenkov | Dylan DPC | -2/+39 |
| 2020-02-15 | Rollup merge of #69166 - JohnTitor:ice-const-enum, r=matthewjasper | Dylan DPC | -0/+15 |
| 2020-02-15 | Rollup merge of #69154 - JohnTitor:fix-macro-ices, r=petrochenkov | Dylan DPC | -0/+40 |
| 2020-02-14 | Suggest a comma if a struct initializer field fails to parse | Aaron Hill | -2/+39 |
| 2020-02-15 | Auto merge of #67681 - matthewjasper:infer-regions-in-borrowck, r=nikomatsakis | bors | -441/+641 |
| 2020-02-14 | Fix tests after rebase | Matthew Jasper | -50/+80 |
| 2020-02-14 | Fix and test nested impl Trait | Matthew Jasper | -0/+16 |
| 2020-02-14 | Update tests | Matthew Jasper | -231/+124 |
| 2020-02-14 | Handle equal regions in opaque type inference | Matthew Jasper | -0/+57 |
| 2020-02-14 | Update tests | Matthew Jasper | -157/+291 |
| 2020-02-15 | Avoid calling `fn_sig` on closures | Yuki Okushi | -0/+40 |
| 2020-02-15 | Rollup merge of #69128 - Centril:fix-69103, r=davidtwco | Yuki Okushi | -0/+44 |
| 2020-02-15 | Rollup merge of #68856 - Centril:or-pat-ref-pat, r=matthewjasper | Yuki Okushi | -13/+383 |
| 2020-02-15 | Rollup merge of #68129 - varkor:infer-binary-operand-behind-reference, r=niko... | Yuki Okushi | -0/+30 |
| 2020-02-14 | Call `is_freeze` less in unsafety-checking | Matthew Jasper | -0/+32 |
| 2020-02-14 | Check associated opaque types don't use unconstrained lifetimes | Matthew Jasper | -11/+42 |
| 2020-02-14 | Explain a test | Matthew Jasper | -2/+9 |