| Age | Commit message (Expand) | Author | Lines |
| 2018-02-20 | temporarily disable rust-lang/rust#46833 due to rust-lang/rust#48251 | Niko Matsakis | -1/+3 |
| 2018-02-11 | Auto merge of #48092 - eddyb:discriminate-the-void, r=nikomatsakis | bors | -0/+16 |
| 2018-02-09 | rustc_mir: insert a dummy access to places being matched on, when building MIR. | Eduard-Mihai Burtescu | -0/+16 |
| 2018-02-07 | [ci skip] Generate false edges from loop_block | bobtwinkles | -24/+22 |
| 2018-02-05 | mir: Add false edge cleanup out of infinite loops | bobtwinkles | -5/+17 |
| 2018-02-05 | mir: Add TerminatorKind::FalseUnwind | bobtwinkles | -2/+4 |
| 2018-02-05 | Fix comment in ExprKind::LogicalOp | bobtwinkles | -2/+2 |
| 2018-01-28 | Auto merge of #47746 - varkor:never-type-ice, r=nikomatsakis | bors | -2/+12 |
| 2018-01-27 | end_point handling multibyte characters correctly. | David Wood | -1/+1 |
| 2018-01-27 | Moved overflow check into end_point function. | David Wood | -6/+1 |
| 2018-01-27 | Fixed off-by-one spans in MIR borrowck errors. | David Wood | -2/+9 |
| 2018-01-26 | Add clarifying comment regarding the trailing type of a block | varkor | -0/+4 |
| 2018-01-25 | Fix never-type rvalue ICE | varkor | -2/+8 |
| 2018-01-25 | Auto merge of #47374 - topecongiro:issue-47096, r=nikomatsakis | bors | -2/+15 |
| 2018-01-17 | Simplify irrefutable slice patterns | Seiichi Uchida | -2/+15 |
| 2018-01-16 | avoid double-unsizing arrays in bytestring match lowering | Ariel Ben-Yehuda | -23/+51 |
| 2018-01-04 | rustc: use {U,I}size instead of {U,I}s shorthands. | Eduard-Mihai Burtescu | -4/+4 |
| 2017-12-24 | Auto merge of #46896 - arielb1:shadow-scope, r=eddyb | bors | -13/+16 |
| 2017-12-24 | Auto merge of #46833 - diwic:7c-abort-ffi, r=arielb1 | bors | -0/+36 |
| 2017-12-21 | Mir: fixup nits in previous commit (f536143) | David Henningsson | -6/+5 |
| 2017-12-21 | fix debuginfo scoping of let-statements | Ariel Ben-Yehuda | -13/+16 |
| 2017-12-21 | Mir: Abort on nounwind ABIs | David Henningsson | -0/+37 |
| 2017-12-20 | MIR: terminate unreachable blocks in construct_const | Matti Niemenmaa | -0/+7 |
| 2017-12-06 | fix handling of CallScopeData | Ariel Ben-Yehuda | -0/+11 |
| 2017-12-05 | Auto merge of #46492 - eddyb:move-ops, r=arielb1 | bors | -4/+4 |
| 2017-12-05 | rustc_mir: don't move temporaries that are still used later. | Eduard-Mihai Burtescu | -4/+4 |
| 2017-12-04 | introduce `closure_env_ty` helper to compute ty of closure env arg | Niko Matsakis | -23/+7 |
| 2017-12-03 | funnel all unwind paths through a single Resume block | Ariel Ben-Yehuda | -29/+40 |
| 2017-12-03 | initialize the destination in unit statements | Ariel Ben-Yehuda | -1/+3 |
| 2017-12-01 | MIR: s/lv(al(ue)?)?/place in function/variable/module names. | Eduard-Mihai Burtescu | -126/+126 |
| 2017-12-01 | MIR: s/Lvalue/Place in type names. | Eduard-Mihai Burtescu | -65/+65 |
| 2017-12-01 | Auto merge of #46236 - davidtwco:issue-46023, r=arielb1 | bors | -1/+11 |
| 2017-11-30 | Fixed spurious cannot borrow immutable item error with a closure. | David Wood | -1/+1 |
| 2017-11-30 | Immutable unique closure upvars cannot be mutated. | David Wood | -0/+10 |
| 2017-11-28 | incr.comp.: Make MIR encoding fit for incr.comp. caching. | Michael Woerister | -1/+1 |
| 2017-11-28 | MIR: split Operand::Consume into Copy and Move. | Eduard-Mihai Burtescu | -31/+41 |
| 2017-11-21 | Auto merge of #45879 - nikomatsakis:nll-kill-cyclic-closures, r=arielb1 | bors | -4/+13 |
| 2017-11-19 | Auto merge of #45225 - eddyb:trans-abi, r=arielb1 | bors | -14/+11 |
| 2017-11-18 | rustc_mir: always downcast enums, even if univariant. | Eduard-Mihai Burtescu | -14/+11 |
| 2017-11-18 | remove `generator_sigs` from `TypeckTables` | Niko Matsakis | -2/+7 |
| 2017-11-18 | stop using the `closure_kinds` query / table for anything | Niko Matsakis | -2/+6 |
| 2017-11-18 | Remove return_ty from Mir | loomaclin | -5/+3 |
| 2017-11-17 | Auto merge of #45996 - eddyb:even-mirer-1, r=arielb1 | bors | -7/+1 |
| 2017-11-17 | Auto merge of #46004 - michaelwoerister:cached-mir-wip-3, r=nikomatsakis | bors | -3/+3 |
| 2017-11-17 | MIR: hide .rodata constants vs by-ref ABI clash in trans. | Eduard-Mihai Burtescu | -7/+1 |
| 2017-11-16 | Introduce LocalDefId which provides a type-level guarantee that the DefId is ... | Michael Woerister | -3/+3 |
| 2017-11-14 | Auto merge of #45821 - djzin:unreachable-match-arms, r=nikomatsakis | bors | -2/+21 |
| 2017-11-14 | don't send block back to be marked unreachable twice | Djzin | -4/+2 |
| 2017-11-14 | rustc: split off BodyOwnerKind from MirSource. | Eduard-Mihai Burtescu | -15/+14 |
| 2017-11-14 | rustc: remove unused MirSource::GeneratorDrop. | Eduard-Mihai Burtescu | -2/+1 |