| Age | Commit message (Expand) | Author | Lines |
| 2017-07-31 | more readable printing of validation operands | Ralf Jung | -1/+1 |
| 2017-08-01 | use an iterator when visiting MIR basic blocks | Ariel Ben-Yehuda | -4/+9 |
| 2017-07-31 | more documentation | Ralf Jung | -1/+12 |
| 2017-07-30 | please the tidy | Ralf Jung | -1/+2 |
| 2017-07-30 | make ValidationOperand generic so that we can reuse it in miri with a differe... | Ralf Jung | -5/+6 |
| 2017-07-30 | when suspending, we need to specify for which lifetime to recover | Ralf Jung | -6/+44 |
| 2017-07-30 | respect lifetime rendering when rendering Suspend validation op | Ralf Jung | -1/+13 |
| 2017-07-30 | add new instructions for asserting when values are valid, and to describe whe... | Ralf Jung | -2/+31 |
| 2017-07-29 | Rollup merge of #43512 - arielb1:untyped-move-paths, r=eddyb | Mark Simulacrum | -10/+10 |
| 2017-07-28 | Remove `IsGenerator` in favor of a boolean | Alex Crichton | -1/+1 |
| 2017-07-28 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -15/+27 |
| 2017-07-28 | Ignore drop check bools when testing for legal generator types | John Kåre Alsaker | -0/+23 |
| 2017-07-28 | Remove support for `gen arg` | Alex Crichton | -4/+0 |
| 2017-07-28 | Rename suspend to yield | John Kåre Alsaker | -18/+18 |
| 2017-07-28 | Fix tidy warnings | Alex Crichton | -3/+7 |
| 2017-07-28 | Generator literal support | John Kåre Alsaker | -11/+160 |
| 2017-07-28 | Auto merge of #43324 - Nashenas88:visit_locations, r=arielb1 | bors | -15/+27 |
| 2017-07-27 | Squash Span into SourceInfo and rename enum and its inner types | Paul Faria | -14/+17 |
| 2017-07-27 | erase types in the move-path abstract domain | Ariel Ben-Yehuda | -10/+10 |
| 2017-07-24 | avoid printing 'static | Ralf Jung | -1/+4 |
| 2017-07-24 | Fix printing regions with -Z verbose | Ralf Jung | -5/+2 |
| 2017-07-18 | Provide positional information when visiting ty, substs and closure_substs in... | Paul Faria | -15/+24 |
| 2017-07-12 | please tidy by shortening lines | Ralf Jung | -3/+8 |
| 2017-07-12 | rename trait to conform with 'getter trait' pattern | Ralf Jung | -10/+10 |
| 2017-07-12 | overload the mir ty methods to make them more ergonomic to use | Ralf Jung | -4/+20 |
| 2017-07-11 | Refactor: {Lvalue,Rvalue,Operand}::ty only need the locals' types, not the fu... | Ralf Jung | -17/+20 |
| 2017-07-05 | use field init shorthand in src/librustc | Zack M. Davis | -39/+39 |
| 2017-06-12 | Add `EndRegion` statement kind to MIR. | Felix S. Klock II | -0/+22 |
| 2017-06-12 | `-Z identify_regions` toggles rendering of (previously hidden) unnamed regions. | Felix S. Klock II | -2/+12 |
| 2017-06-12 | Add `-Z span_free_rvalues`. | Felix S. Klock II | -1/+5 |
| 2017-06-06 | ICH: Make StableHashingContext work with any TyCtxt, not just the global one. | Michael Woerister | -2/+2 |
| 2017-05-28 | add NullOp::SizeOf and BinOp::Offset | Ariel Ben-Yehuda | -13/+22 |
| 2017-05-12 | box large variants in MIR | Ariel Ben-Yehuda | -8/+9 |
| 2017-05-02 | remove `mir_passes` from `Session` and add a FIXME | Niko Matsakis | -0/+2 |
| 2017-05-02 | remove irrelevant comments | Niko Matsakis | -92/+40 |
| 2017-05-02 | simplify down to one query per pass suite | Niko Matsakis | -6/+7 |
| 2017-05-02 | rip out everything but `MirPass`, move the logic into suites | Niko Matsakis | -62/+10 |
| 2017-05-02 | remove `Pass` and (temporarily) drop `Inline` | Niko Matsakis | -29/+3 |
| 2017-05-02 | add a README describing the whole design | Niko Matsakis | -0/+146 |
| 2017-05-02 | convert the `inline` pass to use the new multi result | Niko Matsakis | -19/+53 |
| 2017-05-02 | introduce idea of "stealable" MIR | Niko Matsakis | -7/+7 |
| 2017-05-02 | rename `MirPassSet` to `MirSuite` | Niko Matsakis | -15/+15 |
| 2017-05-02 | retool MIR passes completely | Niko Matsakis | -75/+65 |
| 2017-05-02 | move to only def-id passes | Niko Matsakis | -6/+10 |
| 2017-05-02 | rewrite `Passes` to have sets of passes | Niko Matsakis | -18/+33 |
| 2017-05-02 | introduce `DefIdPass` and remove all impls of `Pass` but `Inline` | Niko Matsakis | -27/+53 |
| 2017-05-02 | simplify the MirPass traits and passes dramatically | Niko Matsakis | -75/+58 |
| 2017-05-02 | rework `MirPass` API to be stateless and extract helper fns | Niko Matsakis | -26/+44 |
| 2017-05-02 | introduce `mir_keys()` | Niko Matsakis | -7/+3 |
| 2017-04-30 | intern CodeExtents | Niko Matsakis | -2/+2 |