| Age | Commit message (Expand) | Author | Lines |
| 2018-11-26 | rustc-guide has moved | Mark Mansi | -1/+1 |
| 2018-11-25 | Rollup merge of #56101 - frewsxcv:frewsxcv-dyn, r=steveklabnik | Pietro Albini | -1/+1 |
| 2018-11-20 | Incorporate `dyn` into more comments and docs. | Corey Farwell | -1/+1 |
| 2018-11-18 | Remove mir::StatementKind::EndRegion | Matthew Jasper | -8/+0 |
| 2018-11-15 | Auto merge of #55716 - RalfJung:escape-to-raw, r=oli-obk | bors | -0/+9 |
| 2018-11-13 | Auto merge of #55912 - kennytm:rollup, r=kennytm | bors | -5/+5 |
| 2018-11-13 | Rollup merge of #55870 - waywardmonkeys:typo-fixes, r=wesleywiser | kennytm | -1/+1 |
| 2018-11-13 | Move a `static_assert!` to a better spot. | Nicholas Nethercote | -4/+4 |
| 2018-11-12 | Use type safe `VariantIdx` instead of `usize` everywhere | Oliver Scherer | -1/+1 |
| 2018-11-12 | Use IndexVec instead of `usize` in librustc | Oliver Scherer | -5/+6 |
| 2018-11-12 | Shrink some internal enums | Oliver Scherer | -3/+8 |
| 2018-11-11 | Auto merge of #55657 - davidtwco:issue-55651, r=pnkfelix | bors | -0/+31 |
| 2018-11-11 | Fix typos. | Bruce Mitchener | -1/+1 |
| 2018-11-08 | Rollup merge of #55758 - davidtwco:issue-55344, r=pnkfelix | Mark Rousskov | -0/+14 |
| 2018-11-07 | no more action on ref or cast, but add new MIR statement for escaping a ptr t... | Ralf Jung | -0/+9 |
| 2018-11-07 | Ignore never-initialized locals for `unused_mut`. | David Wood | -0/+14 |
| 2018-11-07 | Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco | kennytm | -1/+1 |
| 2018-11-06 | refactor: use shorthand fields | teresy | -1/+1 |
| 2018-11-05 | Improve predecessor detection. | David Wood | -0/+31 |
| 2018-11-04 | Correct indentation on documentation comment. | David Wood | -10/+10 |
| 2018-11-02 | Auto merge of #55087 - levex:e0669-improve-span, r=nagisa | bors | -1/+1 |
| 2018-10-29 | fix nits | Ralf Jung | -4/+8 |
| 2018-10-29 | Remove validation test cases; add retagging test case | Ralf Jung | -1/+1 |
| 2018-10-29 | Emit Retag statements, kill Validate statements | Ralf Jung | -64/+10 |
| 2018-10-28 | Rollup merge of #55244 - wesleywiser:issue-50411, r=nikomatsakis | kennytm | -0/+36 |
| 2018-10-26 | Add intern table for `List<ProjectionElem<'tcx, (), ()>>`. | Felix S. Klock II | -0/+8 |
| 2018-10-26 | Add the actual chain of projections to `UserTypeProjection`. | Felix S. Klock II | -4/+64 |
| 2018-10-26 | Checkpoint: Added abstraction over collection of projections into user type. | Felix S. Klock II | -3/+39 |
| 2018-10-26 | Added `mir::UserTypeProjection`, a stub for a structure that projects *into* ... | Felix S. Klock II | -2/+13 |
| 2018-10-26 | Rollup merge of #55346 - nnethercote:shrink-StatementKind, r=nagisa | kennytm | -1/+5 |
| 2018-10-26 | Shrink `Statement`. | Nicholas Nethercote | -1/+5 |
| 2018-10-25 | Auto merge of #55347 - pietroalbini:rollup, r=pietroalbini | bors | -4/+3 |
| 2018-10-25 | Fix CR feedback | Wesley Wiser | -10/+5 |
| 2018-10-25 | Rollup merge of #55340 - RalfJung:operand-docs, r=oli-obk | Pietro Albini | -3/+2 |
| 2018-10-25 | Operands no longer appear in places | Ralf Jung | -3/+2 |
| 2018-10-24 | introduce (but do not use) `ascribe_user_type` goal | Niko Matsakis | -0/+8 |
| 2018-10-23 | fix typos in various places | Matthias Krüger | -1/+1 |
| 2018-10-22 | Remove the `suite_index` parameter of the `run_passes!()` macro | Wesley Wiser | -0/+12 |
| 2018-10-22 | Don't rerun Mir passes when inlining | Niko Matsakis | -0/+29 |
| 2018-10-20 | Use more accurate `ConstraintCategory`s | Matthew Jasper | -0/+2 |
| 2018-10-19 | replace `UserTypeAnnotation::AdtDef` with `TypeOf` | Niko Matsakis | -6/+0 |
| 2018-10-19 | convert `FnDef` to `TypeOf`, which is more general | Niko Matsakis | -2/+9 |
| 2018-10-17 | Auto merge of #54941 - pnkfelix:issue-21232-reject-partial-reinit, r=nikomats... | bors | -1/+13 |
| 2018-10-17 | rustc: improve E0669 span | Levente Kurusa | -1/+1 |
| 2018-10-16 | Add `Place::base_local` method and improve doc for `Place::local` to clarify ... | Felix S. Klock II | -1/+13 |
| 2018-10-15 | introduce a more expressive `UserSubsts` | Niko Matsakis | -3/+3 |
| 2018-10-15 | introduce `FnDef` and `AdtDef` to `UserTypeAnnotation` | Niko Matsakis | -1/+5 |
| 2018-10-15 | introduce a `UserTypeAnnotation` enum | Niko Matsakis | -5/+19 |
| 2018-10-10 | Use the span of the user type for `AscribeUserType` | Matthew Jasper | -1/+1 |
| 2018-10-09 | Auto merge of #54798 - matthewjasper:free-region-closure-errors, r=nikomatsakis | bors | -2/+42 |