| Age | Commit message (Expand) | Author | Lines |
| 2018-10-04 | Auto merge of #53851 - oli-obk:local_promotion, r=eddyb | bors | -0/+1 |
| 2018-10-03 | Record whether a Call in MIR corresponds to a call in HIR | Matthew Jasper | -1/+3 |
| 2018-10-03 | Introduce `TyKind::UnnormalizedProjection` | scalexm | -2/+2 |
| 2018-10-03 | Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis | bors | -1/+9 |
| 2018-10-03 | Only promote calls to `#[rustc_promotable]` const fns | Oliver Schneider | -0/+1 |
| 2018-10-02 | Rollup merge of #54458 - scottmcm:bug-54456, r=nikomatsakis | Pietro Albini | -2/+8 |
| 2018-10-02 | Nest the `impl Trait` existential item inside the return type | Oliver Schneider | -0/+1 |
| 2018-10-02 | Improve implicit self mutability suggestions. | David Wood | -1/+9 |
| 2018-09-30 | move ScalarMaybeUndef into the miri engine | Ralf Jung | -5/+0 |
| 2018-09-25 | Auto merge of #53693 - scottmcm:marker-trait-attribute, r=nikomatsakis | bors | -0/+1 |
| 2018-09-24 | Add more fake borrows to matches | Matthew Jasper | -1/+1 |
| 2018-09-24 | Add "Shallow" borrow kind | Matthew Jasper | -0/+1 |
| 2018-09-23 | Auto merge of #54325 - michaelwoerister:incr-thinlto-tests, r=alexcrichton | bors | -10/+2 |
| 2018-09-22 | Allow both explicit and elided lifetimes in the same impl header | Scott McMurray | -2/+8 |
| 2018-09-19 | Add an is_marker flag to TraitDef | Scott McMurray | -0/+1 |
| 2018-09-18 | incr.comp.: Allow for more fine-grained testing of CGU reuse and use it to te... | Michael Woerister | -10/+2 |
| 2018-09-18 | Refactor 'ReadForMatch' into 'FakeRead' and add the cause of the fake read | Remy Rakic | -1/+4 |
| 2018-09-14 | Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddyb | bors | -6/+9 |
| 2018-09-13 | introduce SelfCtor | F001 | -0/+1 |
| 2018-09-11 | Simplify Scope/ScopeData to have less chance of introducing UB or size increases | Oliver Schneider | -6/+9 |
| 2018-09-10 | propagate user-ascribes types down onto resulting bindings | Niko Matsakis | -0/+1 |
| 2018-09-10 | generalize `AscribeUserType` to handle sub or super type | Niko Matsakis | -1/+2 |
| 2018-09-10 | add the `AscribeUserType` statement kind | Niko Matsakis | -2/+2 |
| 2018-09-09 | Auto merge of #53902 - dtolnay:group, r=petrochenkov | bors | -0/+12 |
| 2018-09-08 | Track distinct spans for open and close delimiter | David Tolnay | -0/+12 |
| 2018-09-08 | Auto merge of #53903 - GabrielMajeri:opt-miri-array-slice, r=oli-obk | bors | -1/+1 |
| 2018-09-08 | Auto merge of #53705 - ms2300:tmp, r=oli-obk | bors | -1/+1 |
| 2018-09-08 | Optimize miri checking of integer array/slices | Gabriel Majeri | -1/+1 |
| 2018-09-07 | make field always private, add `From` impls | Niko Matsakis | -8/+0 |
| 2018-09-06 | Auto merge of #52626 - brunocodutra:issue-52475, r=oli-obk | bors | -5/+1 |
| 2018-09-06 | Auto merge of #53721 - arielb1:exhaustively-unpun, r=nikomatsakis | bors | -7/+7 |
| 2018-09-05 | Changing TyAnon -> TyOpaque and relevant functions | ms2300 | -1/+1 |
| 2018-09-03 | Implement Hash in terms of HashStable for EvalSnapshot | Bruno Dutra | -1/+1 |
| 2018-09-03 | Remove unused alloc_id_recursion_tracker | Bruno Dutra | -4/+0 |
| 2018-09-01 | Auto merge of #53815 - F001:if-let-guard, r=petrochenkov | bors | -0/+4 |
| 2018-09-01 | move the is_field_list_non_exhaustive flag to VariantDef | Ariel Ben-Yehuda | -7/+7 |
| 2018-08-31 | Implement the `min_const_fn` feature gate | Oliver Schneider | -2/+2 |
| 2018-08-30 | introduce Guard enum | F001 | -0/+4 |
| 2018-08-29 | re-do argument passing one more time to finally be sane | Ralf Jung | -1/+6 |
| 2018-08-29 | Auto merge of #53659 - nnethercote:rm-AccumulateVec, r=Mark-Simulacrum | bors | -6/+6 |
| 2018-08-29 | Remove `AccumulateVec` and its uses. | Nicholas Nethercote | -6/+6 |
| 2018-08-28 | address nits | Ralf Jung | -1/+1 |
| 2018-08-27 | Miri Memory Work | Ralf Jung | -2/+3 |
| 2018-08-26 | rustc: Continue to tweak "std internal symbols" | Alex Crichton | -0/+1 |
| 2018-08-24 | Auto merge of #53225 - nikomatsakis:nll-type-annot, r=pnkfelix | bors | -2/+3 |
| 2018-08-24 | support user-given types in adts | Niko Matsakis | -1/+2 |
| 2018-08-24 | add a `user_ty` annotation to `Constant` | Niko Matsakis | -1/+1 |
| 2018-08-24 | Rollup merge of #53545 - FelixMcFelix:fix-50865-beta, r=petrochenkov | kennytm | -0/+1 |
| 2018-08-23 | Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakis | bors | -1/+1 |
| 2018-08-22 | Auto merge of #52011 - oli-obk:dont_you_hate_it_too_when_everything_panics_co... | bors | -1/+6 |