| Age | Commit message (Expand) | Author | Lines |
| 2018-11-29 | Rollup merge of #56127 - rust-lang:oli-obk-patch-1, r=nikomatsakis | Guillaume Gomez | -3/+9 |
| 2018-11-25 | Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakis | bors | -176/+147 |
| 2018-11-21 | Update as_temp.rs | Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer | -1/+6 |
| 2018-11-21 | Update as_temp.rs | Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer | -2/+4 |
| 2018-11-21 | Update an outdated comment in mir building | Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer | -3/+2 |
| 2018-11-21 | rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-11-19 | Rollup merge of #55953 - blitzerr:master, r=nikomatsakis | Pietro Albini | -1/+1 |
| 2018-11-18 | Simplify MIR drop generation | Matthew Jasper | -141/+147 |
| 2018-11-18 | Remove mir::StatementKind::EndRegion | Matthew Jasper | -38/+3 |
| 2018-11-15 | Rollup merge of #55901 - euclio:speling, r=petrochenkov | Pietro Albini | -1/+1 |
| 2018-11-15 | Rollup merge of #55781 - pnkfelix:issue-54382-more-precise-spans-for-temps-an... | Pietro Albini | -34/+124 |
| 2018-11-14 | capture_disjoint_fields(rust-lang#53488) | Blitzerr | -1/+1 |
| 2018-11-15 | Auto merge of #55716 - RalfJung:escape-to-raw, r=oli-obk | bors | -0/+3 |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -1/+1 |
| 2018-11-12 | Use type safe `VariantIdx` instead of `usize` everywhere | Oliver Scherer | -6/+9 |
| 2018-11-12 | Merge an assert + cast into a `try_into` call | Oliver Scherer | -2/+1 |
| 2018-11-08 | Revise the temp creation for blocks in `stmt_expr` to setup `BlockTailInfo`. | Felix S. Klock II | -1/+17 |
| 2018-11-08 | Refactor code so that block_context observations has nicely named (and docume... | Felix S. Klock II | -26/+58 |
| 2018-11-08 | Narrow span of temp holding the value of a Block expression to the block's ta... | Felix S. Klock II | -1/+24 |
| 2018-11-08 | For diagnostics, set spans of drops of temps to be that of the statement's te... | Felix S. Klock II | -7/+26 |
| 2018-11-07 | array index accesses are stable places | Ralf Jung | -0/+3 |
| 2018-11-07 | Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco | kennytm | -2/+2 |
| 2018-11-06 | refactor: use shorthand fields | teresy | -2/+2 |
| 2018-11-02 | Auto merge of #55087 - levex:e0669-improve-span, r=nagisa | bors | -2/+6 |
| 2018-10-26 | Add the actual chain of projections to `UserTypeProjection`. | Felix S. Klock II | -14/+21 |
| 2018-10-26 | Checkpoint: Added abstraction over collection of projections into user type. | Felix S. Klock II | -36/+45 |
| 2018-10-26 | Added `mir::UserTypeProjection`, a stub for a structure that projects *into* ... | Felix S. Klock II | -7/+7 |
| 2018-10-26 | Refactoring: added `PatternTypeAnnotation` wrapper around `UserTypeAnnotation... | Felix S. Klock II | -8/+8 |
| 2018-10-26 | restrict scope of methods that are only called within mod tree of parent. | Felix S. Klock II | -2/+2 |
| 2018-10-26 | Rollup merge of #55358 - sinkuu:redundant_clone2, r=estebank | kennytm | -5/+5 |
| 2018-10-26 | Rollup merge of #55346 - nnethercote:shrink-StatementKind, r=nagisa | kennytm | -4/+4 |
| 2018-10-26 | Remove redundant clone | Shotaro Yamada | -5/+5 |
| 2018-10-26 | Shrink `Statement`. | Nicholas Nethercote | -4/+4 |
| 2018-10-25 | Auto merge of #54490 - wesleywiser:rewrite_it_in_mir, r=oli-obk | bors | -0/+4 |
| 2018-10-20 | Auto merge of #55114 - oli-obk:fx#map, r=nikomatsakis | bors | -3/+3 |
| 2018-10-19 | skip user-type annotations if they don't have regions | Niko Matsakis | -22/+26 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -2/+2 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -3/+3 |
| 2018-10-17 | rustc: improve E0669 span | Levente Kurusa | -2/+6 |
| 2018-10-15 | introduce a `UserTypeAnnotation` enum | Niko Matsakis | -5/+5 |
| 2018-10-10 | Use the span of the user type for `AscribeUserType` | Matthew Jasper | -20/+21 |
| 2018-10-08 | add pattern type ascriptions for tuple/brace structs/enums | Niko Matsakis | -0/+8 |
| 2018-10-05 | Improve diagnostics for borrow-check errors that result from drops of tempora... | Felix S. Klock II | -0/+6 |
| 2018-10-05 | Add flag to `mir::LocalDecl` to track whether its a temp from some subexpr a ... | Felix S. Klock II | -20/+167 |
| 2018-10-04 | Auto merge of #54666 - matthewjasper:mir-function-spans, r=pnkfelix | bors | -1/+3 |
| 2018-10-03 | Rewrite the `UnconditionalRecursion` lint to use MIR | Wesley Wiser | -0/+4 |
| 2018-10-04 | Auto merge of #54447 - KiChjang:issue-54331, r=nikomatsakis | bors | -3/+53 |
| 2018-10-03 | Record whether a Call in MIR corresponds to a call in HIR | Matthew Jasper | -1/+3 |
| 2018-10-02 | Improve implicit self mutability suggestions. | David Wood | -7/+11 |
| 2018-09-29 | avoid infinite loop in MIR lowering | Niko Matsakis | -4/+13 |