| Age | Commit message (Expand) | Author | Lines |
| 2018-12-01 | remove some uses of try! | Mark Mansi | -1/+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 |
| 2018-09-08 | Auto merge of #53909 - mikhail-m1:53643, r=nikomatsakis | bors | -2/+18 |
| 2018-09-08 | Rollup merge of #53315 - nikomatsakis:newtype-index, r=Mark-Simulacrum | kennytm | -2/+0 |
| 2018-09-08 | Rollup merge of #53942 - nnethercote:faster-precompute, r=nikomatsakis | kennytm | -41/+79 |
| 2018-09-07 | make field always private, add `From` impls | Niko Matsakis | -2/+0 |
| 2018-09-07 | Auto merge of #54021 - kennytm:rollup, r=kennytm | bors | -18/+12 |
| 2018-09-07 | Auto merge of #53830 - davidtwco:issue-53228, r=nikomatsakis | bors | -7/+24 |
| 2018-09-06 | Skip a shared borrow of a immutable local variables | Mikhail Modin | -2/+18 |
| 2018-09-05 | A few cleanups and minor improvements to mir/dataflow | ljedrz | -18/+12 |
| 2018-09-04 | Rewrite `precompute_borrows_out_of_scope` for fewer hash table lookups. | Nicholas Nethercote | -41/+79 |
| 2018-08-30 | Make move out computation lazy | Santiago Pastorino | -141/+4 |
| 2018-08-30 | Added InitLocation to encode Location or Local depending on source of Init | David Wood | -7/+24 |
| 2018-08-27 | implement liveness tracing, remove old liveness system | Niko Matsakis | -0/+15 |
| 2018-08-27 | update comment in the interest of precision | Niko Matsakis | -6/+10 |
| 2018-08-24 | Introduce `UnionIntoIdxSet` and `SubtractFromIdxSet` traits. | Nicholas Nethercote | -8/+8 |
| 2018-08-23 | Auto merge of #53520 - nnethercote:merge-IdxSet-IdxSetBuf, r=nikomatsakis | bors | -56/+30 |