| Age | Commit message (Expand) | Author | Lines |
| 2017-12-21 | Revert "Auto merge of #45225 - eddyb:trans-abi, r=arielb1" | Ariel Ben-Yehuda | -17/+25 |
| 2017-11-19 | Auto merge of #45225 - eddyb:trans-abi, r=arielb1 | bors | -25/+17 |
| 2017-11-19 | rustc: move size, align & primitive_align from Abi::Aggregate to layout. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-11-19 | rustc: remove Ty::layout and move everything to layout_of. | Eduard-Mihai Burtescu | -3/+2 |
| 2017-11-18 | rustc_mir: always downcast enums, even if univariant. | Eduard-Mihai Burtescu | -22/+15 |
| 2017-11-18 | Auto merge of #46032 - KiChjang:ignore-borrowck-statics, r=nikomatsakis | bors | -10/+54 |
| 2017-11-18 | Rollup merge of #46071 - LooMaclin:fix-46001, r=estebank | Guillaume Gomez | -22/+13 |
| 2017-11-18 | Remove return_ty from Mir | loomaclin | -22/+13 |
| 2017-11-18 | Auto merge of #45989 - davidtwco:issue-45360, r=nikomatsakis | bors | -20/+101 |
| 2017-11-17 | Do not registor borrows for unsafe lvalues | Keith Yeung | -8/+50 |
| 2017-11-17 | Fixed bug with the implementation that was suppressing expected errors from t... | David Wood | -4/+6 |
| 2017-11-17 | Allow assignment to static muts | Keith Yeung | -2/+4 |
| 2017-11-17 | Corrected error output with many labels. | David Wood | -4/+2 |
| 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 | -5/+6 |
| 2017-11-17 | Modified to output intended error. | David Wood | -21/+83 |
| 2017-11-16 | Deduplicated borrow checking errors. | David Wood | -10/+29 |
| 2017-11-17 | MIR: hide .rodata constants vs by-ref ABI clash in trans. | Eduard-Mihai Burtescu | -7/+1 |
| 2017-11-16 | Auto merge of #45825 - nikomatsakis:nll-factor-region-inference, r=arielb1 | bors | -671/+974 |
| 2017-11-16 | Introduce LocalDefId which provides a type-level guarantee that the DefId is ... | Michael Woerister | -5/+6 |
| 2017-11-16 | Nit: fix typo | Niko Matsakis | -1/+1 |
| 2017-11-16 | integrate NLL with MIR type-checker | Niko Matsakis | -161/+155 |
| 2017-11-16 | region_infer: improved debug logging | Niko Matsakis | -9/+35 |
| 2017-11-16 | renumber: debug logs, use `visit_region` rather than `visit_rvalue` | Niko Matsakis | -22/+29 |
| 2017-11-16 | renumber: handle ReturnTy better | Niko Matsakis | -1/+9 |
| 2017-11-16 | MIR-dump: print return type from local_decls for `_0` | Niko Matsakis | -1/+1 |
| 2017-11-16 | erase regions in MIR borrowck when checking if type moves by default | Niko Matsakis | -4/+13 |
| 2017-11-16 | simplify lifetime annotations for `MirBorrowckCtxt` | Niko Matsakis | -37/+35 |
| 2017-11-16 | formalize giving ownership of region vars to region inf. context | Niko Matsakis | -70/+57 |
| 2017-11-16 | infer: extract total number of region variables from infcx | Niko Matsakis | -13/+6 |
| 2017-11-16 | replace `RegionIndex` with `RegionVid` (which now impls Idx) | Niko Matsakis | -54/+44 |
| 2017-11-16 | replace `usize` with `RegionIndex` in indices map | Niko Matsakis | -17/+20 |
| 2017-11-16 | MIR typeck: refactor to track region constraints | Niko Matsakis | -72/+242 |
| 2017-11-16 | MIR typeck: rustfmt | Niko Matsakis | -10/+4 |
| 2017-11-16 | fix rename to block_data in type_check.rs | Niko Matsakis | -2/+2 |
| 2017-11-16 | Auto merge of #45985 - arielb1:unsafe-dedup, r=eddyb | bors | -1/+0 |
| 2017-11-15 | modify MIR type-checker to process obligations as they are incurred | Niko Matsakis | -44/+37 |
| 2017-11-15 | apply rustfmt to `type_check` | Niko Matsakis | -256/+364 |
| 2017-11-15 | thread location info through mir typeck (but do not use) | Niko Matsakis | -49/+72 |
| 2017-11-15 | Auto merge of #45938 - vramana:fix-ice-45698, r=arielb1 | bors | -31/+56 |
| 2017-11-15 | fix comment, remove redundant code | Mikhail Modin | -19/+5 |
| 2017-11-15 | add `StorageDead` handling | Mikhail Modin | -15/+29 |
| 2017-11-15 | Auto merge of #45922 - vramana:fix-45702, r=nikomatsakis | bors | -5/+11 |
| 2017-11-15 | Auto merge of #45913 - sinkuu:mir-inlining-closure, r=arielb1 | bors | -28/+66 |
| 2017-11-15 | Fix printing of upvar in closures | Ramana Venkata | -36/+46 |
| 2017-11-15 | Fix End-user description not implemented for field access on `TyClosure | Ramana Venkata | -1/+16 |
| 2017-11-14 | Auto merge of #45821 - djzin:unreachable-match-arms, r=nikomatsakis | bors | -2/+21 |
| 2017-11-14 | Rollup merge of #45967 - matthewjasper:array-move-types, r=arielb1 | Guillaume Gomez | -11/+8 |
| 2017-11-14 | check_unsafety: fix unused unsafe block duplication | Ariel Ben-Yehuda | -1/+0 |
| 2017-11-14 | Add TyCtxt::is_closure | Shotaro Yamada | -8/+6 |