| Age | Commit message (Expand) | Author | Lines |
| 2018-10-28 | Auto merge of #55297 - petrochenkov:uni, r=Mark-Simulacrum | bors | -304/+308 |
| 2018-10-28 | Auto merge of #54683 - zackmdavis:critique_of_pure_lints, r=petrochenkov | bors | -0/+213 |
| 2018-10-28 | resolve: Desugar empty import groups into synthetic dummy imports | Vadim Petrochenkov | -28/+13 |
| 2018-10-28 | resolve: More precise spans for privacy errors | Vadim Petrochenkov | -276/+269 |
| 2018-10-28 | resolve: Absolute paths may be undetermined on 2018 edition | Vadim Petrochenkov | -0/+18 |
| 2018-10-28 | resolve: Refactor away `legacy_macro_imports`/`LegacyMacroImports` | Vadim Petrochenkov | -0/+8 |
| 2018-10-27 | wherein the status of empty and reason-only lint attributes is clarified | Zack M. Davis | -0/+17 |
| 2018-10-27 | in which lint reasons are restricted to come last in the attribute | Zack M. Davis | -5/+27 |
| 2018-10-27 | feature-gate lint reasons | Zack M. Davis | -11/+32 |
| 2018-10-27 | Auto merge of #54183 - qnighy:by-value-object-safety, r=oli-obk | bors | -73/+669 |
| 2018-10-27 | introducing lint reason annotations (RFC 2383) | Zack M. Davis | -0/+153 |
| 2018-10-27 | Auto merge of #55385 - davidtwco:issue-55288, r=oli-obk | bors | -0/+21 |
| 2018-10-27 | Test for cast causing static promotion failure. | David Wood | -0/+21 |
| 2018-10-27 | Auto merge of #55150 - pnkfelix:issues-47215-54797-fix-ice-from-moving-out-of... | bors | -5/+49 |
| 2018-10-27 | Add more tests on unsized locals autoderef and borrowck. | Masaki Hara | -0/+368 |
| 2018-10-27 | Auto merge of #55274 - pnkfelix:issue-54570-proj-path-into-pats-with-type-tak... | bors | -30/+126 |
| 2018-10-26 | Add test for normalization during field-lookup on patterns with ascribed types. | Felix S. Klock II | -14/+50 |
| 2018-10-26 | regression test for ICE I encountered in my patch. | Felix S. Klock II | -0/+31 |
| 2018-10-26 | Update mir-opt tests to reflect change to `AscribeUserType` to carry a `UserT... | Felix S. Klock II | -1/+1 |
| 2018-10-26 | Add the actual chain of projections to `UserTypeProjection`. | Felix S. Klock II | -17/+46 |
| 2018-10-26 | Auto merge of #54929 - csmoe:cfg_lint, r=petrochenkov | bors | -11/+45 |
| 2018-10-26 | Auto merge of #55382 - kennytm:rollup, r=kennytm | bors | -177/+552 |
| 2018-10-26 | Rollup merge of #55301 - estebank:macro-allowed, r=petrochenkov | kennytm | -97/+291 |
| 2018-10-26 | Rollup merge of #55298 - estebank:macro-def, r=pnkfelix | kennytm | -37/+113 |
| 2018-10-26 | Rollup merge of #55292 - estebank:macro-eof, r=pnkfelix | kennytm | -30/+84 |
| 2018-10-26 | Auto merge of #54626 - alexcrichton:dwarf-generics, r=michaelwoerister | bors | -0/+41 |
| 2018-10-26 | Auto merge of #53821 - oli-obk:sanity_query, r=RalfJung | bors | -794/+763 |
| 2018-10-26 | Rollup merge of #55258 - Aaron1011:fix/rustdoc-blanket, r=GuillaumeGomez | kennytm | -0/+31 |
| 2018-10-26 | Rollup merge of #54824 - Munksgaard:fix-49713, r=QuietMisdreavus | kennytm | -13/+16 |
| 2018-10-26 | Rollup merge of #54816 - oli-obk:double_promotion, r=alexreg | kennytm | -0/+17 |
| 2018-10-26 | Auto merge of #54145 - nrc:save-path-segments, r=petrochenkov | bors | -152/+152 |
| 2018-10-26 | Fix tests and assertions; add some comments | Nick Cameron | -134/+134 |
| 2018-10-26 | Fix tests and rustdoc | Nick Cameron | -24/+24 |
| 2018-10-25 | Auto merge of #54490 - wesleywiser:rewrite_it_in_mir, r=oli-obk | bors | -9/+72 |
| 2018-10-25 | List allowed tokens after macro fragments | Esteban Küber | -97/+291 |
| 2018-10-25 | Rebase fallout | Oliver Schneider | -268/+64 |
| 2018-10-25 | add the lint back to the list, and fix tests | Ralf Jung | -281/+73 |
| 2018-10-25 | fix ui tests (rebase fallout) | Ralf Jung | -3/+4 |
| 2018-10-25 | fix a test comment | Ralf Jung | -1/+1 |
| 2018-10-25 | Addressed minor issues brought up in review. | Alexander Regueiro | -9/+6 |
| 2018-10-25 | Rebase fallout in ui output | Oliver Schneider | -24/+13 |
| 2018-10-25 | Update rustdoc test | Oliver Schneider | -1/+1 |
| 2018-10-25 | More mono items are generated now | Oliver Schneider | -0/+5 |
| 2018-10-25 | update tests to changes on rustc master | Oliver Schneider | -57/+85 |
| 2018-10-25 | Deduplicate all the ~~things~~ errors | Oliver Schneider | -199/+112 |
| 2018-10-25 | Report const eval error inside the query | Oliver Schneider | -725/+1173 |
| 2018-10-25 | Auto merge of #55347 - pietroalbini:rollup, r=pietroalbini | bors | -78/+194 |
| 2018-10-25 | Rollup merge of #55306 - pnkfelix:issue-54478-regression-test-jemalloc-ctl, r... | Pietro Albini | -0/+42 |
| 2018-10-25 | Rollup merge of #55296 - cuviper:rustdoc-ui-backtrace, r=nikomatsakis | Pietro Albini | -9/+10 |
| 2018-10-25 | Rollup merge of #55269 - matthiaskrgr:typos_oct, r=zackmdavis | Pietro Albini | -35/+35 |