| Age | Commit message (Expand) | Author | Lines |
| 2018-03-08 | Nuke the entire ctfe from orbit, it's the only way to be sure | Oliver Schneider | -10/+10 |
| 2018-03-08 | Produce instead of pointers | Oliver Schneider | -5/+17 |
| 2018-03-06 | Replace attr::contains_name(..., "cold") | Wesley Wiser | -5/+5 |
| 2018-03-06 | Add `inline` to `TransFnAttrs` | Wesley Wiser | -1/+1 |
| 2018-03-06 | Rollup merge of #48727 - leodasvacas:refactor-contrived-match, r=rkruppe | kennytm | -13/+6 |
| 2018-03-05 | Turn features() into a query. | Michael Woerister | -2/+2 |
| 2018-03-04 | Refactor contrived match. | leonardo.yvens | -13/+6 |
| 2018-03-02 | Perform manual fixups | Manish Goregaokar | -1/+1 |
| 2018-03-02 | Run Rustfix on librustc_mir | Manish Goregaokar | -2/+2 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -11/+11 |
| 2018-02-28 | Rollup merge of #48355 - mikhail-m1:subslice_pattern_array_drop2, r=nikomatsakis | Manish Goregaokar | -11/+188 |
| 2018-02-25 | restore Subslice move out from array after elaborate drops and borrowck | Mikhail Modin | -11/+188 |
| 2018-02-24 | Rollup merge of #48452 - varkor:unpacked-kind, r=eddyb | Manish Goregaokar | -3/+3 |
| 2018-02-24 | Rollup merge of #48317 - ExpHP:unused-unsafe-is-no-fn, r=estebank | Manish Goregaokar | -2/+5 |
| 2018-02-23 | Introduce UnpackedKind | varkor | -3/+3 |
| 2018-02-20 | rustc_mir: optimize the deaggregator's expansion of statements. | Eduard-Mihai Burtescu | -43/+26 |
| 2018-02-20 | rustc_mir: don't run the deaggregator on arrays for now. | Eduard-Mihai Burtescu | -1/+5 |
| 2018-02-20 | rustc_mir: always run the deaggregator. | Eduard-Mihai Burtescu | -6/+5 |
| 2018-02-20 | rustc_mir: do not remove dead user variables if debuginfo needs them. | Eduard-Mihai Burtescu | -4/+13 |
| 2018-02-20 | rustc_mir: handle all aggregate kinds in the deaggregator. | Eduard-Mihai Burtescu | -81/+68 |
| 2018-02-20 | rustc_mir: use the "idiomatic" optimization gating in the deaggregator. | Eduard-Mihai Burtescu | -11/+16 |
| 2018-02-17 | unused_unsafe: don't label irrelevant fns | Michael Lamparski | -2/+5 |
| 2018-02-17 | Auto merge of #47408 - eddyb:deref-danger, r=nikomatsakis | bors | -2/+34 |
| 2018-02-17 | Auto merge of #47926 - mikhail-m1:subslice_pattern_array_drop2, r=nikomatsakis | bors | -0/+156 |
| 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 | add transform for uniform array move out | Mikhail Modin | -0/+156 |
| 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-13 | Don't promote to 'static the result of dereferences. | Eduard-Mihai Burtescu | -2/+34 |
| 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 |