| Age | Commit message (Expand) | Author | Lines |
| 2018-01-25 | Shorten a filename for MSVC | Alex Crichton | -2/+2 |
| 2018-01-25 | Rollup merge of #47696 - Zoxc:variance-rg, r=nikomatsakis | Alex Crichton | -1/+1 |
| 2018-01-25 | Rollup merge of #47600 - varkor:empty-never-array, r=eddyb | Alex Crichton | -0/+27 |
| 2018-01-25 | Rollup merge of #47529 - nikomatsakis:impl-trait-issue-38064, r=cramertj | Alex Crichton | -0/+39 |
| 2018-01-25 | Rollup merge of #47691 - estebank:unknown-lang-item-sp, r=rkruppe | Guillaume Gomez | -1/+2 |
| 2018-01-25 | Auto merge of #47006 - bitshifter:stabilize-repr-align, r=eddyb | bors | -6/+0 |
| 2018-01-24 | Make use of the implemented red/green algorithm for variance | John Kåre Alsaker | -1/+1 |
| 2018-01-23 | Point at unknown lang item attribute | Esteban Küber | -1/+2 |
| 2018-01-23 | Auto merge of #45337 - Zoxc:gen-static, r=nikomatsakis | bors | -0/+14 |
| 2018-01-23 | Rollup merge of #47440 - mark-i-m:zunpretty, r=nikomatsakis | kennytm | -2/+2 |
| 2018-01-23 | Rollup merge of #47425 - EdSchouten:immutable-tls, r=nikomatsakis | kennytm | -0/+21 |
| 2018-01-23 | Adds support for immovable generators. Move checking of invalid borrows acros... | John Kåre Alsaker | -0/+14 |
| 2018-01-22 | Fix test redux | Esteban Küber | -7/+14 |
| 2018-01-23 | Stabilized `#[repr(align(x))]` attribute (RFC 1358) | Cameron Hart | -6/+0 |
| 2018-01-22 | Auto merge of #47158 - rkruppe:repr-transparent, r=eddyb | bors | -1/+146 |
| 2018-01-22 | Auto merge of #47144 - estebank:moved-closure-arg, r=nikomatsakis | bors | -185/+0 |
| 2018-01-21 | Rollup merge of #47512 - GuillaumeGomez:e0659, r=petrochenkov | Guillaume Gomez | -0/+26 |
| 2018-01-21 | Auto merge of #47116 - estebank:non-accessible-ctor, r=petrochenkov | bors | -5/+9 |
| 2018-01-20 | Add testing coverage for assigning to immutable thread-locals. | Ed Schouten | -0/+21 |
| 2018-01-19 | Fix tidy error | varkor | -1/+2 |
| 2018-01-19 | Fix type inhabitedness check for arrays | varkor | -0/+26 |
| 2018-01-18 | Change the --unpretty flag to -Z unpretty | Mark Mansi | -2/+2 |
| 2018-01-18 | in which the unused-parens lint comes to cover function and method args | Zack M. Davis | -5/+7 |
| 2018-01-18 | Add E0659 for ambiguous names | Guillaume Gomez | -0/+26 |
| 2018-01-17 | track recursion limit when expanding existential impl trait | Niko Matsakis | -0/+39 |
| 2018-01-16 | Implement repr(transparent) | Robin Kruppe | -1/+146 |
| 2018-01-15 | Further tweaks to the output | Esteban Küber | -5/+9 |
| 2018-01-15 | Move diagnostic logic to its own module | Esteban Küber | -191/+0 |
| 2018-01-15 | Reexport -> re-export in prose and documentation comments | Carol (Nichols || Goulding) | -2/+2 |
| 2018-01-15 | Reexport -> re-export in error messages | Carol (Nichols || Goulding) | -23/+25 |
| 2018-01-15 | Auto merge of #47413 - GuillaumeGomez:unstable-error-code, r=estebank | bors | -0/+13 |
| 2018-01-15 | Handle case of moving into vec with uninferred lifetime | Esteban Küber | -1/+4 |
| 2018-01-15 | Generalize cases where specific move error ocurrs | Esteban Küber | -7/+10 |
| 2018-01-15 | Custom error when moving arg outside of its closure | Esteban Küber | -1/+1 |
| 2018-01-15 | Rollup merge of #47372 - topecongiro:issue-43925, r=alexcrichton | kennytm | -0/+30 |
| 2018-01-15 | Add error code for unstable feature errors | Guillaume Gomez | -0/+13 |
| 2018-01-15 | Auto merge of #47329 - davidtwco:issue-46983, r=nikomatsakis | bors | -12/+12 |
| 2018-01-14 | syntax: Disambiguate generics and qualified paths | Vadim Petrochenkov | -2/+2 |
| 2018-01-14 | syntax: Rewrite parsing of impls | Vadim Petrochenkov | -7/+89 |
| 2018-01-14 | Auto merge of #47261 - estebank:immutable-arg, r=petrochenkov | bors | -3/+3 |
| 2018-01-13 | Address review. | leonardo.yvens | -3/+3 |
| 2018-01-13 | Remove wfcheck for auto traits, remove dead error codes | leonardo.yvens | -9/+5 |
| 2018-01-13 | Adjust tests for removal of `impl Foo for .. {}` | leonardo.yvens | -123/+20 |
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -19/+0 |
| 2018-01-13 | Auto merge of #47242 - estebank:issue-15980, r=petrochenkov | bors | -1/+1 |
| 2018-01-13 | Rollup merge of #47382 - topecongiro:issue-43105, r=eddyb | kennytm | -0/+21 |
| 2018-01-13 | Rollup merge of #47344 - topecongiro:fixed-ices, r=alexcrichton | kennytm | -0/+16 |
| 2018-01-13 | Rollup merge of #47306 - alexreg:dataflow-analysis, r=eddyb | kennytm | -0/+10 |
| 2018-01-13 | Rollup merge of #47298 - cramertj:path-as-modrs, r=nikomatsakis | kennytm | -16/+0 |
| 2018-01-12 | Avoid panicking when invalid argument is passed to cfg(..) | Seiichi Uchida | -0/+30 |