| Age | Commit message (Expand) | Author | Lines |
| 2020-02-15 | Formatter::sign is &'static str | Mark Rousskov | -21/+21 |
| 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 |
| 2020-02-14 | Arena allocate the result of mir_borrowck | Matthew Jasper | -13/+12 |
| 2020-02-14 | Generate more accurate MIR in `construct_error` | Matthew Jasper | -5/+42 |
| 2020-02-15 | Avoid calling `fn_sig` on closures | Yuki Okushi | -2/+42 |
| 2020-02-15 | Rollup merge of #69164 - GuillaumeGomez:update-pulldown-cmark, r=Dylan-DPC | Yuki Okushi | -76/+96 |
| 2020-02-15 | Rollup merge of #69150 - nnethercote:68848-follow-up, r=petrochenkov | Yuki Okushi | -17/+15 |
| 2020-02-15 | Rollup merge of #69128 - Centril:fix-69103, r=davidtwco | Yuki Okushi | -6/+55 |
| 2020-02-15 | Rollup merge of #69051 - Centril:st-fixes, r=eddyb | Yuki Okushi | -0/+3 |
| 2020-02-15 | Rollup merge of #68856 - Centril:or-pat-ref-pat, r=matthewjasper | Yuki Okushi | -62/+447 |
| 2020-02-15 | Rollup merge of #68475 - Aaron1011:fix/forest-caching, r=nikomatsakis | Yuki Okushi | -18/+26 |
| 2020-02-15 | Rollup merge of #68129 - varkor:infer-binary-operand-behind-reference, r=niko... | Yuki Okushi | -10/+61 |
| 2020-02-14 | Update pulldown-cmark dependency | Guillaume Gomez | -76/+96 |
| 2020-02-14 | Simplify function signature in opaque_types | Matthew Jasper | -9/+5 |
| 2020-02-14 | Give some more queries descriptions | Matthew Jasper | -1/+6 |
| 2020-02-14 | Distinguish RPIT from other impl trait | Matthew Jasper | -20/+39 |
| 2020-02-14 | Call `is_freeze` less in unsafety-checking | Matthew Jasper | -19/+58 |
| 2020-02-14 | Check associated opaque types don't use unconstrained lifetimes | Matthew Jasper | -14/+57 |
| 2020-02-14 | Explain a test | Matthew Jasper | -2/+9 |
| 2020-02-14 | Auto merge of #69115 - ehuss:update-books, r=Dylan-DPC | bors | -31/+90 |
| 2020-02-14 | Auto merge of #69100 - cjgillot:resolve_instance, r=Zoxc | bors | -123/+160 |
| 2020-02-14 | add regression test for issue #68794 | Alberto Piai | -0/+31 |
| 2020-02-14 | Check `has_typeck_tables` before calling `typeck_tables_of` | Yuki Okushi | -1/+19 |