| Age | Commit message (Expand) | Author | Lines |
| 2018-10-29 | Don't emit cannot move errors twice in migrate mode | Matthew Jasper | -813/+37 |
| 2018-10-30 | Adjust Ids of path segments in visibility modifiers | Nick Cameron | -0/+25 |
| 2018-10-29 | Fix regression | Esteban Küber | -2/+4 |
| 2018-10-29 | Fix wrong validation clasisfication of `Option<&T>::Some` values | Oliver Scherer | -0/+18 |
| 2018-10-29 | Turn ICE for dangling pointers into error | Oliver Scherer | -0/+51 |
| 2018-10-29 | don't lint `unused_parens` on `if (break _)` | Andre Bogus | -0/+9 |
| 2018-10-29 | Rollup merge of #55423 - zackmdavis:back_out_bogus_ok_wrapping_suggestion, r=... | Pietro Albini | -33/+2 |
| 2018-10-29 | make inliner remove the fn_entry flag on Retag statements | Ralf Jung | -0/+45 |
| 2018-10-29 | Remove validation test cases; add retagging test case | Ralf Jung | -349/+106 |
| 2018-10-29 | Add UI test for #49296 | memoryruins | -0/+35 |
| 2018-10-28 | Use token description in "expected/found" parse messages | Esteban Küber | -24/+42 |
| 2018-10-28 | Provide specific label for patern parsing error | Esteban Küber | -22/+12 |
| 2018-10-28 | Choose predicates without inference variables over those with them | Aaron Hill | -0/+40 |
| 2018-10-28 | Point at `match` when a parse failure ocurrs inside of it | Esteban Küber | -5/+12 |
| 2018-10-28 | Produce targeted diagnostic when using doc comments on fn args | Esteban Küber | -4/+116 |
| 2018-10-28 | Auto merge of #55433 - kennytm:rollup, r=kennytm | bors | -24/+97 |
| 2018-10-28 | Rollup merge of #55199 - oli-obk:instance_printing, r=davidtwco | kennytm | -24/+24 |
| 2018-10-28 | Rollup merge of #55257 - mjbshaw:static, r=oli-obk | kennytm | -0/+37 |
| 2018-10-28 | Rollup merge of #55185 - davidtwco:issue-55130, r=nikomatsakis | kennytm | -0/+2 |
| 2018-10-28 | Rollup merge of #55412 - oli-obk:min_const_fn_ice, r=estebank | kennytm | -0/+23 |
| 2018-10-28 | Auto merge of #55192 - cramertj:nested-mod, r=petrochenkov | bors | -0/+11 |
| 2018-10-28 | Rollup merge of #55244 - wesleywiser:issue-50411, r=nikomatsakis | kennytm | -0/+11 |
| 2018-10-28 | Add note linking to Rust 2018 path semantics docs. | David Wood | -0/+2 |
| 2018-10-28 | single-use-lifetime lint: don't false-positive on the anonymous lifetime | Zack M. Davis | -5/+8 |
| 2018-10-28 | structured suggestions for single-use lifetime lint on fns and methods | Zack M. Davis | -19/+66 |
| 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 | back out bogus `Ok`-wrapping suggestion on `?` arm type mismatch | Zack M. Davis | -33/+2 |
| 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 | allow canonicalized regions to carry universe and track max-universe | Niko Matsakis | -6/+6 |
| 2018-10-27 | Fix an ICE in the min_const_fn analysis | Oliver Scherer | -0/+23 |
| 2018-10-27 | Correct alignment of atomic types and (re)add Atomic{I,U}128 | Oliver Middleton | -7/+97 |
| 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 |