| Age | Commit message (Expand) | Author | Lines |
| 2018-10-19 | convert `FnDef` to `TypeOf`, which is more general | Niko Matsakis | -2/+9 |
| 2018-10-18 | add support for storing extra data in an allocation | Ralf Jung | -2/+6 |
| 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 | -2/+3 |
| 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 | pacify the mercilous tidy | Niko Matsakis | -2/+8 |
| 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 | -16/+30 |
| 2018-10-12 | Auto merge of #54942 - matthewjasper:wf-type-annotations, r=nikomatsakis | bors | -2/+2 |
| 2018-10-10 | Use the span of the user type for `AscribeUserType` | Matthew Jasper | -2/+2 |
| 2018-10-10 | typos and spaces | Ralf Jung | -2/+2 |
| 2018-10-10 | miri engine: basic support for pointer provenance tracking | Ralf Jung | -42/+90 |
| 2018-10-09 | Auto merge of #54762 - RalfJung:miri-validate, r=oli-obk | bors | -1/+7 |
| 2018-10-09 | miri engine: also check return type before calling function | Ralf Jung | -1/+7 |
| 2018-10-09 | Auto merge of #54757 - nikomatsakis:nll-issue-54573-user-annot, r=pnkfelix | bors | -3/+3 |
| 2018-10-09 | Auto merge of #54798 - matthewjasper:free-region-closure-errors, r=nikomatsakis | bors | -2/+42 |
| 2018-10-08 | do not skip renumbering the place in place-type-ascriptions | Niko Matsakis | -3/+3 |
| 2018-10-06 | Improve closure region bound errors | Matthew Jasper | -2/+5 |
| 2018-10-06 | Move ConstraintCategory to rustc::mir | Matthew Jasper | -0/+37 |
| 2018-10-05 | Add doc comment explaining what `BlockTailInfo` is. | Felix S. Klock II | -0/+8 |
| 2018-10-05 | Add flag to `mir::LocalDecl` to track whether its a temp from some subexpr a ... | Felix S. Klock II | -3/+35 |
| 2018-10-04 | Auto merge of #54666 - matthewjasper:mir-function-spans, r=pnkfelix | bors | -1/+7 |
| 2018-10-04 | Rollup merge of #54788 - ljedrz:cleanup_rustc_mir, r=oli-obk | Pietro Albini | -27/+22 |
| 2018-10-03 | Record whether a Call in MIR corresponds to a call in HIR | Matthew Jasper | -1/+7 |
| 2018-10-03 | A handful of cleanups for rustc/mir | ljedrz | -27/+22 |
| 2018-10-03 | Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis | bors | -7/+30 |
| 2018-10-02 | Improve implicit self mutability suggestions. | David Wood | -7/+30 |
| 2018-10-01 | Auto merge of #54693 - RalfJung:ctfe-scalar-pair-undef, r=oli-obk | bors | -102/+12 |
| 2018-09-30 | move ScalarMaybeUndef into the miri engine | Ralf Jung | -94/+1 |
| 2018-09-30 | do not normalize non-scalar constants to a ConstValue::ScalarPair | Ralf Jung | -8/+11 |
| 2018-09-29 | don't elide lifetimes in paths in librustc/ | Zack M. Davis | -24/+24 |
| 2018-09-26 | Auto merge of #54526 - nnethercote:shrink-StatementKind, r=nagisa | bors | -3/+3 |
| 2018-09-24 | Add more fake borrows to matches | Matthew Jasper | -6/+10 |
| 2018-09-24 | Add "Shallow" borrow kind | Matthew Jasper | -2/+31 |
| 2018-09-24 | Shrink StatementKind::InlineAsm. | Nicholas Nethercote | -2/+2 |
| 2018-09-24 | Shrink StatementKind::Assign. | Nicholas Nethercote | -1/+1 |
| 2018-09-23 | Only annotate if borrow is returned. | David Wood | -0/+12 |
| 2018-09-18 | Move comments for fake reads where the causes are defined | Remy Rakic | -0/+18 |
| 2018-09-18 | Refactor 'ReadForMatch' into 'FakeRead' and add the cause of the fake read | Remy Rakic | -5/+15 |
| 2018-09-18 | Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs. | Nicholas Nethercote | -5/+5 |
| 2018-09-12 | Really make CGU names unique across crates. | Michael Woerister | -3/+20 |
| 2018-09-10 | propagate user-ascribes types down onto resulting bindings | Niko Matsakis | -0/+13 |
| 2018-09-10 | generalize `AscribeUserType` to handle sub or super type | Niko Matsakis | -8/+16 |
| 2018-09-10 | add the `AscribeUserType` statement kind | Niko Matsakis | -30/+24 |
| 2018-09-08 | Auto merge of #53909 - mikhail-m1:53643, r=nikomatsakis | bors | -19/+19 |
| 2018-09-08 | Auto merge of #53903 - GabrielMajeri:opt-miri-array-slice, r=oli-obk | bors | -10/+17 |
| 2018-09-08 | Optimize miri checking of integer array/slices | Gabriel Majeri | -10/+17 |
| 2018-09-07 | remove all references to `private` from outside the macro | Niko Matsakis | -5/+3 |
| 2018-09-07 | change from tuple struct to brace struct | Niko Matsakis | -2/+2 |