| Age | Commit message (Expand) | Author | Lines |
| 2019-01-13 | Rollup merge of #57102 - davidtwco:issue-57100, r=nikomatsakis | Mazdak Farrokhzad | -10/+116 |
| 2019-01-05 | Rollup merge of #57249 - frewsxcv:frewsxcv-second-edition, r=KodrAus | kennytm | -2/+2 |
| 2019-01-05 | Auto merge of #57099 - davidtwco:issue-57098, r=nikomatsakis | bors | -39/+43 |
| 2019-01-04 | Improve diagnostic labels and add note. | David Wood | -9/+17 |
| 2019-01-04 | Make conflicting borrow description more robust. | David Wood | -31/+91 |
| 2019-01-04 | Auto merge of #56723 - oli-obk:lazy_const, r=nikomatsakis | bors | -8/+16 |
| 2019-01-03 | Auto merge of #55517 - nikomatsakis:universes, r=scalexm | bors | -14/+23 |
| 2019-01-03 | Auto merge of #56507 - nikomatsakis:polonius-integrate, r=MatthewJasper | bors | -4/+46 |
| 2019-01-02 | rename `type_moves_by_default` to `type_is_copy_modulo_regions` | Niko Matsakis | -7/+11 |
| 2019-01-02 | generalize region highlights into a struct | Niko Matsakis | -7/+12 |
| 2019-01-02 | Wf-check the output type of a function in MIR-typeck | Matthew Jasper | -1/+1 |
| 2019-01-02 | generate invalidations from 2-phase-borrow activations | Niko Matsakis | -4/+46 |
| 2019-01-01 | Add `unwrap_usize` to `LazyConst`, too | Oliver Scherer | -2/+2 |
| 2019-01-01 | Move the `Unevaluated` constant arm upwards in the type structure | Oliver Scherer | -10/+18 |
| 2019-01-01 | Fix broken links to second edition TRPL. | Corey Farwell | -2/+2 |
| 2018-12-30 | Stop well-formedness checking unreachable code. | David Wood | -53/+0 |
| 2018-12-30 | Fix unresolved inference variable ICE. | David Wood | -14/+44 |
| 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 |