| Age | Commit message (Expand) | Author | Lines |
| 2018-02-12 | Auto merge of #47843 - estebank:teach, r=nikomatsakis | bors | -30/+138 |
| 2018-02-09 | Auto merge of #47802 - bobtwinkles:loop_false_edge, r=nikomatsakis | bors | -3/+12 |
| 2018-02-09 | Auto merge of #47489 - pnkfelix:limit-2pb-issue-46747, r=nikomatsakis | bors | -3/+3 |
| 2018-02-08 | Encode (in MIR) whether borrows are explicit in source or arise due to autoref. | Felix S. Klock II | -3/+3 |
| 2018-02-07 | Add `-Zteach` documentation | Esteban Küber | -30/+138 |
| 2018-02-05 | mir: Add TerminatorKind::FalseUnwind | bobtwinkles | -3/+12 |
| 2018-02-05 | rustc: Add `#[rustc_args_required_const]` | Alex Crichton | -11/+53 |
| 2018-02-05 | Rollup merge of #47892 - Badel2:const_type_id_of, r=oli-obk | kennytm | -1/+1 |
| 2018-02-04 | Auto merge of #47915 - eddyb:layout-of, r=nikomatsakis | bors | -2/+1 |
| 2018-02-03 | Auto merge of #47845 - Zoxc:gen-fixes, r=nikomatsakis | bors | -17/+51 |
| 2018-02-01 | Turn `type_id` into a constant intrinsic | Badel2 | -1/+1 |
| 2018-02-01 | rustc: prefer ParamEnvAnd and LayoutCx over tuples for LayoutOf. | Eduard-Mihai Burtescu | -2/+1 |
| 2018-01-30 | Force locals to be live after they are borrowed for immovable generators. Fix... | John Kåre Alsaker | -17/+51 |
| 2018-01-29 | rustc: replace "lvalue" terminology with "place" in the code. | Eduard-Mihai Burtescu | -10/+10 |
| 2018-01-23 | Make immovable generators unsafe | John Kåre Alsaker | -2/+10 |
| 2018-01-23 | Adds support for immovable generators. Move checking of invalid borrows acros... | John Kåre Alsaker | -16/+61 |
| 2018-01-16 | remove noop landing pads in cleanup shims | Ariel Ben-Yehuda | -6/+13 |
| 2018-01-11 | Don't track local_needs_drop separately in qualify_consts (fixes #47351). | Alexander Regueiro | -23/+31 |
| 2018-01-03 | Auto merge of #46984 - arielb1:pre-statement-effect, r=nikomatsakis | bors | -2/+9 |
| 2017-12-24 | Auto merge of #46896 - arielb1:shadow-scope, r=eddyb | bors | -3/+3 |
| 2017-12-24 | add pre-statement-effect to dataflow | Ariel Ben-Yehuda | -2/+9 |
| 2017-12-21 | fix debuginfo scoping of let-statements | Ariel Ben-Yehuda | -3/+3 |
| 2017-12-21 | Mir: Add Terminatorkind::Abort | David Henningsson | -0/+4 |
| 2017-12-20 | Rollup merge of #46852 - scottmcm:asm-placecontext, r=arielb1 | kennytm | -0/+2 |
| 2017-12-20 | Auto merge of #46733 - nikomatsakis:nll-master-to-rust-master-5, r=arielb1 | bors | -1518/+1 |
| 2017-12-19 | Split PlaceContext::Store into Store & AsmOutput | Scott McMurray | -0/+2 |
| 2017-12-18 | Tweak "unecessary unsafe block" error spans | Esteban Küber | -5/+6 |
| 2017-12-15 | move `type_check` out of `transform` and into the `nll` module | Niko Matsakis | -1518/+1 |
| 2017-12-15 | Auto merge of #46537 - pnkfelix:two-phase-borrows, r=arielb1 | bors | -17/+17 |
| 2017-12-13 | add FIXME related to constant well-formedness | Niko Matsakis | -0/+8 |
| 2017-12-13 | normalize fn sig as part of reification | Niko Matsakis | -58/+86 |
| 2017-12-13 | Mir typeck Cast for Unsize value | Santiago Pastorino | -1/+10 |
| 2017-12-13 | Mir typeck Cast for ClosureFnPtr value | Santiago Pastorino | -3/+15 |
| 2017-12-13 | Mir typeck Cast for UnsafeFnPtr value | Santiago Pastorino | -2/+8 |
| 2017-12-13 | Mir typeck Cast for ReifyFnPtr value | Santiago Pastorino | -1/+18 |
| 2017-12-13 | Restructure a bit check_aggregate_rvalue code | Santiago Pastorino | -35/+35 |
| 2017-12-13 | Add more debug logs | Santiago Pastorino | -0/+12 |
| 2017-12-13 | Check functions predicates | Santiago Pastorino | -2/+42 |
| 2017-12-13 | Check Aggregate predicates | Santiago Pastorino | -0/+27 |
| 2017-12-13 | Check NullaryOp Rvalue | Santiago Pastorino | -2/+10 |
| 2017-12-13 | Check Repeat Rvalue | Santiago Pastorino | -3/+50 |
| 2017-12-13 | Revised graphviz rendering API to avoid requiring borrowed state. | Felix S. Klock II | -17/+17 |
| 2017-12-07 | mir-borrowck returns closure requirements, mir-typeck enforces | Niko Matsakis | -2/+34 |
| 2017-12-07 | renumber types in `ty::Const` and relate them to `mir::Constant` | Niko Matsakis | -0/+47 |
| 2017-12-07 | rustc_mir: promote references of statics from other statics. | Eduard-Mihai Burtescu | -7/+16 |
| 2017-12-04 | Auto merge of #46319 - nikomatsakis:nll-master-to-rust-master-2, r=pnkfelix | bors | -1342/+78 |
| 2017-12-04 | type_check.rs: rustfmt | Niko Matsakis | -29/+23 |
| 2017-12-04 | remove unused span from `eq_types` (and rustfmt slightly) | Niko Matsakis | -12/+3 |
| 2017-12-04 | break type-checking of aggregate-kind out into helper function | Niko Matsakis | -45/+52 |
| 2017-12-04 | make `no_late_bound_regions` a method on `Binder<T>` | Niko Matsakis | -1/+1 |