| Age | Commit message (Expand) | Author | Lines |
| 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-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-04 | Auto merge of #37167 - nikomatsakis:jroesch-issue-18937, r=pnkfelix | bors | -194/+55 |
| 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 |
| 2016-10-27 | Implement field shorthands in struct literal expressions. | Eduard Burtescu | -0/+72 |
| 2016-10-27 | deprecation message for custom derive | Nick Cameron | -1/+3 |
| 2016-10-27 | deprecate no_debug | Nick Cameron | -0/+15 |
| 2016-10-26 | Rollup merge of #37396 - mikhail-m1:e0221, r=jonathandturner | Guillaume Gomez | -11/+21 |
| 2016-10-26 | Rollup merge of #37394 - cramertj:cramertj/unused-import-with-id, r=Guillaume... | Guillaume Gomez | -8/+8 |
| 2016-10-27 | add back test for issue #6804 | Ariel Ben-Yehuda | -0/+34 |
| 2016-10-26 | flatten nested slice patterns in HAIR construction | Ariel Ben-Yehuda | -0/+16 |
| 2016-10-26 | handle mixed byte literal and byte array patterns | Ariel Ben-Yehuda | -0/+73 |
| 2016-10-26 | remove StaticInliner and NaN checking | Ariel Ben-Yehuda | -43/+1 |
| 2016-10-26 | change match checking to use HAIR | Ariel Ben-Yehuda | -4/+4 |
| 2016-10-26 | Prohibit patterns in trait methods without bodies | Vadim Petrochenkov | -0/+23 |
| 2016-10-25 | Auto merge of #36421 - TimNN:check-abis, r=alexcrichton | bors | -2/+2 |
| 2016-10-25 | Auto merge of #37361 - jseyfried:fix_crate_var_regressions, r=nrc | bors | -0/+42 |
| 2016-10-25 | Avoid false positive `unused_extern_crates`. | Jeffrey Seyfried | -0/+2 |
| 2016-10-25 | Support `use $crate;` with a future compatibility warning. | Jeffrey Seyfried | -0/+33 |
| 2016-10-25 | Fix `$crate`-related regressions. | Jeffrey Seyfried | -0/+7 |