| Age | Commit message (Expand) | Author | Lines |
| 2018-01-15 | Auto merge of #47413 - GuillaumeGomez:unstable-error-code, r=estebank | bors | -296/+309 |
| 2018-01-15 | Rollup merge of #47432 - etaoins:make-fulldeps-update-references-exec, r=petr... | kennytm | -0/+0 |
| 2018-01-15 | Rollup merge of #47372 - topecongiro:issue-43925, r=alexcrichton | kennytm | -0/+30 |
| 2018-01-15 | Rollup merge of #47368 - chrisvittal:nll-tests, r=nikomatsakis | kennytm | -0/+75 |
| 2018-01-15 | Add error code for unstable feature errors | Guillaume Gomez | -296/+309 |
| 2018-01-15 | Auto merge of #47329 - davidtwco:issue-46983, r=nikomatsakis | bors | -19/+52 |
| 2018-01-15 | Make ui-fulldeps/update-references executable | Ryan Cumming | -0/+0 |
| 2018-01-14 | Auto merge of #46455 - petrochenkov:pimpl, r=nikomatsakis | bors | -30/+138 |
| 2018-01-14 | syntax: Disambiguate generics and qualified paths | Vadim Petrochenkov | -3/+21 |
| 2018-01-14 | syntax: Rewrite parsing of impls | Vadim Petrochenkov | -27/+117 |
| 2018-01-14 | Auto merge of #47322 - nikomatsakis:nll-ice, r=pnkfelix | bors | -0/+47 |
| 2018-01-14 | Auto merge of #47274 - Manishearth:rustdoc-span, r=QuietMisdreavus | bors | -0/+29 |
| 2018-01-14 | Auto merge of #47261 - estebank:immutable-arg, r=petrochenkov | bors | -3/+41 |
| 2018-01-14 | Auto merge of #47223 - alexcrichton:new-target-feature, r=eddyb | bors | -2/+71 |
| 2018-01-13 | rustc: Refactor attribute checking to operate on HIR | Alex Crichton | -12/+14 |
| 2018-01-13 | Auto merge of #47416 - petrochenkov:remove-impl-for-dot-dot, r=petrochenkov | bors | -195/+57 |
| 2018-01-13 | rustc: Tweak `#[target_feature]` syntax | Alex Crichton | -0/+67 |
| 2018-01-13 | Re-add support for `impl Trait for ..` to the parser | Vadim Petrochenkov | -0/+29 |
| 2018-01-13 | Address review. | leonardo.yvens | -14/+6 |
| 2018-01-13 | Parse `auto trait` inside fns. | leonardo.yvens | -1/+4 |
| 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 | -166/+27 |
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -19/+0 |
| 2018-01-13 | Auto merge of #47251 - rkruppe:rm-simd-attr, r=eddyb | bors | -466/+411 |
| 2018-01-13 | Auto merge of #47242 - estebank:issue-15980, r=petrochenkov | bors | -4/+60 |
| 2018-01-13 | Auto merge of #46461 - zackmdavis:elemental_method_suggestion_jamboree, r=est... | bors | -15/+83 |
| 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/+110 |
| 2018-01-13 | Rollup merge of #47306 - alexreg:dataflow-analysis, r=eddyb | kennytm | -0/+10 |
| 2018-01-13 | Rollup merge of #47305 - cramertj:better-calendar-alone, r=eddyb | kennytm | -47/+14 |
| 2018-01-13 | Rollup merge of #47298 - cramertj:path-as-modrs, r=nikomatsakis | kennytm | -26/+1 |
| 2018-01-13 | Rollup merge of #47289 - etaoins:skip-linker-output-non-utf8-test-on-apple, r... | kennytm | -4/+12 |
| 2018-01-12 | remove unnecessary compile-flags comments | Christopher Vittal | -12/+8 |
| 2018-01-12 | Avoid panicking when invalid argument is passed to cfg(..) | Seiichi Uchida | -0/+30 |
| 2018-01-12 | Ignore CTFE errors while lowering patterns | Seiichi Uchida | -0/+21 |
| 2018-01-12 | Auto merge of #46551 - jseyfried:improve_legacy_modern_macro_interaction, r=nrc | bors | -0/+160 |
| 2018-01-11 | Add NLL tests for #46557 and #38899 | Chris Vittal | -0/+79 |
| 2018-01-11 | Don't track local_needs_drop separately in qualify_consts (fixes #47351). | Alexander Regueiro | -0/+10 |
| 2018-01-11 | Add tests to fixed issues. | Seiichi Uchida | -0/+110 |
| 2018-01-10 | Modify message to match label | Esteban Küber | -3/+3 |
| 2018-01-10 | Updated other tests affected by change. | David Wood | -19/+24 |
| 2018-01-10 | Added test for #46983 | David Wood | -0/+28 |
| 2018-01-10 | resolve type and region variables in "NLL dropck" | Niko Matsakis | -0/+47 |
| 2018-01-10 | Auto merge of #47167 - ivanbakel:builtin_indexing, r=nikomatsakis | bors | -0/+58 |
| 2018-01-10 | Add test for #45868 | Manish Goregaokar | -0/+29 |
| 2018-01-09 | Rollup merge of #47262 - estebank:issue-45562, r=petrochenkov | Corey Farwell | -0/+26 |
| 2018-01-09 | Use copy/clone closures to simplify calendar test | Taylor Cramer | -47/+14 |
| 2018-01-10 | Fix typo | Ryan Cumming | -1/+1 |
| 2018-01-10 | Restore the original Window comment | Ryan Cumming | -2/+6 |
| 2018-01-09 | Treat #[path] files as mod.rs files | Taylor Cramer | -26/+1 |