| Age | Commit message (Expand) | Author | Lines |
| 2019-01-04 | Auto merge of #56079 - mark-i-m:patch-1, r=nikomatsakis | bors | -0/+6 |
| 2019-01-04 | Auto merge of #56897 - euclio:parse-fatal, r=estebank | bors | -134/+451 |
| 2019-01-04 | Auto merge of #56723 - oli-obk:lazy_const, r=nikomatsakis | bors | -584/+486 |
| 2019-01-04 | Auto merge of #56074 - matthewjasper:forbid-recursive-impl-trait, r=nikomatsakis | bors | -11/+342 |
| 2019-01-04 | Auto merge of #55986 - cjgillot:issue-45510, r=nikomatsakis | bors | -145/+309 |
| 2019-01-04 | Auto merge of #57315 - ehuss:update-cargo, r=alexcrichton | bors | -0/+0 |
| 2019-01-04 | Auto merge of #56958 - alexcrichton:upgrade-docker, r=kennytm | bors | -3/+5 |
| 2019-01-03 | Forbid impl Trait from referring to unnamable recursive types | Matthew Jasper | -11/+340 |
| 2019-01-03 | Update cargo | Eric Huss | -0/+0 |
| 2019-01-03 | Display `impl Sized` correctly | Matthew Jasper | -0/+2 |
| 2019-01-03 | ci: Upgrade Travis to Xenial | Alex Crichton | -3/+5 |
| 2019-01-03 | Auto merge of #55517 - nikomatsakis:universes, r=scalexm | bors | -1777/+1563 |
| 2019-01-03 | Auto merge of #56507 - nikomatsakis:polonius-integrate, r=MatthewJasper | bors | -6/+48 |
| 2019-01-02 | rename `type_moves_by_default` to `type_is_copy_modulo_regions` | Niko Matsakis | -46/+55 |
| 2019-01-02 | try to detect affected code and direct people to #56105 | Niko Matsakis | -7/+48 |
| 2019-01-02 | track if any region constraints involved placeholders | Niko Matsakis | -14/+33 |
| 2019-01-02 | pacify the mercilous eddyb ;) | Niko Matsakis | -2/+4 |
| 2019-01-02 | add some comments about lifetimes etc | Niko Matsakis | -0/+18 |
| 2019-01-02 | address tmandry nits | Niko Matsakis | -63/+14 |
| 2019-01-02 | pacify the mercilous tidy | Niko Matsakis | -7/+9 |
| 2019-01-02 | improve handling for subtype | Niko Matsakis | -379/+233 |
| 2019-01-02 | say "the lifetime" instead of "some lifetime" when it feels right | Niko Matsakis | -15/+28 |
| 2019-01-02 | apply the same logic to ConcreteFailure errors | Niko Matsakis | -38/+69 |
| 2019-01-02 | refactor highlighting to take any RegionKind, making it more general | Niko Matsakis | -187/+160 |
| 2019-01-02 | apply the new placeholder errors even with just one placeholder | Niko Matsakis | -47/+90 |
| 2019-01-02 | introduce placeholder-placeholder errors for trait matching | Niko Matsakis | -99/+273 |
| 2019-01-02 | add the ability to highlight placeholders | Niko Matsakis | -2/+81 |
| 2019-01-02 | generalize region highlights into a struct | Niko Matsakis | -52/+91 |
| 2019-01-02 | dump out the exact state in error reporting debugs | Niko Matsakis | -0/+10 |
| 2019-01-02 | make `get_highlight_region_for_regionvid` only affect re-vid | Niko Matsakis | -4/+9 |
| 2019-01-02 | remove outdated `rustc_driver` tests | Niko Matsakis | -51/+0 |
| 2019-01-02 | WIP other test changes | Niko Matsakis | -7/+6 |
| 2019-01-02 | tests: cases where we now do the right thing but did not before | Niko Matsakis | -137/+137 |
| 2019-01-02 | tests: worse diagnostics, but basically same errors | Niko Matsakis | -437/+463 |
| 2019-01-02 | tests: move coherence-subtyping from run-pass to compile-fail | Niko Matsakis | -1/+33 |
| 2019-01-02 | add tests exercising `exists<'a> { forall<'b> { .. } }` pattern | Niko Matsakis | -0/+163 |
| 2019-01-02 | universe transition | Niko Matsakis | -799/+144 |
| 2019-01-02 | WIP: wfcheck ability to detect | Niko Matsakis | -1/+1 |
| 2019-01-02 | select.rs: unsizing coercion should use a subtype | Niko Matsakis | -9/+11 |
| 2019-01-02 | introduce ability to detect region constraints from snapshot | Niko Matsakis | -8/+40 |
| 2019-01-02 | make evaluation track whether outlives relationships mattered | Niko Matsakis | -126/+129 |
| 2019-01-02 | remove wrapper functions that had no purpose | Niko Matsakis | -56/+37 |
| 2019-01-02 | remove `commit_if_ok` wrapper | Niko Matsakis | -10/+1 |
| 2019-01-02 | Add missing 'static bound for the Machine trait | Matthew Jasper | -1/+1 |
| 2019-01-02 | Wf-check the output type of a function in MIR-typeck | Matthew Jasper | -1/+39 |
| 2019-01-02 | adopt polonius-engine 0.6.2 | Niko Matsakis | -2/+2 |
| 2019-01-02 | generate invalidations from 2-phase-borrow activations | Niko Matsakis | -4/+46 |
| 2019-01-02 | make `panictry!` private to libsyntax | Andy Russell | -134/+451 |
| 2019-01-02 | Auto merge of #57243 - dingelish:master, r=sfackler | bors | -12/+19 |
| 2019-01-02 | Auto merge of #57250 - codeworm96:tyerr_msg, r=varkor | bors | -105/+105 |