| Age | Commit message (Expand) | Author | Lines |
| 2017-11-14 | check_unsafety: fix unused unsafe block duplication | Ariel Ben-Yehuda | -1/+0 |
| 2017-11-14 | Backported merge of #45785 - arielb1:unsafe-fixes, r=eddyb | bors | -69/+113 |
| 2017-10-08 | Auto merge of #45016 - pnkfelix:mir-borrowck-gather-and-signal-move-errors, r... | bors | -70/+475 |
| 2017-10-05 | Auto merge of #44878 - Nashenas88:master, r=nikomatsakis | bors | -16/+20 |
| 2017-10-05 | Rollup merge of #44987 - pnkfelix:mir-borrowck-fix-borrowindexes-ice, r=arielb1 | kennytm | -5/+5 |
| 2017-10-04 | Generate ScopeId using newtype_index macro | Santiago Pastorino | -13/+1 |
| 2017-10-04 | Generate DepNodeIndexNew using newtype_index macro | Santiago Pastorino | -0/+1 |
| 2017-10-04 | Make newtype_index get debug_name using reflection | Santiago Pastorino | -1/+2 |
| 2017-10-04 | Make newtype_index macro use full path to resolve constants | Santiago Pastorino | -2/+0 |
| 2017-10-04 | Generate Idx in nll using newtype_index! | Santiago Pastorino | -16/+6 |
| 2017-10-04 | Convert regions to IndexVec | Santiago Pastorino | -2/+19 |
| 2017-10-04 | Store a new Region value every time we create a new region variable | Paul Faria | -2/+11 |
| 2017-10-04 | Auto merge of #44901 - michaelwoerister:on-demand-eval, r=nikomatsakis | bors | -8/+7 |
| 2017-10-04 | Made `move_paths::MoveError` take span param in `cannot_move_out_of` ctor. | Felix S. Klock II | -48/+79 |
| 2017-10-04 | Add method to `Mir` that maps a `Location` to its `SourceInfo`. | Felix S. Klock II | -3/+1 |
| 2017-10-04 | mir-borrowck: Gather move errors during MoveData construction and report them. | Felix S. Klock II | -35/+99 |
| 2017-10-04 | Move E0509 diagnostic into mod borrowck_errors shared between ast- and mir-bo... | Felix S. Klock II | -0/+108 |
| 2017-10-04 | Move E0508 diagnostic into mod borrowck_errors shared between ast- and mir-bo... | Felix S. Klock II | -0/+65 |
| 2017-10-04 | Move E0507 diagnostic into mod borrowck_errors shared between ast- and mir-bo... | Felix S. Klock II | -0/+139 |
| 2017-10-04 | add notes to report_conflicting_borrow MIR borrowck | Mikhail Modin | -45/+132 |
| 2017-10-04 | Auto merge of #44999 - pnkfelix:mir-borrowck-fix-assert-left-right, r=nikomat... | bors | -10/+38 |
| 2017-10-03 | Auto merge of #44922 - zilbuz:issue-44596/E0594, r=pnkfelix | bors | -22/+34 |
| 2017-10-03 | Auto merge of #44896 - qmx:move-resolve-to-librustc, r=arielb1 | bors | -11/+17 |
| 2017-10-03 | Overlapping borrows can point to different lvalues. | Felix S. Klock II | -10/+38 |
| 2017-10-02 | Remove assertion that the argument to every `EndRegion` correspond to | Felix S. Klock II | -5/+5 |
| 2017-10-02 | incr.comp.: Re-execute queries during red/green marking in order to find out ... | Michael Woerister | -8/+7 |
| 2017-10-01 | Auto merge of #44919 - diwic:79-pretty-mir, r=arielb1 | bors | -1/+3 |
| 2017-09-29 | stop using monomorphize::resolve() | Douglas Campos | -1/+4 |
| 2017-09-29 | take ParamEnv into account when resolving | Douglas Campos | -2/+5 |
| 2017-09-29 | make it not to be a method | Douglas Campos | -1/+1 |
| 2017-09-29 | always use resolve | Douglas Campos | -19/+4 |
| 2017-09-29 | re-enable mir inlining across trait methods | Douglas Campos | -8/+23 |
| 2017-09-29 | Rollup merge of #44845 - SimonSapin:nll_mod_rs, r=nikomatsakis | Mark Simulacrum | -0/+0 |
| 2017-09-29 | mir-borrowck: Factorize error message for `cannot_assign_static()` between AS... | Basile Desloges | -3/+9 |
| 2017-09-29 | mir-borrowck: Move span_label calls for `cannot_use_when_mutably_borrowed()` ... | Basile Desloges | -9/+16 |
| 2017-09-29 | mir-borrowck: Move span_label calls for `cannot_assign_to_borrowed()` inside ... | Basile Desloges | -10/+9 |
| 2017-09-29 | Mir pretty print: Add cleanup comment | David Henningsson | -1/+3 |
| 2017-09-29 | Auto merge of #44811 - zilbuz:issue-44596/E0506, r=arielb1 | bors | -3/+12 |
| 2017-09-26 | Add span label to E0384 for MIR borrowck | Keith Yeung | -6/+24 |
| 2017-09-26 | mir-borrowck: Add span labels to `report_illegal_mutation_of_borrowed()` | Basile Desloges | -1/+7 |
| 2017-09-26 | mir-borrowck: Add borrow data parameter to `report_illegal_mutation_of_borrow... | Basile Desloges | -2/+5 |
| 2017-09-26 | Auto merge of #44736 - pnkfelix:mir-borrowck4, r=arielb1 | bors | -341/+317 |
| 2017-09-25 | Move src/librustc_mir/transform/nll.rs to a subdirectory | Simon Sapin | -0/+0 |
| 2017-09-25 | Auto merge of #44809 - arielb1:small-scope, r=eddyb | bors | -3/+5 |
| 2017-09-25 | Remove now dead code. | Felix S. Klock II | -299/+1 |
| 2017-09-25 | Make mir-borrowck more closely match (draft) NLL RFC. | Felix S. Klock II | -81/+339 |
| 2017-09-25 | More fine-grained delineation for mir-borrowck errors. | Felix S. Klock II | -4/+20 |
| 2017-09-25 | Auto merge of #44700 - arielb1:mir-effectck, r=nikomatsakis | bors | -60/+751 |
| 2017-09-24 | move Scope behind an enum | Ariel Ben-Yehuda | -3/+5 |
| 2017-09-24 | Rollup merge of #44795 - KiChjang:mir-err-notes, r=arielb1 | Guillaume Gomez | -11/+19 |