| Age | Commit message (Expand) | Author | Lines |
| 2019-03-16 | Make migrate mode work at item level granularity | Matthew Jasper | -23/+5 |
| 2019-02-21 | Use normal mutable borrows in MIR match lowering | Matthew Jasper | -1/+3 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -15/+15 |
| 2019-02-08 | librustc_mir => 2018 | Taiki Endo | -13/+13 |
| 2019-01-26 | remove `_with_applicability` from suggestion fns | Andy Russell | -1/+1 |
| 2019-01-21 | Differentiate between closure and function bodies | Oliver Scherer | -4/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-22 | Update migrate warning wording. | David Wood | -4/+8 |
| 2018-12-20 | Auto merge of #56741 - RalfJung:retag-to-raw, r=oli-obk | bors | -1/+0 |
| 2018-12-20 | Auto merge of #56649 - davidtwco:issue-46589, r=pnkfelix | bors | -2/+3 |
| 2018-12-18 | treat ref-to-raw cast like a reborrow: do a special kind of retag | Ralf Jung | -1/+0 |
| 2018-12-17 | Kill borrows from a projection after assignment. | David Wood | -2/+3 |
| 2018-12-13 | Make determining the discriminant a normal Shallow read | Matthew Jasper | -5/+4 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -4/+4 |
| 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 | -3/+3 |
| 2018-11-18 | Only handle ReVar regions in NLL borrowck | Matthew Jasper | -6/+1 |
| 2018-11-18 | Remove mir::StatementKind::EndRegion | Matthew Jasper | -4/+0 |
| 2018-11-15 | Auto merge of #55716 - RalfJung:escape-to-raw, r=oli-obk | bors | -0/+1 |
| 2018-11-11 | Auto merge of #55657 - davidtwco:issue-55651, r=pnkfelix | bors | -6/+25 |
| 2018-11-07 | no more action on ref or cast, but add new MIR statement for escaping a ptr t... | Ralf Jung | -0/+1 |
| 2018-11-07 | Ignore never-initialized locals for `unused_mut`. | David Wood | -11/+9 |
| 2018-11-05 | Improve predecessor detection. | David Wood | -6/+8 |
| 2018-11-03 | Unions reinitialized after assignment into field. | David Wood | -6/+23 |
| 2018-11-02 | Auto merge of #55087 - levex:e0669-improve-span, r=nagisa | bors | -1/+1 |
| 2018-11-02 | Auto merge of #55316 - RalfJung:retagging, r=oli-obk | bors | -2/+2 |
| 2018-10-30 | Rollup merge of #55494 - pnkfelix:issue-55492-borrowck-migrate-must-look-at-p... | kennytm | -1/+27 |
| 2018-10-30 | borrowck=migrate mode needs to check parent(s) when its given a closure. | Felix S. Klock II | -1/+27 |
| 2018-10-29 | Don't emit cannot move errors twice in migrate mode | Matthew Jasper | -6/+8 |
| 2018-10-29 | Emit Retag statements, kill Validate statements | Ralf Jung | -2/+2 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -4/+4 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -4/+4 |
| 2018-10-18 | Rollup merge of #55122 - ljedrz:cleanup_mir_borrowck, r=Mark-Simulacrum | kennytm | -15/+11 |
| 2018-10-17 | Auto merge of #55134 - davidtwco:issue-55118, r=pnkfelix | bors | -7/+7 |
| 2018-10-17 | mir/borrowck: remove redundant returns | ljedrz | -6/+6 |
| 2018-10-17 | mir/borrowck: deduplicate assignments and returns | ljedrz | -6/+2 |
| 2018-10-17 | mir/borrowck: simplify common patterns | ljedrz | -3/+3 |
| 2018-10-17 | rustc: improve E0669 span | Levente Kurusa | -1/+1 |
| 2018-10-17 | Don't buffer lints. | David Wood | -7/+7 |
| 2018-10-16 | Don't complain re missing `mut` on attempt to partially initialize an uniniti... | Felix S. Klock II | -9/+23 |
| 2018-10-16 | Cleanup `fn is_mutable` by removing some unnecessary control-flow breaks. | Felix S. Klock II | -4/+4 |
| 2018-10-16 | Add helper method to determine if local had ever been initialized at current ... | Felix S. Klock II | -19/+25 |
| 2018-10-16 | Make us error consistently in issue #21232, to fix #54986. | Felix S. Klock II | -8/+96 |
| 2018-10-09 | Point to variable in `asm!` macro when failing borrowck | Esteban Küber | -3/+3 |
| 2018-10-05 | Rollup merge of #54787 - varkor:unused-mut-in-desugaring, r=nikomatsakis | Pietro Albini | -1/+5 |
| 2018-10-03 | Record whether a Call in MIR corresponds to a call in HIR | Matthew Jasper | -0/+1 |
| 2018-10-03 | Only warn about unused `mut` in user-written code | varkor | -1/+5 |
| 2018-09-26 | Auto merge of #54526 - nnethercote:shrink-StatementKind, r=nagisa | bors | -2/+2 |
| 2018-09-24 | Don't check for conflicting borrows of `ReadForMatch`es | Matthew Jasper | -3/+12 |
| 2018-09-24 | Better messages for errors from Shallow borrows | Matthew Jasper | -2/+11 |
| 2018-09-24 | Add "Shallow" borrow kind | Matthew Jasper | -7/+25 |