| Age | Commit message (Expand) | Author | Lines |
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -4/+2 |
| 2018-01-09 | Rollup merge of #47258 - rkruppe:struct-assert, r=eddyb | kennytm | -4/+4 |
| 2018-01-08 | rustc::ty: Rename `struct_variant` to `non_enum_variant` | Robin Kruppe | -4/+4 |
| 2018-01-07 | Rename ReprExtern to ReprC, and similarily rename a few other fields and loca... | Robin Kruppe | -8/+8 |
| 2018-01-01 | Fix docs for future pulldown migration | Malo Jaffré | -2/+3 |
| 2017-12-26 | Implements RFC 1937: `?` in `main` | Bastian Köcher | -0/+2 |
| 2017-12-21 | Auto merge of #46922 - kennytm:rollup, r=kennytm | bors | -17/+22 |
| 2017-12-22 | Rollup merge of #46780 - varkor:contrib-5, r=arielb1 | kennytm | -17/+22 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -73/+75 |
| 2017-12-21 | Auto merge of #46754 - cramertj:refactor-arg-impl, r=nikomatsakis | bors | -13/+0 |
| 2017-12-20 | extract `constrain_anon_types` to the `InferCtxt` | Niko Matsakis | -1/+1 |
| 2017-12-20 | Auto merge of #46441 - gaurikholkar:single_lifetimes, r=nikomatsakis | bors | -14/+80 |
| 2017-12-20 | adding lint for single use lifetime names | Niko Matsakis | -14/+80 |
| 2017-12-18 | Fix tidy error | varkor | -1/+2 |
| 2017-12-18 | Add `delay_span_bug` and increase idiomaticity | varkor | -3/+4 |
| 2017-12-18 | Fix the regression | varkor | -2/+2 |
| 2017-12-18 | Fix ICE when calling non-functions within closures | varkor | -17/+20 |
| 2017-12-18 | Move middle::trans.rs to mir::mono.rs | Maik Klein | -189/+0 |
| 2017-12-18 | Rename TransItem to MonoItem | Maik Klein | -8/+8 |
| 2017-12-17 | Add sync module to rustc_data_structures | John Kåre Alsaker | -1/+1 |
| 2017-12-15 | Refactor argument-position impl Trait | Taylor Cramer | -13/+0 |
| 2017-12-15 | Auto merge of #46706 - sunjay:gat-lifetimes, r=nikomatsakis | bors | -20/+67 |
| 2017-12-14 | add trait aliases to HIR | Alex Burka | -1/+2 |
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -1/+1 |
| 2017-12-13 | Auto merge of #46616 - cramertj:impl-trait-elision, r=nikomatsakis | bors | -16/+37 |
| 2017-12-12 | Trait item lifetime resolution for GATs | Sunjay Varma | -20/+67 |
| 2017-12-13 | Resolve absolute paths as extern under a feature flag | Vadim Petrochenkov | -0/+1 |
| 2017-12-12 | Implement impl Trait lifetime elision | Taylor Cramer | -16/+37 |
| 2017-12-11 | make `krate` infallible | Niko Matsakis | -4/+3 |
| 2017-12-11 | move `resolve_lifetimes` into a proper query | Niko Matsakis | -130/+206 |
| 2017-12-11 | resolve_lifetime: rustfmt | Niko Matsakis | -476/+721 |
| 2017-12-05 | Auto merge of #46305 - irinagpopa:backstory, r=alexcrichton,eddyb | bors | -2/+2 |
| 2017-12-04 | rustc_back: remove slice module in favor of std::slice::from_ref. | Irina-Gabriela Popa | -2/+2 |
| 2017-12-04 | move `free_regions_map` into `infer::outlives` | Niko Matsakis | -128/+3 |
| 2017-12-04 | replace constant regions with a post-inference check | Niko Matsakis | -22/+29 |
| 2017-12-01 | Auto merge of #46370 - michaelwoerister:rm-metadata-hashing, r=eddyb | bors | -28/+2 |
| 2017-11-29 | incr.comp.: Remove on-export crate metadata hashing. | Michael Woerister | -28/+2 |
| 2017-11-28 | incr.comp.: Make a bunch of query results encodable. | Michael Woerister | -0/+1 |
| 2017-11-26 | Rollup merge of #46259 - bjorn3:display_lang_item, r=nagisa | kennytm | -1/+1 |
| 2017-11-26 | Auto merge of #46033 - sinkuu:const-enum-match-check, r=arielb1 | bors | -3/+6 |
| 2017-11-25 | Derive Debug for LangItem | bjorn3 | -1/+1 |
| 2017-11-25 | Auto merge of #46191 - eddyb:better-late-than-never, r=nikomatsakis | bors | -13/+0 |
| 2017-11-25 | Conform names | Shotaro Yamada | -3/+3 |
| 2017-11-24 | Auto merge of #46093 - scottmcm:lower-128-mir, r=nagisa | bors | -0/+28 |
| 2017-11-24 | Do match-check before const MIR generation | Shotaro Yamada | -3/+6 |
| 2017-11-22 | rustc: don't mark lifetimes as early-bound in the presence of impl Trait. | Eduard-Mihai Burtescu | -13/+0 |
| 2017-11-22 | Implement in-band lifetime bindings | Taylor Cramer | -15/+90 |
| 2017-11-21 | Auto merge of #45879 - nikomatsakis:nll-kill-cyclic-closures, r=arielb1 | bors | -4/+13 |
| 2017-11-22 | Rollup merge of #46103 - zackmdavis:dead_code_lint_should_say_never_construct... | kennytm | -9/+14 |
| 2017-11-21 | Auto merge of #45701 - cramertj:impl-trait-this-time, r=eddyb | bors | -12/+126 |