| Age | Commit message (Expand) | Author | Lines |
| 2018-12-30 | Support user type annotations in `ref` bindings. | David Wood | -1/+13 |
| 2018-12-30 | Add user type annotations to MIR dump. | David Wood | -1/+2 |
| 2018-12-30 | Always check well-formedness. | David Wood | -0/+24 |
| 2018-12-30 | Refactor `UserTypeAnnotation`. | David Wood | -30/+72 |
| 2018-12-27 | retrieve ty info from place_ty | csmoe | -47/+29 |
| 2018-12-26 | Add closure cannot be moved note. | David Wood | -39/+43 |
| 2018-12-26 | Add union justifications to conflicting borrows. | David Wood | -10/+48 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -380/+0 |
| 2018-12-22 | Update migrate warning wording. | David Wood | -4/+8 |
| 2018-12-20 | Auto merge of #54125 - varkor:less-conservative-uninhabitedness-check, r=niko... | bors | -2/+1 |
| 2018-12-20 | Auto merge of #56741 - RalfJung:retag-to-raw, r=oli-obk | bors | -3/+0 |
| 2018-12-20 | Auto merge of #56649 - davidtwco:issue-46589, r=pnkfelix | bors | -22/+75 |
| 2018-12-18 | treat ref-to-raw cast like a reborrow: do a special kind of retag | Ralf Jung | -3/+0 |
| 2018-12-17 | Add required lifetime parameter to BitDenotation. | David Wood | -11/+11 |
| 2018-12-17 | Kill borrows from a projection after assignment. | David Wood | -11/+64 |
| 2018-12-16 | Rollup merge of #56790 - rust-lang:borrowck-niche-discriminants, r=nikomatsakis | Mazdak Farrokhzad | -17/+13 |
| 2018-12-13 | Make determining the discriminant a normal Shallow read | Matthew Jasper | -17/+13 |
| 2018-12-12 | Bump to 1.33.0 | Alex Crichton | -2/+2 |
| 2018-12-11 | Consider privacy in more locations | varkor | -1/+1 |
| 2018-12-11 | Make uninhabitedness checking more intelligent | varkor | -1/+1 |
| 2018-12-11 | Check for uninhabitedness instead of never | varkor | -2/+1 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -25/+26 |
| 2018-12-07 | Auto merge of #56502 - Zoxc:hir-func, r=eddyb | bors | -41/+43 |
| 2018-12-07 | Fix ICE in region naming. | David Wood | -16/+17 |
| 2018-12-07 | Introduce constraint category for yields. | David Wood | -6/+6 |
| 2018-12-07 | Rollup merge of #56516 - frewsxcv:frewsxcv-eq, r=Mark-Simulacrum | kennytm | -1/+1 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -41/+43 |
| 2018-12-06 | Rollup merge of #56426 - petrochenkov:syntweak, r=nikomatsakis | Pietro Albini | -1/+1 |
| 2018-12-05 | Rollup merge of #56388 - matthewjasper:more-lexical-mir-cleanup, r=nikomatsakis | Pietro Albini | -64/+56 |
| 2018-12-05 | Rollup merge of #56372 - wildarch:issue-55314-second-borrow-ref, r=davidtwco | Pietro Albini | -1/+16 |
| 2018-12-05 | Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNN | Pietro Albini | -4/+1 |
| 2018-12-04 | Replace usages of `..i + 1` ranges with `..=i`. | Corey Farwell | -1/+1 |
| 2018-12-04 | Utilize `?` instead of `return None`. | Corey Farwell | -4/+1 |
| 2018-12-03 | Propagate all closure requirements to the caller | Matthew Jasper | -1/+1 |
| 2018-12-04 | syntax: Rename some keywords | Vadim Petrochenkov | -1/+1 |
| 2018-11-30 | Use visit_local to find 2PB activations | Matthew Jasper | -55/+55 |
| 2018-11-30 | Remove the `region_map` field from `BorrowSet` | Matthew Jasper | -9/+1 |
| 2018-12-01 | Rollup merge of #56214 - scalexm:unification, r=nikomatsakis | kennytm | -2/+15 |
| 2018-11-30 | Refer to the second borrow as the "second borrow". | Daan de Graaf | -1/+16 |
| 2018-11-29 | Fix doc comments | scalexm | -1/+1 |
| 2018-11-29 | Handle inference variables in `nll_relate` and use it for chalk | scalexm | -2/+15 |
| 2018-11-25 | Auto merge of #55921 - scalexm:placeholders, r=nikomatsakis | bors | -14/+17 |
| 2018-11-24 | Distinguish between placeholder kinds | scalexm | -14/+17 |
| 2018-11-18 | Only handle ReVar regions in NLL borrowck | Matthew Jasper | -23/+14 |
| 2018-11-18 | Remove mir::StatementKind::EndRegion | Matthew Jasper | -20/+1 |
| 2018-11-15 | Rollup merge of #55901 - euclio:speling, r=petrochenkov | Pietro Albini | -2/+2 |
| 2018-11-15 | Auto merge of #55716 - RalfJung:escape-to-raw, r=oli-obk | bors | -2/+5 |
| 2018-11-13 | Auto merge of #55912 - kennytm:rollup, r=kennytm | bors | -2/+2 |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -2/+2 |
| 2018-11-13 | Instantiate all bound vars existentially | scalexm | -2/+2 |