| Age | Commit message (Expand) | Author | Lines |
| 2018-10-07 | Revert "Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis" | Ariel Ben-Yehuda | -0/+1 |
| 2018-10-04 | do not normalize non-scalar constants to a ConstValue::ScalarPair | Ralf Jung | -2/+12 |
| 2018-09-17 | Auto merge of #54260 - maxdeviant:public-scope-fields, r=petrochenkov | bors | -16/+47 |
| 2018-09-17 | Auto merge of #54254 - RalfJung:miri-dangling, r=eddyb | bors | -9/+50 |
| 2018-09-16 | Auto merge of #54270 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -18/+24 |
| 2018-09-16 | Rollup merge of #54213 - nnethercote:keccak-flow_inits-memory, r=nikomatsakis | Guillaume Gomez | -18/+24 |
| 2018-09-16 | Auto merge of #54157 - euclio:structured-suggestion, r=estebank | bors | -3/+5 |
| 2018-09-15 | Make rustc::middle::region::Scope's fields public | Marshall Bowers | -16/+47 |
| 2018-09-15 | keep around some information for dead allocations so that we can use it to ma... | Ralf Jung | -9/+50 |
| 2018-09-15 | Auto merge of #54177 - nnethercote:streamline-bit-stuff, r=Mark-Simulacrum | bors | -9/+10 |
| 2018-09-14 | Auto merge of #54088 - matthewjasper:use-reason-in-dlle-errors, r=pnkfelix | bors | -32/+108 |
| 2018-09-14 | Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddyb | bors | -11/+19 |
| 2018-09-14 | Rollup merge of #54095 - kenta7777:kenta7777#53719, r=davidtwco | kennytm | -8/+8 |
| 2018-09-14 | De-overlap the lifetimes of `flow_inits` and `flow_{un,ever_}inits`. | Nicholas Nethercote | -18/+24 |
| 2018-09-14 | Auto merge of #53751 - F001:tuple-struct-self-ctor, r=petrochenkov,varkor | bors | -3/+24 |
| 2018-09-14 | Remove `Iter` and `SparseIter` in indexed_set.rs. | Nicholas Nethercote | -5/+6 |
| 2018-09-14 | Rollup merge of #54076 - RalfJung:miri-snapshot, r=oli-obk | kennytm | -26/+38 |
| 2018-09-13 | Remove bitslice.rs. | Nicholas Nethercote | -4/+4 |
| 2018-09-13 | introduce SelfCtor | F001 | -3/+24 |
| 2018-09-12 | use structured suggestion for "missing mut" label | Andy Russell | -3/+5 |
| 2018-09-12 | Merge branch 'master' into kenta7777#53719 | kenta7777 | -558/+1115 |
| 2018-09-12 | Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis | bors | -1/+0 |
| 2018-09-12 | Auto merge of #51159 - pacman82:master, r=oli-obk | bors | -59/+86 |
| 2018-09-12 | Add ty::Ty to PatternKind::Range;u128 for Const in Constructor::ConstantRange | Markus Klein | -59/+86 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -1/+0 |
| 2018-09-11 | renamed is_nil to is_unit | kenta7777 | -2/+2 |
| 2018-09-11 | Revert "renamed is_nil to is_unit" | kenta7777 | -2/+2 |
| 2018-09-11 | Fix const eval of ZST index operations to make the static assertion work | Oliver Schneider | -4/+10 |
| 2018-09-11 | Simplify Scope/ScopeData to have less chance of introducing UB or size increases | Oliver Schneider | -7/+7 |
| 2018-09-11 | Forbid the upper indices of `IndexVec` indices to allow for niche optimizations | Oliver Schneider | -0/+2 |
| 2018-09-10 | add FIXME related to `ref x` bindings | Niko Matsakis | -1/+14 |
| 2018-09-10 | add link to https://github.com/rust-lang/rust/issues/54105 | Niko Matsakis | -3/+3 |
| 2018-09-10 | propagate user-ascribes types down onto resulting bindings | Niko Matsakis | -17/+78 |
| 2018-09-10 | optimize `let x: T = ..` to avoid a temporary | Niko Matsakis | -1/+42 |
| 2018-09-10 | generalize `AscribeUserType` to handle sub or super type | Niko Matsakis | -83/+43 |
| 2018-09-10 | fix SCCs containing mixture of universes | Niko Matsakis | -28/+30 |
| 2018-09-10 | fixup: rename `UserAssertTy` to `AscribeUserType` | Niko Matsakis | -1/+1 |
| 2018-09-10 | pacify the mercilous tidy | Niko Matsakis | -3/+7 |
| 2018-09-10 | insert `AscribeUserType` for ascriptions | Niko Matsakis | -0/+26 |
| 2018-09-10 | add the `AscribeUserType` statement kind | Niko Matsakis | -41/+103 |
| 2018-09-10 | matches/mod.rs: rustfmt | Niko Matsakis | -283/+419 |
| 2018-09-10 | add a `AscribeUserType` pattern, largely ignored | Niko Matsakis | -7/+71 |
| 2018-09-10 | remove the old `UserAssertTy` support | Niko Matsakis | -38/+2 |
| 2018-09-10 | now that we can handle subtyping, fix higher-ranked equality | Niko Matsakis | -10/+27 |
| 2018-09-10 | renamed mk_nil to mk_unit | kenta7777 | -6/+6 |
| 2018-09-10 | renamed is_nil to is_unit | kenta7777 | -2/+2 |
| 2018-09-09 | Suggest a let binding to extend temporary lifetimes with NLL | Matthew Jasper | -10/+22 |
| 2018-09-09 | Split explain_why_borrow_contains_point into two functions | Matthew Jasper | -22/+86 |
| 2018-09-09 | add generalization | Niko Matsakis | -99/+155 |
| 2018-09-09 | instantiate traversed binders rather than saving the scopes | Niko Matsakis | -14/+103 |