| Age | Commit message (Expand) | Author | Lines |
| 2016-08-22 | Rollup merge of #35360 - medzin:E0388, r=jonathandturner | Jonathan Turner | -2/+4 |
| 2016-08-22 | Updated error message E0388 | Adam Medziński | -2/+4 |
| 2016-08-20 | Update E0503 to the new format | Wesley Wiser | -1/+4 |
| 2016-08-18 | port to new Location | Scott A Carr | -1/+1 |
| 2016-08-18 | track Location in visitor, combine Location | Scott A Carr | -54/+37 |
| 2016-08-18 | Auto merge of #35732 - jonathandturner:region_error_labels, r=nikomatsakis | bors | -16/+78 |
| 2016-08-17 | Fix tidy and nits | Jonathan Turner | -7/+9 |
| 2016-08-17 | Move 'doesn't live long enough' errors to labels | Jonathan Turner | -17/+77 |
| 2016-08-17 | rustc: remove ParamSpace from Substs. | Eduard Burtescu | -1/+1 |
| 2016-08-17 | rustc: remove SelfSpace from ParamSpace. | Eduard Burtescu | -4/+2 |
| 2016-08-17 | rustc: reduce Substs and Generics to a simple immutable API. | Eduard Burtescu | -3/+2 |
| 2016-08-16 | Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakis | bors | -15/+8 |
| 2016-08-14 | [MIR] Add Storage{Live,Dead} statements to emit llvm.lifetime.{start,end}. | Eduard Burtescu | -0/+8 |
| 2016-08-13 | Remove obsolete divergence related stuff | Andrew Cann | -15/+8 |
| 2016-08-13 | Auto merge of #35348 - scottcarr:discriminant2, r=nikomatsakis | bors | -0/+13 |
| 2016-08-11 | Auto merge of #35592 - jonathandturner:rollup, r=jonathandturner | bors | -4/+8 |
| 2016-08-11 | add SetDiscriminant StatementKind to enable deaggregation of enums | Scott A Carr | -0/+13 |
| 2016-08-11 | Rollup merge of #35552 - theypsilon:master, r=jonathandturner | Jonathan Turner | -4/+8 |
| 2016-08-11 | Auto merge of #35403 - scottcarr:lvalue_refactor, r=nikomatsakis | bors | -6/+6 |
| 2016-08-10 | Update error message E0384 to new format | José manuel Barroso Galindo | -4/+8 |
| 2016-08-09 | Auto merge of #35166 - nikomatsakis:incr-comp-ice-34991-2, r=mw | bors | -1/+3 |
| 2016-08-08 | track MIR through the dep-graph | Niko Matsakis | -1/+3 |
| 2016-08-05 | refactor lvalue_ty to be method of lvalue | Scott A Carr | -6/+6 |
| 2016-08-05 | Update error format for E0373 | trixnz | -1/+4 |
| 2016-07-29 | intravisit: Fold functionality of IdVisitor into the regular Visitor. | Michael Woerister | -1/+1 |
| 2016-07-03 | prefer `if let` to match with `None => {}` arm in some places | Zack M. Davis | -5/+2 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -16/+16 |
| 2016-06-16 | Auto merge of #34290 - arielb1:short-ladder, r=eddyb | bors | -6/+15 |
| 2016-06-16 | don't generate drop ladder steps for fields that don't need dropping | Ariel Ben-Yehuda | -6/+15 |
| 2016-06-15 | prefer `if let` to match with `None => ()` arm in some places | Zack M. Davis | -9/+6 |
| 2016-06-09 | Auto merge of #34149 - arielb1:remove-remove-dead-blocks, r=nikomatsakis | bors | -140/+131 |
| 2016-06-09 | use the type name as the pass name | Ariel Ben-Yehuda | -3/+1 |
| 2016-06-09 | add hook infrastructure for automatically dumping MIR on every pass | Ariel Ben-Yehuda | -4/+3 |
| 2016-06-09 | introduce an `unreachable` terminator | Ariel Ben-Yehuda | -2/+5 |
| 2016-06-09 | make the basic_blocks field private | Ariel Ben-Yehuda | -59/+53 |
| 2016-06-09 | introduce the type-safe IdxVec and use it instead of loose indexes | Ariel Ben-Yehuda | -80/+77 |
| 2016-06-09 | Auto merge of #34109 - pnkfelix:fix-issue-34101, r=arielb1 | bors | -28/+47 |
| 2016-06-09 | implement RFC495 semantics for slice patterns | Ariel Ben-Yehuda | -16/+2 |
| 2016-06-07 | mir: group span + visibility scope under a new SourceInfo type. | Eduard Burtescu | -34/+27 |
| 2016-06-07 | Fix issue #34101: do not track subcontent of type with dtor nor gather flags ... | Felix S. Klock II | -28/+47 |
| 2016-06-07 | Auto merge of #34012 - eddyb:tick-erased, r=nikomatsakis | bors | -1/+2 |
| 2016-06-05 | Add a new Assert terminator to MIR for bounds & arithmetic checks. | Eduard Burtescu | -1/+18 |
| 2016-06-05 | Check arithmetic in the MIR | James Miller | -1/+2 |
| 2016-06-05 | rustc: add ReErased to be used by trait selection, MIR and trans. | Eduard Burtescu | -1/+2 |
| 2016-06-05 | break critical edges only when needed | Ariel Ben-Yehuda | -32/+28 |
| 2016-06-04 | fix translation of terminators in MSVC cleanup blocks | Ariel Ben-Yehuda | -2/+4 |
| 2016-06-04 | jump to the cleanup block in the unwind path for open_drop_for_box | Ariel Ben-Yehuda | -8/+16 |
| 2016-06-03 | address review comments | Ariel Ben-Yehuda | -79/+83 |
| 2016-06-03 | implement drop elaboration | Ariel Ben-Yehuda | -1/+1264 |
| 2016-06-03 | introduce DropAndReplace for translating assignments | Ariel Ben-Yehuda | -8/+31 |