| Age | Commit message (Expand) | Author | Lines |
| 2016-11-09 | Auto merge of #37678 - eddyb:rollup, r=eddyb | bors | -35/+30 |
| 2016-11-09 | Show one error for duplicated type definitions | Esteban Küber | -12/+1 |
| 2016-11-10 | rustc_typeck: correctly track "always-diverges" and "has-type-errors". | Eduard Burtescu | -35/+30 |
| 2016-11-09 | Auto merge of #37603 - arielb1:max-slice-length, r=nikomatsakis | bors | -0/+24 |
| 2016-11-09 | Auto merge of #37670 - eddyb:rollup, r=eddyb | bors | -291/+9 |
| 2016-11-09 | Rollup merge of #37428 - estebank:generic-type-error-span, r=sanxiyn | Eduard-Mihai Burtescu | -2/+2 |
| 2016-11-09 | Rollup merge of #37370 - estebank:signature-2-empire-strikes-back, r=nikomats... | Eduard-Mihai Burtescu | -203/+0 |
| 2016-11-09 | Auto merge of #36520 - estebank:dataless-enum, r=brson | bors | -2/+6 |
| 2016-11-08 | Group unused import warnings per path list | Esteban Küber | -2/+3 |
| 2016-11-08 | Point to type argument span when used as trait | Esteban Küber | -2/+2 |
| 2016-11-09 | Improve "Doesn't live long enough" error | Mikhail Modin | -62/+0 |
| 2016-11-08 | Partially stabilize RFC 1506 "Clarify relationships between ADTs" | Vadim Petrochenkov | -85/+6 |
| 2016-11-08 | Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis | bors | -21/+0 |
| 2016-11-06 | Auto merge of #37506 - jseyfried:improve_shadowing_checks, r=nrc | bors | -0/+37 |
| 2016-11-06 | Make E0243/0244 message consistent with E0107 | sinkuu | -25/+25 |
| 2016-11-05 | Include type of missing trait methods in error | Esteban Küber | -203/+0 |
| 2016-11-05 | Fix tests from the rollup | Alex Crichton | -1/+2 |
| 2016-11-05 | Merge branch 'selfgate' of https://github.com/petrochenkov/rust into rollup | Alex Crichton | -0/+35 |
| 2016-11-05 | Rollup merge of #37564 - Mark-Simulacrum:sized-ice, r=eddyb | Alex Crichton | -0/+16 |
| 2016-11-05 | Rollup merge of #37501 - alexcrichton:windows-subsystem, r=brson | Alex Crichton | -0/+29 |
| 2016-11-05 | _match: correct max_slice_length logic | Ariel Ben-Yehuda | -0/+24 |
| 2016-11-04 | Auto merge of #37167 - nikomatsakis:jroesch-issue-18937, r=pnkfelix | bors | -194/+55 |
| 2016-11-03 | Fix invalid "ref mut mut" sugestion | Esteban Küber | -30/+0 |
| 2016-11-03 | Fix ICE when querying DefId on Def::Err. | Mark-Simulacrum | -0/+16 |
| 2016-11-03 | Add feature gate for Self and associated types in struct expressions and patt... | Vadim Petrochenkov | -0/+35 |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -21/+0 |
| 2016-11-02 | Add regression test. | Jeffrey Seyfried | -0/+37 |
| 2016-11-01 | move compile-fail tests to ui tests | Niko Matsakis | -192/+0 |
| 2016-11-01 | update test error messages | Niko Matsakis | -13/+14 |
| 2016-11-01 | compare-method lint | Niko Matsakis | -0/+2 |
| 2016-11-01 | cleanup error reporting and add `ui` tests | Niko Matsakis | -54/+0 |
| 2016-11-01 | elaborate `T: 'a` dependencies | Niko Matsakis | -0/+66 |
| 2016-11-01 | introduce fn-ctxt so we can invoke regionck code | Jared Roesch | -0/+38 |
| 2016-11-01 | Improve "Doesn't live long enough" error | Mikhail Modin | -394/+0 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -53/+53 |
| 2016-10-31 | rustc: Add knowledge of Windows subsystems. | Alex Crichton | -0/+29 |
| 2016-10-29 | Auto merge of #37378 - petrochenkov:nopat, r=eddyb | bors | -0/+23 |
| 2016-10-28 | Rollup merge of #37430 - robinst:missing-crate-message-add-semicolon, r=eddyb | Guillaume Gomez | -3/+3 |
| 2016-10-28 | Rollup merge of #36206 - mcarton:35755, r=pnkfelix | Guillaume Gomez | -0/+23 |
| 2016-10-28 | Fix bad error message with `::<` in types | mcarton | -0/+23 |
| 2016-10-27 | Address comments + Fix rebase | Vadim Petrochenkov | -6/+44 |
| 2016-10-27 | Support `Self` in struct expressions and patterns | Vadim Petrochenkov | -0/+47 |
| 2016-10-27 | Preparations and cleanup | Vadim Petrochenkov | -61/+76 |
| 2016-10-27 | Auto merge of #36894 - petrochenkov:deny, r=nikomatsakis | bors | -28/+16 |
| 2016-10-27 | Make sufficiently old or low-impact compatibility lints deny-by-default | Vadim Petrochenkov | -28/+16 |
| 2016-10-27 | Auto merge of #37128 - nrc:depr-attr, r=@alexcrichton | bors | -1/+18 |
| 2016-10-26 | Auto merge of #11994 - eddyb:struct-literal-field-shorthand, r=nrc | bors | -0/+72 |
| 2016-10-27 | Add semicolon to "Maybe a missing `extern crate foo`" message | Robin Stocker | -3/+3 |
| 2016-10-27 | review changes | Nick Cameron | -1/+1 |
| 2016-10-26 | Auto merge of #36695 - arielb1:literal-match, r=eddyb | bors | -16/+97 |