| Age | Commit message (Expand) | Author | Lines |
| 2017-12-21 | Revert "Auto merge of #45225 - eddyb:trans-abi, r=arielb1" | Ariel Ben-Yehuda | -1/+1 |
| 2017-11-19 | Auto merge of #45225 - eddyb:trans-abi, r=arielb1 | bors | -1/+1 |
| 2017-11-18 | rustc_mir: always downcast enums, even if univariant. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-11-18 | Remove return_ty from Mir | loomaclin | -3/+3 |
| 2017-11-16 | MIR-dump: print return type from local_decls for `_0` | Niko Matsakis | -1/+1 |
| 2017-11-14 | rustc: split off BodyOwnerKind from MirSource. | Eduard-Mihai Burtescu | -39/+39 |
| 2017-11-14 | rustc: remove unused MirSource::GeneratorDrop. | Eduard-Mihai Burtescu | -3/+1 |
| 2017-11-14 | rustc_mir: drive passes directly with a macro. | Eduard-Mihai Burtescu | -4/+3 |
| 2017-11-14 | rustc: move the MIR pass infrastructure and list to rustc_mir. | Eduard-Mihai Burtescu | -1/+2 |
| 2017-11-10 | Separately eliminate self-assignments | sinkuu | -1/+21 |
| 2017-11-09 | change separator from `.` to `-` | Mikhail Modin | -2/+3 |
| 2017-11-09 | change MIR dump filenames from `nodeN` to `DefPath` | Mikhail Modin | -2/+5 |
| 2017-11-02 | Make the difference between lint codes and error codes explicit | Oliver Schneider | -3/+3 |
| 2017-10-31 | rewrite `write_mir_fn_graphviz` to cope with non-global tcx | Niko Matsakis | -13/+13 |
| 2017-10-31 | reorder 'gcx and 'tcx in `BorrowckErrors` impl | Niko Matsakis | -1/+1 |
| 2017-10-31 | make end-point optional in the borrow check | Niko Matsakis | -13/+25 |
| 2017-10-31 | extend liveness to distinguish "drop" and "non-drop" uses | Niko Matsakis | -81/+139 |
| 2017-10-31 | reorder liveness to bring the more significant code up top | Niko Matsakis | -107/+107 |
| 2017-10-31 | avoid unnecessary copies in liveness computation | Niko Matsakis | -24/+17 |
| 2017-10-31 | extend liveness to compute intrablock liveness and add unit tests | Niko Matsakis | -0/+84 |
| 2017-10-31 | introduce `apply` helper that applies a DefUse set to live bits | Niko Matsakis | -2/+7 |
| 2017-10-31 | extend `dump_mir` to work for any tcx, not just global tcx | Niko Matsakis | -34/+34 |
| 2017-10-31 | rename `BlockInfo` and `BlockInfoVisitor` to `DefsUses` | Niko Matsakis | -14/+6 |
| 2017-10-31 | factor out `pre_defs` field by going backwards | Niko Matsakis | -12/+52 |
| 2017-10-30 | Auto merge of #45497 - mikhail-m1:dump-mir-graphviz, r=nikomatsakis | bors | -17/+35 |
| 2017-10-26 | add graphvis DOT files to dump mir directory | Mikhail Modin | -17/+35 |
| 2017-10-25 | Reword to avoid using either re-assignment or reassignment in errors | Carol (Nichols || Goulding) | -1/+1 |
| 2017-10-14 | Auto merge of #45167 - pnkfelix:migrate-remaining-ast-diagnostics, r=arielb1 | bors | -0/+133 |
| 2017-10-13 | Auto merge of #45013 - chrisvittal:mir_pretty_printing_pr, r=nikomatsakis | bors | -35/+67 |
| 2017-10-10 | Add `Origin::Ast` arguments to all of the migrated AST-borrowck diagnostics. | Felix S. Klock II | -25/+40 |
| 2017-10-10 | Fixed client code for diagnostics migration, adding new methods to `trait Bor... | Felix S. Klock II | -0/+118 |
| 2017-10-08 | Auto merge of #45016 - pnkfelix:mir-borrowck-gather-and-signal-move-errors, r... | bors | -0/+46 |
| 2017-10-04 | Expand mir dump in order to handle NLL pass | Christopher Vittal | -35/+67 |
| 2017-10-04 | Move E0509 diagnostic into mod borrowck_errors shared between ast- and mir-bo... | Felix S. Klock II | -0/+14 |
| 2017-10-04 | Move E0508 diagnostic into mod borrowck_errors shared between ast- and mir-bo... | Felix S. Klock II | -0/+20 |
| 2017-10-04 | Move E0507 diagnostic into mod borrowck_errors shared between ast- and mir-bo... | Felix S. Klock II | -0/+12 |
| 2017-10-04 | add notes to report_conflicting_borrow MIR borrowck | Mikhail Modin | -16/+73 |
| 2017-10-03 | Auto merge of #44922 - zilbuz:issue-44596/E0594, r=pnkfelix | bors | -8/+29 |
| 2017-09-29 | mir-borrowck: Factorize error message for `cannot_assign_static()` between AS... | Basile Desloges | -2/+8 |
| 2017-09-29 | mir-borrowck: Move span_label calls for `cannot_use_when_mutably_borrowed()` ... | Basile Desloges | -3/+13 |
| 2017-09-29 | mir-borrowck: Move span_label calls for `cannot_assign_to_borrowed()` inside ... | Basile Desloges | -3/+8 |
| 2017-09-29 | Mir pretty print: Add cleanup comment | David Henningsson | -1/+3 |
| 2017-09-14 | bring TyCtxt into scope | Douglas Campos | -3/+3 |
| 2017-09-11 | rustc: introduce ty::Const { ConstVal, Ty }. | Eduard-Mihai Burtescu | -1/+4 |
| 2017-09-11 | rustc: intern ConstVal's in TyCtxt. | Eduard-Mihai Burtescu | -1/+3 |
| 2017-09-05 | rustc: Migrate lang items to a query | Alex Crichton | -1/+1 |
| 2017-09-03 | rustc_mir: use Local in ProjectionElem::Index. | Eduard-Mihai Burtescu | -10/+11 |
| 2017-09-03 | rustc_mir: implement visit_local instead/along visit_lvalue where possible. | Eduard-Mihai Burtescu | -76/+54 |
| 2017-08-25 | Add some comments and fix a typo | John Kåre Alsaker | -1/+4 |
| 2017-08-25 | Add some suggested comments around drops | Alex Crichton | -0/+3 |