| Age | Commit message (Expand) | Author | Lines |
| 2018-01-13 | Rollup merge of #47343 - goffrie:master, r=jseyfried | kennytm | -6/+24 |
| 2018-01-13 | Rollup merge of #47298 - cramertj:path-as-modrs, r=nikomatsakis | kennytm | -4/+8 |
| 2018-01-10 | Glued tokens can themselves be joint. | Geoffry Song | -6/+24 |
| 2018-01-09 | Treat #[path] files as mod.rs files | Taylor Cramer | -4/+8 |
| 2018-01-09 | Rollup merge of #47256 - rkruppe:misc-cleanup, r=eddyb | kennytm | -3/+2 |
| 2018-01-09 | Rollup merge of #47210 - zackmdavis:the_3rd_of_2_hardest_problems_in_computer... | kennytm | -1/+1 |
| 2018-01-08 | Auto merge of #47232 - keatinge:master, r=petrochenkov | bors | -2/+14 |
| 2018-01-07 | Rename ReprExtern to ReprC, and similarily rename a few other fields and loca... | Robin Kruppe | -3/+2 |
| 2018-01-07 | Try to fix a perf regression by updating log | Malo Jaffré | -1/+1 |
| 2018-01-07 | Auto merge of #47156 - petrochenkov:extpath, r=nikomatsakis | bors | -4/+18 |
| 2018-01-06 | Fix tidy error | keatinge | -2/+5 |
| 2018-01-06 | Use span_suggestion instead of span_err_help | keatinge | -3/+3 |
| 2018-01-06 | wherein careful doc-decoration arithmetic proves quite the ICE-breaker | Zack M. Davis | -1/+1 |
| 2018-01-07 | Rollup merge of #47170 - eddyb:us-vs-usize, r=nikomatsakis | kennytm | -15/+15 |
| 2018-01-06 | fix style | keatinge | -4/+2 |
| 2018-01-06 | Emit non-fatal error instead | keatinge | -8/+10 |
| 2018-01-06 | fix capitalization | keatinge | -2/+2 |
| 2018-01-06 | Add help message for incorrect pattern syntax | keatinge | -1/+10 |
| 2018-01-04 | rustc: Don't use relative paths for extended errors | Alex Crichton | -5/+7 |
| 2018-01-04 | rustc: use {U,I}size instead of {U,I}s shorthands. | Eduard-Mihai Burtescu | -15/+15 |
| 2018-01-03 | Support `extern` in paths | Vadim Petrochenkov | -4/+18 |
| 2018-01-01 | Fix docs for future pulldown migration | Malo Jaffré | -5/+7 |
| 2018-01-01 | Auto merge of #46895 - ricochet1k:macro-lifetimes, r=jseyfried | bors | -21/+69 |
| 2017-12-30 | in which leading zeroes on tuple-struct accesses are abjured | Zack M. Davis | -3/+12 |
| 2017-12-30 | refactor lifetime out of is_lifetime | Matt Peterson | -19/+20 |
| 2017-12-28 | Cleanup | Matt Peterson | -5/+5 |
| 2017-12-28 | Add feature gate macro_lifetime_matcher | Matt Peterson | -2/+20 |
| 2017-12-28 | Cleanup | Matt Peterson | -4/+3 |
| 2017-12-28 | Fix tests | Matt Peterson | -9/+27 |
| 2017-12-28 | Fix build and add a macro lifetime labels test | Matt Peterson | -2/+1 |
| 2017-12-28 | replace parse_lifetime with expect_lifetime | Michael Hewson | -2/+2 |
| 2017-12-28 | Resurrecting #33135 | Michael Hewson | -7/+20 |
| 2017-12-28 | Auto merge of #47013 - topecongiro:issue-46655, r=petrochenkov | bors | -82/+106 |
| 2017-12-28 | Prefer to use attr::contains_name() and attr::find_by_name() | Seiichi Uchida | -3/+3 |
| 2017-12-28 | Auto merge of #47017 - topecongiro:issue-33469, r=estebank | bors | -1/+5 |
| 2017-12-27 | Auto merge of #46479 - bkchr:termination_trait, r=arielb1 | bors | -0/+3 |
| 2017-12-27 | Auto merge of #46977 - est31:column_fix, r=dtolnay | bors | -1/+1 |
| 2017-12-27 | Auto merge of #46803 - estebank:non-ascii-def-span, r=petrochenkov | bors | -1/+3 |
| 2017-12-26 | Do not panic on interpolated token inside quote macro | Seiichi Uchida | -1/+5 |
| 2017-12-26 | Adds termination_trait feature gate | Bastian Köcher | -0/+3 |
| 2017-12-26 | Do not expand a derive invocation when derive is not allowed | Seiichi Uchida | -79/+103 |
| 2017-12-25 | "incompatible arm" diagnostic span tweak | Esteban Küber | -0/+6 |
| 2017-12-24 | Auto merge of #46888 - cramertj:nested-impl-trait-error, r=nikomatsakis | bors | -2/+70 |
| 2017-12-24 | Make column macro output 1 based and document it | est31 | -1/+1 |
| 2017-12-22 | Auto merge of #46779 - Zoxc:par-merge-without-sync, r=arielb1 | bors | -9/+8 |
| 2017-12-22 | Auto merge of #46732 - estebank:silence-recovered-blocks, r=petrochenkov | bors | -3/+10 |
| 2017-12-21 | Auto merge of #46922 - kennytm:rollup, r=kennytm | bors | -7/+13 |
| 2017-12-21 | Do not emit type errors on recovered blocks | Esteban Küber | -3/+10 |
| 2017-12-21 | Auto merge of #45930 - jplatte:generics_refactoring, r=eddyb | bors | -161/+184 |
| 2017-12-22 | Rollup merge of #46858 - QuietMisdreavus:external-doc-error, r=estebank | kennytm | -7/+11 |