| Age | Commit message (Expand) | Author | Lines |
| 2017-11-16 | Reenable Clippy | Oliver Schneider | -19/+8 |
| 2017-11-16 | Auto merge of #45920 - sunfishcode:trap-on-unreachable, r=Zoxc | bors | -4/+32 |
| 2017-11-16 | Auto merge of #46025 - nrc:rustfmt-fix, r=Mark-Simulacrum | bors | -2/+5 |
| 2017-11-16 | Fix a bug where the rustfmt tarball was not being produced | Nick Cameron | -2/+5 |
| 2017-11-16 | Auto merge of #45692 - steveklabnik:ship-cargo-book, r=alexcrichton | bors | -45/+48 |
| 2017-11-15 | Update the compiler-builtins to latest master. | Dan Gohman | -0/+0 |
| 2017-11-15 | Auto merge of #45918 - chrisvittal:impl-trait-pr, r=nikomatsakis | bors | -325/+1146 |
| 2017-11-15 | Change clippy to broken after hir::Ty enum change | Christopher Vittal | -1/+1 |
| 2017-11-15 | add a new test featuring two impl traits to show what it looks like | Niko Matsakis | -0/+32 |
| 2017-11-15 | Remove Fn trait + impl Trait rustdoc tests | Christopher Vittal | -5/+9 |
| 2017-11-15 | Renumber error to fix tidy | Christopher Vittal | -3/+3 |
| 2017-11-15 | Add cases to where-allowed.rs | Christopher Vittal | -4/+9 |
| 2017-11-15 | Add/Fix stderr references for impl Trait ui tests | Christopher Vittal | -1/+31 |
| 2017-11-15 | Disallow all impl Trait within Fn trait sugar | Christopher Vittal | -8/+9 |
| 2017-11-15 | Incorporate review feedback | Christopher Vittal | -11/+22 |
| 2017-11-15 | Add proper names to impl Trait parameters. | Chris Vittal | -4/+7 |
| 2017-11-15 | some tests featuring multiple bounds, other errors | Niko Matsakis | -0/+49 |
| 2017-11-15 | add a UI test showing the current output from an impl trait type | Niko Matsakis | -0/+32 |
| 2017-11-15 | add some more positive tests | Niko Matsakis | -0/+99 |
| 2017-11-15 | rename `equality-universal` to a more extensible naming scheme | Niko Matsakis | -0/+0 |
| 2017-11-15 | extend `where-allowed.rs` with many more cases | Niko Matsakis | -93/+179 |
| 2017-11-15 | rename many-cases to where-allowed | Niko Matsakis | -0/+0 |
| 2017-11-15 | test we reject equivalent signatures with more than one argument | Niko Matsakis | -0/+23 |
| 2017-11-15 | Add universal_impl_trait unstable-book entry | Christopher Vittal | -0/+32 |
| 2017-11-15 | Fix unclosed delimiter in sample error | Christopher Vittal | -2/+2 |
| 2017-11-15 | Remove unamed parameters | Christopher Vittal | -4/+4 |
| 2017-11-15 | Fix style and grammar | Christopher Vittal | -1/+1 |
| 2017-11-15 | Add/Modify tests for argument position impl Trait | Christopher Vittal | -22/+160 |
| 2017-11-15 | Add universal_impl_trait feature gate | Christopher Vittal | -5/+32 |
| 2017-11-15 | Add new error comparision to hide desugaring | Christopher Vittal | -13/+68 |
| 2017-11-15 | Add collection of impl Trait argument lifetimes | Christopher Vittal | -0/+11 |
| 2017-11-15 | Alter type collection to collect impl Trait bounds | Christopher Vittal | -24/+121 |
| 2017-11-15 | Add bool item is_in_impl_trait to LoweringContext | Christopher Vittal | -1/+24 |
| 2017-11-15 | Split hir::TyImplTrait, move checks to HIR lowering | Christopher Vittal | -148/+211 |
| 2017-11-15 | Move E0562 to librustc from librustc_typeck | Christopher Vittal | -40/+40 |
| 2017-11-15 | Auto merge of #45938 - vramana:fix-ice-45698, r=arielb1 | bors | -31/+80 |
| 2017-11-15 | Auto merge of #45936 - mikhail-m1:mir-borrowck-storage-dead, r=arielb1 | bors | -28/+57 |
| 2017-11-15 | Auto merge of #45715 - oli-obk:clippy, r=kennytm | bors | -12/+34 |
| 2017-11-15 | Reenable clippy testing | Oliver Schneider | -12/+34 |
| 2017-11-15 | fix test | Mikhail Modin | -2/+1 |
| 2017-11-15 | fix comment, remove redundant code | Mikhail Modin | -19/+5 |
| 2017-11-15 | add `StorageDead` handling | Mikhail Modin | -15/+59 |
| 2017-11-15 | Auto merge of #45944 - eddyb:provide, r=nikomatsakis | bors | -81/+66 |
| 2017-11-15 | Auto merge of #45922 - vramana:fix-45702, r=nikomatsakis | bors | -14/+44 |
| 2017-11-15 | Auto merge of #45913 - sinkuu:mir-inlining-closure, r=arielb1 | bors | -29/+113 |
| 2017-11-15 | Fix printing of upvar in closures | Ramana Venkata | -36/+70 |
| 2017-11-15 | Fix End-user description not implemented for field access on `TyClosure | Ramana Venkata | -1/+16 |
| 2017-11-14 | Auto merge of #45821 - djzin:unreachable-match-arms, r=nikomatsakis | bors | -31/+103 |
| 2017-11-14 | Auto merge of #45981 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -239/+175 |
| 2017-11-14 | Rollup merge of #45977 - kennytm:fix-pulldown-warnings, r=steveklabnik | Guillaume Gomez | -5/+5 |