| Age | Commit message (Expand) | Author | Lines |
| 2020-02-16 | Do not ICE when encountering `yield` inside `async` block | Esteban Küber | -3/+18 |
| 2020-02-16 | Auto merge of #67953 - cjgillot:split_infer, r=Zoxc | bors | -8343/+8493 |
| 2020-02-16 | Auto merge of #67885 - tobithiel:fix_group_lint_allow_override, r=Mark-Simula... | bors | -14/+65 |
| 2020-02-16 | Auto merge of #68997 - Zoxc:pure-node-id, r=petrochenkov | bors | -45/+3 |
| 2020-02-16 | Prune rustc dependencies. | Camille GILLOT | -2/+0 |
| 2020-02-16 | Gate macro use. | Camille GILLOT | -0/+1 |
| 2020-02-16 | Prune features. | Camille GILLOT | -23/+0 |
| 2020-02-16 | Remove librustc_infer crate re-exports. | Camille GILLOT | -156/+150 |
| 2020-02-16 | Other crates. | Camille GILLOT | -10/+13 |
| 2020-02-16 | Make librustc_traits compile. | Camille GILLOT | -45/+51 |
| 2020-02-16 | Make librustc_mir compile. | Camille GILLOT | -51/+55 |
| 2020-02-16 | Make librustc_typeck compile. | Camille GILLOT | -83/+84 |
| 2020-02-16 | Make librustc_infer compile. | Camille GILLOT | -88/+254 |
| 2020-02-16 | Make librustc compile. | Camille GILLOT | -12/+12 |
| 2020-02-16 | Move librustc/{traits,infer} to librustc_infer. | Camille GILLOT | -0/+0 |
| 2020-02-16 | Auto merge of #69156 - ecstatic-morse:unified-dataflow-impls2, r=eddyb | bors | -83/+41 |
| 2020-02-16 | Auto merge of #68814 - Aaron1011:fix/proc-macro-order-two, r=petrochenkov | bors | -34/+84 |
| 2020-02-15 | Auto merge of #68668 - GuillaumeGomez:struct-variant-field-search, r=ollie27 | bors | -24/+48 |
| 2020-02-15 | Add additional comment | Aaron Hill | -0/+6 |
| 2020-02-15 | Record proc macro harness order for use during metadata deserialization | Aaron Hill | -34/+78 |
| 2020-02-15 | Panic when hashing node IDs | John Kåre Alsaker | -8/+3 |
| 2020-02-15 | Treat NodeIs as pure values for incremental compilation | John Kåre Alsaker | -43/+6 |
| 2020-02-15 | Auto merge of #69168 - brainlock:test-textrel-regression, r=Mark-Simulacrum,t... | bors | -0/+31 |
| 2020-02-15 | Rollup merge of #69180 - Aaron1011:feature/comma-struct-init, r=petrochenkov | Dylan DPC | -3/+46 |
| 2020-02-15 | Rollup merge of #69166 - JohnTitor:ice-const-enum, r=matthewjasper | Dylan DPC | -1/+19 |
| 2020-02-15 | Rollup merge of #69154 - JohnTitor:fix-macro-ices, r=petrochenkov | Dylan DPC | -2/+42 |
| 2020-02-15 | Rollup merge of #69106 - RReverser:wasi-fs-copy, r=KodrAus | Dylan DPC | -1/+9 |
| 2020-02-15 | Rollup merge of #66721 - maxbla:exp-format-integers, r=KodrAus | Dylan DPC | -0/+243 |
| 2020-02-15 | Rollup merge of #64069 - danielhenrymantilla:feature/cstring_from_vec_of_nonz... | Dylan DPC | -0/+28 |
| 2020-02-14 | Suggest a comma if a struct initializer field fails to parse | Aaron Hill | -3/+46 |
| 2020-02-14 | implement LowerExp and UpperExp for integers | Max Blachman | -0/+243 |
| 2020-02-15 | Auto merge of #67681 - matthewjasper:infer-regions-in-borrowck, r=nikomatsakis | bors | -1304/+1996 |
| 2020-02-14 | Auto merge of #69172 - JohnTitor:rollup-6cbmwcw, r=JohnTitor | bors | -189/+703 |
| 2020-02-14 | Fix tests after rebase | Matthew Jasper | -51/+82 |
| 2020-02-14 | Split `type_of` out of collect.rs | Matthew Jasper | -653/+666 |
| 2020-02-14 | Add fast path to eq_opaque_type_and_type | Matthew Jasper | -3/+25 |
| 2020-02-14 | Fix and test nested impl Trait | Matthew Jasper | -5/+29 |
| 2020-02-14 | Update tests | Matthew Jasper | -231/+124 |
| 2020-02-14 | Use member constraint for most opaque types in NLL | Matthew Jasper | -15/+43 |
| 2020-02-14 | Always check upper bounds when choosing member regions | Matthew Jasper | -40/+81 |
| 2020-02-14 | Improve opaque type lifetime errors | Matthew Jasper | -31/+41 |
| 2020-02-14 | Handle equal regions in opaque type inference | Matthew Jasper | -18/+127 |
| 2020-02-14 | Show inferred opaque types with `#[rustc_regions]` | Matthew Jasper | -5/+29 |
| 2020-02-14 | Address review comments | Matthew Jasper | -55/+67 |
| 2020-02-14 | Update tests | Matthew Jasper | -157/+291 |
| 2020-02-14 | Erase regions in opaque types in typeck | Matthew Jasper | -27/+65 |
| 2020-02-14 | Ensure RPIT types get recorded in borrowck | Matthew Jasper | -7/+27 |
| 2020-02-14 | Avoid unnecessary opaque type errors in borrowck | Matthew Jasper | -0/+8 |
| 2020-02-14 | Infer opaque type regions in borrow checking | Matthew Jasper | -3/+83 |
| 2020-02-14 | Prepare to use borrowck to resolve opaque types | Matthew Jasper | -68/+128 |