| Age | Commit message (Expand) | Author | Lines |
| 2018-02-12 | Auto merge of #47843 - estebank:teach, r=nikomatsakis | bors | -0/+4 |
| 2018-02-09 | Auto merge of #47489 - pnkfelix:limit-2pb-issue-46747, r=nikomatsakis | bors | -1/+1 |
| 2018-02-08 | Add `AutoBorrowMutability`; its like `hir::Mutability` but w/ two-phase borr... | Felix S. Klock II | -1/+1 |
| 2018-02-07 | Add `-Zteach` documentation | Esteban Küber | -0/+4 |
| 2018-02-07 | Rollup merge of #47922 - zackmdavis:and_the_case_of_the_unused_field_pattern,... | Manish Goregaokar | -14/+49 |
| 2018-02-03 | Auto merge of #47845 - Zoxc:gen-fixes, r=nikomatsakis | bors | -2/+7 |
| 2018-02-02 | add ellided lifetime | dpc | -3/+13 |
| 2018-01-31 | concerning well-formed suggestions for unused shorthand field patterns | Zack M. Davis | -14/+49 |
| 2018-01-29 | Make `yield_in_scope_for_expr` work with patterns. Fixes #47758 | John Kåre Alsaker | -0/+3 |
| 2018-01-29 | Make pattern visiting consistent | John Kåre Alsaker | -2/+4 |
| 2018-01-29 | rustc: replace "lvalue" terminology with "place" in the code. | Eduard-Mihai Burtescu | -48/+48 |
| 2018-01-29 | rustc: remove `LvaluePreference` argument from `Ty::builtin_deref`. | Eduard-Mihai Burtescu | -2/+2 |
| 2018-01-25 | Rollup merge of #47502 - petrochenkov:label, r=eddyb | Alex Crichton | -1/+1 |
| 2018-01-25 | Rollup merge of #47691 - estebank:unknown-lang-item-sp, r=rkruppe | Guillaume Gomez | -9/+11 |
| 2018-01-23 | Point at unknown lang item attribute | Esteban Küber | -9/+11 |
| 2018-01-23 | Adds support for immovable generators. Move checking of invalid borrows acros... | John Kåre Alsaker | -4/+84 |
| 2018-01-22 | AST/HIR: Add a separate structure for labels | Vadim Petrochenkov | -1/+1 |
| 2018-01-15 | Reexport -> re-export in prose and documentation comments | Carol (Nichols || Goulding) | -2/+2 |
| 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 |