| Age | Commit message (Expand) | Author | Lines |
| 2018-09-16 | Auto merge of #54270 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -18/+24 |
| 2018-09-16 | Rollup merge of #54213 - nnethercote:keccak-flow_inits-memory, r=nikomatsakis | Guillaume Gomez | -18/+24 |
| 2018-09-16 | Auto merge of #54157 - euclio:structured-suggestion, r=estebank | bors | -3/+5 |
| 2018-09-15 | Auto merge of #54177 - nnethercote:streamline-bit-stuff, r=Mark-Simulacrum | bors | -2/+2 |
| 2018-09-14 | Auto merge of #54088 - matthewjasper:use-reason-in-dlle-errors, r=pnkfelix | bors | -32/+108 |
| 2018-09-14 | De-overlap the lifetimes of `flow_inits` and `flow_{un,ever_}inits`. | Nicholas Nethercote | -18/+24 |
| 2018-09-14 | Remove `Iter` and `SparseIter` in indexed_set.rs. | Nicholas Nethercote | -2/+2 |
| 2018-09-12 | use structured suggestion for "missing mut" label | Andy Russell | -3/+5 |
| 2018-09-10 | add link to https://github.com/rust-lang/rust/issues/54105 | Niko Matsakis | -3/+3 |
| 2018-09-10 | propagate user-ascribes types down onto resulting bindings | Niko Matsakis | -0/+19 |
| 2018-09-10 | generalize `AscribeUserType` to handle sub or super type | Niko Matsakis | -83/+42 |
| 2018-09-10 | fix SCCs containing mixture of universes | Niko Matsakis | -28/+30 |
| 2018-09-10 | pacify the mercilous tidy | Niko Matsakis | -2/+5 |
| 2018-09-10 | add the `AscribeUserType` statement kind | Niko Matsakis | -22/+84 |
| 2018-09-10 | now that we can handle subtyping, fix higher-ranked equality | Niko Matsakis | -10/+27 |
| 2018-09-09 | Suggest a let binding to extend temporary lifetimes with NLL | Matthew Jasper | -10/+22 |
| 2018-09-09 | Split explain_why_borrow_contains_point into two functions | Matthew Jasper | -22/+86 |
| 2018-09-09 | add generalization | Niko Matsakis | -99/+155 |
| 2018-09-09 | instantiate traversed binders rather than saving the scopes | Niko Matsakis | -14/+103 |
| 2018-09-09 | add a `first_free_index` parameter | Niko Matsakis | -5/+10 |
| 2018-09-09 | add some comments | Niko Matsakis | -0/+16 |
| 2018-09-09 | factor out `lookup_bound_region` | Niko Matsakis | -11/+18 |
| 2018-09-09 | remove extra lifetime bound | Niko Matsakis | -1/+1 |
| 2018-09-09 | document the purpose of `ScopeInstantiator` | Niko Matsakis | -0/+7 |
| 2018-09-08 | Auto merge of #53909 - mikhail-m1:53643, r=nikomatsakis | bors | -15/+102 |
| 2018-09-08 | Auto merge of #53705 - ms2300:tmp, r=oli-obk | bors | -18/+19 |
| 2018-09-08 | Rollup merge of #53315 - nikomatsakis:newtype-index, r=Mark-Simulacrum | kennytm | -26/+28 |
| 2018-09-08 | Rollup merge of #53932 - matthewjasper:remove-base-path, r=nikomatsakis | kennytm | -46/+4 |
| 2018-09-07 | print less info to stabilize tests | Niko Matsakis | -4/+10 |
| 2018-09-07 | avoid propagating outlives obligations on locals if we can | Niko Matsakis | -0/+17 |
| 2018-09-07 | move `annotate` onto a method of `UniversalRegions` | Niko Matsakis | -61/+67 |
| 2018-09-07 | region_infer: rustfmt | Niko Matsakis | -17/+11 |
| 2018-09-07 | region_infer.rs: add some debug! | Niko Matsakis | -2/+7 |
| 2018-09-07 | Auto merge of #53327 - wesleywiser:wip_optimize_nll, r=nikomatsakis | bors | -99/+175 |
| 2018-09-07 | make field always private, add `From` impls | Niko Matsakis | -17/+1 |
| 2018-09-07 | change syntax of `newtype_index` to look like a struct decl | Niko Matsakis | -9/+27 |
| 2018-09-07 | Auto merge of #53830 - davidtwco:issue-53228, r=nikomatsakis | bors | -5/+67 |
| 2018-09-06 | universal_regions.rs: rustfmt | Niko Matsakis | -13/+14 |
| 2018-09-06 | useful debug in `universal_regions` | Niko Matsakis | -2/+9 |
| 2018-09-06 | region_name: rustfmt | Niko Matsakis | -40/+42 |
| 2018-09-06 | add a useful debug to `give_region_a_name` | Niko Matsakis | -5/+11 |
| 2018-09-06 | [nll] teach SCC about `'static` | Wesley Wiser | -13/+71 |
| 2018-09-06 | [nll] Refactor the `Edges` iterator to return `OutlivesConstraints` | Wesley Wiser | -29/+31 |
| 2018-09-06 | Auto merge of #53575 - matthewjasper:unsized-is-an-error, r=estebank | bors | -32/+23 |
| 2018-09-06 | Skip a shared borrow of a immutable local variables | Mikhail Modin | -15/+102 |
| 2018-09-05 | Changing TyAnon -> TyOpaque and relevant functions | ms2300 | -18/+19 |
| 2018-09-03 | remove base_place | Matthew Jasper | -46/+4 |
| 2018-08-31 | Omit 'missing IndexMut impl' suggestion when IndexMut is implemented. | David Wood | -3/+19 |
| 2018-08-30 | Run rustfmt | Santiago Pastorino | -34/+38 |
| 2018-08-30 | Make move out computation lazy | Santiago Pastorino | -40/+84 |