| Age | Commit message (Expand) | Author | Lines |
| 2018-06-03 | Do not promote union field accesses | Oliver Schneider | -2/+8 |
| 2018-06-02 | Specify that packed types must derive, not implement, Copy | Mark Simulacrum | -2/+2 |
| 2018-06-01 | Auto merge of #51225 - oli-obk:miri_oob_ptr, r=eddyb | bors | -15/+30 |
| 2018-05-31 | Rename num -> bits and num -> out_val | Linus Färnstrand | -6/+6 |
| 2018-05-31 | Rename bytes -> bits | Linus Färnstrand | -8/+8 |
| 2018-05-31 | Rewrite numeric_intrinsic without macro | Linus Färnstrand | -28/+11 |
| 2018-05-31 | Make ctpop, cttz, ctlz and bswap const fns | Linus Färnstrand | -4/+69 |
| 2018-05-31 | Update miri submodule | Oliver Schneider | -1/+1 |
| 2018-05-31 | ScalarPair for two element tuples was treated wrongly in closure calls | Oliver Schneider | -12/+24 |
| 2018-05-31 | Pull a layout computation out of a loop | Oliver Schneider | -1/+4 |
| 2018-05-31 | Don't invalidate one byte beyond the end | Oliver Schneider | -1/+1 |
| 2018-05-31 | Don't store the discriminant with the enum's type size | Oliver Schneider | -1/+1 |
| 2018-05-30 | rustc: rename mir::LocalDecl's syntactic_source_info to source_info. | Eduard-Mihai Burtescu | -33/+33 |
| 2018-05-30 | rustc: turn mir::LocalDecl's visibility_source_info into a SourceScope. | Eduard-Mihai Burtescu | -30/+25 |
| 2018-05-30 | rustc: use syntactic (instead of visibility) source info where appropriate. | Eduard-Mihai Burtescu | -3/+3 |
| 2018-05-30 | rustc: rename mir::LocalDecl's source_info to visibility_source_info. | Eduard-Mihai Burtescu | -37/+38 |
| 2018-05-30 | rustc: turn mir::LocalDecl's syntactic_scope into a SourceInfo. | Eduard-Mihai Burtescu | -20/+31 |
| 2018-05-30 | rustc: rename mir::SourceScopeInfo to mir::SourceScopeLocalData. | Eduard-Mihai Burtescu | -21/+21 |
| 2018-05-30 | rustc: rename mir::VisibilityScope to mir::SourceScope. | Eduard-Mihai Burtescu | -112/+112 |
| 2018-05-30 | Auto merge of #51106 - davidtwco:issue-50934, r=nikomatsakis | bors | -14/+78 |
| 2018-05-29 | Review feedback: Fix typo. | Felix S. Klock II | -1/+1 |
| 2018-05-29 | Review feedback, remove fixme comment. | Felix S. Klock II | -17/+0 |
| 2018-05-29 | Review feedback: Remove a fixme/tbd note and just add a note for the post-NLL... | Felix S. Klock II | -13/+10 |
| 2018-05-29 | Review feedback: update fixme comment to reflect reality. | Felix S. Klock II | -3/+2 |
| 2018-05-29 | review feedback: fix indentation of pattern candidates to match code elsewher... | Felix S. Klock II | -3/+3 |
| 2018-05-29 | Expand two-phase-borrows so that a case like this still compiles: | Felix S. Klock II | -113/+149 |
| 2018-05-29 | Fallout from allowing some mutation in guards. | Felix S. Klock II | -8/+10 |
| 2018-05-29 | rust-lang/rust#27282: emit `ReadForMatch` on each match arm. | Felix S. Klock II | -4/+90 |
| 2018-05-29 | rust-lang/rust#27282: Add `StatementKind::ReadForMatch` to MIR. | Felix S. Klock II | -1/+32 |
| 2018-05-29 | Debug flag to bypass restriction of mutation in match guards. | Felix S. Klock II | -1/+3 |
| 2018-05-29 | fix off by one error | Niko Matsakis | -1/+1 |
| 2018-05-29 | tweak debug output some more | Niko Matsakis | -3/+8 |
| 2018-05-29 | Ensure that all statements in block are visited not just successors of a block. | David Wood | -8/+18 |
| 2018-05-29 | add some debugging statements | Niko Matsakis | -0/+3 |
| 2018-05-29 | Refactored DFS to be much cleaner. Added continue after noting that borrow is... | David Wood | -99/+27 |
| 2018-05-29 | Run rustfmt | Santiago Pastorino | -71/+87 |
| 2018-05-29 | Use polonius_output | Santiago Pastorino | -4/+13 |
| 2018-05-29 | store output in FlowState | Douglas Campos | -7/+13 |
| 2018-05-29 | store polonius output in MirBorrowCtx | Douglas Campos | -2/+8 |
| 2018-05-29 | it compiles, but we do not use the output yet | Douglas Campos | -9/+23 |
| 2018-05-29 | bump polonius engine | Douglas Campos | -1/+1 |
| 2018-05-28 | operate on `HirId` in `hir::Pat::each_binding`, and consequences of that | Zack M. Davis | -2/+1 |
| 2018-05-27 | Ensure that depth first search does not get stuck in cycles. | David Wood | -12/+28 |
| 2018-05-27 | Ensure that we don't skip the last statement. | David Wood | -2/+2 |
| 2018-05-27 | Use precomputed DFS of borrows that out of scope at a location. | David Wood | -14/+116 |
| 2018-05-26 | Auto merge of #51072 - petrochenkov:ifield, r=eddyb | bors | -4/+4 |
| 2018-05-26 | Add `Ident::as_str` helper | Vadim Petrochenkov | -1/+1 |
| 2018-05-26 | Use `Ident`s for fields in HIR | Vadim Petrochenkov | -3/+3 |
| 2018-05-26 | Rollup merge of #51047 - spastorino:use_polonius_engine_facts, r=nikomatsakis | kennytm | -26/+52 |
| 2018-05-25 | Auto merge of #50967 - oli-obk:miri_api_refactor, r=eddyb | bors | -549/+612 |