| Age | Commit message (Expand) | Author | Lines |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -31/+24 |
| 2019-02-08 | librustc_mir => 2018 | Taiki Endo | -62/+63 |
| 2019-01-30 | Pass correct arguments to places_conflict | Matthew Jasper | -1/+1 |
| 2018-12-28 | Remove unnecessary borrow generation | Matthew Jasper | -14/+0 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -111/+0 |
| 2018-12-20 | Auto merge of #56741 - RalfJung:retag-to-raw, r=oli-obk | bors | -2/+0 |
| 2018-12-20 | Auto merge of #56649 - davidtwco:issue-46589, r=pnkfelix | bors | -125/+162 |
| 2018-12-18 | treat ref-to-raw cast like a reborrow: do a special kind of retag | Ralf Jung | -2/+0 |
| 2018-12-17 | Add required lifetime parameter to BitDenotation. | David Wood | -115/+121 |
| 2018-12-17 | Kill borrows from a projection after assignment. | David Wood | -23/+54 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -8/+8 |
| 2018-12-06 | Rollup merge of #56500 - ljedrz:cleanup_rest_of_const_lifetimes, r=zackmdavis | Pietro Albini | -2/+2 |
| 2018-12-05 | Rollup merge of #56388 - matthewjasper:more-lexical-mir-cleanup, r=nikomatsakis | Pietro Albini | -8/+1 |
| 2018-12-04 | cleanup: remove static lifetimes from consts | ljedrz | -2/+2 |
| 2018-12-01 | remove some uses of try! | Mark Mansi | -1/+1 |
| 2018-11-30 | Remove the `region_map` field from `BorrowSet` | Matthew Jasper | -8/+1 |
| 2018-11-18 | Only handle ReVar regions in NLL borrowck | Matthew Jasper | -82/+9 |
| 2018-11-18 | Remove mir::StatementKind::EndRegion | Matthew Jasper | -6/+1 |
| 2018-11-15 | Auto merge of #55716 - RalfJung:escape-to-raw, r=oli-obk | bors | -1/+3 |
| 2018-11-11 | Auto merge of #55657 - davidtwco:issue-55651, r=pnkfelix | bors | -0/+14 |
| 2018-11-07 | no more action on ref or cast, but add new MIR statement for escaping a ptr t... | Ralf Jung | -1/+3 |
| 2018-11-07 | Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco | kennytm | -2/+2 |
| 2018-11-06 | refactor: use shorthand fields | teresy | -2/+2 |
| 2018-11-03 | Unions reinitialized after assignment into field. | David Wood | -0/+14 |
| 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-11-01 | Use `SmallVec` within `MoveData`. | Nicholas Nethercote | -9/+10 |
| 2018-10-29 | Emit Retag statements, kill Validate statements | Ralf Jung | -2/+2 |
| 2018-10-22 | Replace the `run_passes!` macro with a regular function | Wesley Wiser | -15/+0 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -2/+1 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -3/+3 |
| 2018-10-17 | rustc: improve E0669 span | Levente Kurusa | -1/+1 |
| 2018-10-05 | Remove graphviz::IntoCow | ljedrz | -3/+2 |
| 2018-10-03 | Record whether a Call in MIR corresponds to a call in HIR | Matthew Jasper | -2/+8 |
| 2018-09-24 | Shrink StatementKind::InlineAsm. | Nicholas Nethercote | -1/+1 |
| 2018-09-24 | Shrink StatementKind::Assign. | Nicholas Nethercote | -1/+1 |
| 2018-09-22 | Auto merge of #54188 - lqd:fallout-53695, r=nikomatsakis | bors | -2/+2 |
| 2018-09-22 | Rollup merge of #54370 - nnethercote:better-domain_size, r=nikomatsakis | Pietro Albini | -3/+3 |
| 2018-09-20 | Auto merge of #54255 - spastorino:use-of-moved-value-error, r=nikomatsakis | bors | -0/+14 |
| 2018-09-20 | Improve handling of type bounds in `bit_set.rs`. | Nicholas Nethercote | -3/+3 |
| 2018-09-18 | Refactor 'ReadForMatch' into 'FakeRead' and add the cause of the fake read | Remy Rakic | -2/+2 |
| 2018-09-18 | Auto merge of #54286 - nnethercote:BitSet, r=pnkfelix | bors | -116/+109 |
| 2018-09-18 | Eliminate `BitwiseOperator`. | Nicholas Nethercote | -30/+28 |
| 2018-09-18 | Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs. | Nicholas Nethercote | -89/+84 |
| 2018-09-17 | Inspect parents paths when checking for moves | Santiago Pastorino | -0/+14 |
| 2018-09-15 | Make rustc::middle::region::Scope's fields public | Marshall Bowers | -1/+4 |
| 2018-09-15 | Auto merge of #54177 - nnethercote:streamline-bit-stuff, r=Mark-Simulacrum | bors | -7/+8 |
| 2018-09-14 | Remove `Iter` and `SparseIter` in indexed_set.rs. | Nicholas Nethercote | -3/+4 |
| 2018-09-13 | Remove bitslice.rs. | Nicholas Nethercote | -4/+4 |
| 2018-09-10 | add the `AscribeUserType` statement kind | Niko Matsakis | -2/+2 |