| Age | Commit message (Expand) | Author | Lines |
| 2019-02-22 | partially revert 904a0bde93f0348f69914ee90b1f8b6e4e0d7cbc | Niko Matsakis | -5/+18 |
| 2019-02-22 | update test files to reflect new output | Niko Matsakis | -288/+814 |
| 2019-02-22 | restore the actual leak-check | Niko Matsakis | -0/+84 |
| 2019-02-22 | make generalization code create new variables in correct universe | Niko Matsakis | -14/+50 |
| 2019-02-17 | add tests to a few edge cases in method lookup | Ariel Ben-Yehuda | -0/+290 |
| 2019-02-17 | unit test for issue 57673. | Felix S. Klock II | -0/+21 |
| 2019-02-17 | Address review comments and cleanup code | Vadim Petrochenkov | -14/+14 |
| 2019-02-17 | #56411 do not suggest a fix for a import conflict in a macro | François Mockers | -0/+53 |
| 2019-02-17 | Lower constant patterns with ascribed types. | David Wood | -0/+39 |
| 2019-02-04 | Fix bug in integer range matching | varkor | -0/+7 |
| 2019-02-04 | Don't panic when accessing enum variant ctor using `Self` in match | Esteban Küber | -0/+24 |
| 2019-02-04 | Pass correct arguments to places_conflict | Matthew Jasper | -0/+36 |
| 2019-01-16 | Auto merge of #57416 - alexcrichton:remove-platform-intrinsics, r=nagisa | bors | -339/+0 |
| 2019-01-15 | Rollup merge of #57587 - Aaron1011:fix/const-pat-ice, r=alexcrichton | Mazdak Farrokhzad | -0/+1 |
| 2019-01-15 | Rollup merge of #57467 - JohnTitor:implement-the-check-attribute-1, r=oli-obk | Mazdak Farrokhzad | -0/+30 |
| 2019-01-15 | Rollup merge of #57352 - arielb1:no-manual-markers, r=nikomatsakis | Mazdak Farrokhzad | -0/+132 |
| 2019-01-15 | Fix tests | Yuki Okushi | -32/+11 |
| 2019-01-15 | fix test output changing in rebase | Ariel Ben-Yehuda | -2/+2 |
| 2019-01-15 | Add error check | Yuki Okushi | -9/+30 |
| 2019-01-15 | Add test | Yuki Okushi | -0/+30 |
| 2019-01-14 | Rollup merge of #57585 - estebank:trailing-semicolon, r=petrochenkov | Mazdak Farrokhzad | -6/+78 |
| 2019-01-14 | Rollup merge of #57572 - Centril:unaccept-extern-in-path, r=petrochenkov | Mazdak Farrokhzad | -113/+48 |
| 2019-01-14 | Rollup merge of #57540 - estebank:eval-more, r=petrochenkov | Mazdak Farrokhzad | -110/+222 |
| 2019-01-14 | Rollup merge of #57481 - euclio:bool-cast-suggestion, r=estebank | Mazdak Farrokhzad | -20/+25 |
| 2019-01-14 | rustc: Remove platform intrinsics crate | Alex Crichton | -339/+0 |
| 2019-01-14 | Auto merge of #57592 - Centril:rollup, r=Centril | bors | -152/+193 |
| 2019-01-14 | Rollup merge of #57556 - petrochenkov:privexist, r=arielb1 | Mazdak Farrokhzad | -0/+15 |
| 2019-01-14 | Rollup merge of #57477 - euclio:clarify-lev-suggestion, r=zackmdavis | Mazdak Farrokhzad | -106/+178 |
| 2019-01-14 | Rollup merge of #57465 - jethrogb:jb/stablize-cfg-target-vendor, r=joshtriple... | Mazdak Farrokhzad | -46/+0 |
| 2019-01-14 | Auto merge of #57322 - Centril:stabilize-identity, r=SimonSapin | bors | -2/+0 |
| 2019-01-14 | Stabilize `cfg_target_vendor`, #29718 | Jethro Beekman | -46/+0 |
| 2019-01-14 | Auto merge of #57387 - euclio:nonstandard-style-suggestions, r=oli-obk | bors | -245/+322 |
| 2019-01-14 | Add 'rustc-env:RUST_BACKTRACE=0' to const-pat-ice test | Aaron Hill | -0/+1 |
| 2019-01-13 | Suggest removal of semicolon when appropriate | Esteban Küber | -23/+73 |
| 2019-01-13 | Tweak output of type mismatch between "then" and `else` `if` arms | Esteban Küber | -7/+139 |
| 2019-01-13 | Recover from item trailing semicolon | Esteban Küber | -6/+78 |
| 2019-01-13 | Auto merge of #57580 - Centril:rollup, r=Centril | bors | -1/+96 |
| 2019-01-13 | Rollup merge of #57538 - dlrobertson:fix_57472, r=zackmdavis | Mazdak Farrokhzad | -0/+55 |
| 2019-01-13 | Rollup merge of #57366 - estebank:point-match-discrim, r=varkor | Mazdak Farrokhzad | -1/+41 |
| 2019-01-13 | Auto merge of #51487 - Zoxc:incr-passes, r=michaelwoerister | bors | -36/+181 |
| 2019-01-13 | forbid manually impl'ing one of an object type's marker traits | Ariel Ben-Yehuda | -0/+132 |
| 2019-01-13 | Rollup merge of #57549 - taiki-e:must_use, r=estebank | Mazdak Farrokhzad | -1/+1 |
| 2019-01-13 | Rollup merge of #57102 - davidtwco:issue-57100, r=nikomatsakis | Mazdak Farrokhzad | -126/+216 |
| 2019-01-13 | librustc_mir: Fix ICE with slice patterns | Dan Robertson | -0/+55 |
| 2019-01-13 | remove extern_in_paths. | Mazdak Farrokhzad | -113/+48 |
| 2019-01-13 | Change #[must_use] message of Iterator | Taiki Endo | -1/+1 |
| 2019-01-13 | Rollup merge of #57564 - varkor:update-const_fn-tracking-issue, r=Centril | Mazdak Farrokhzad | -4/+4 |
| 2019-01-13 | Rollup merge of #57560 - petrochenkov:selfinmac, r=alexreg | Mazdak Farrokhzad | -0/+21 |
| 2019-01-13 | Rollup merge of #57557 - petrochenkov:ecused, r=varkor | Mazdak Farrokhzad | -0/+66 |
| 2019-01-13 | Rollup merge of #57412 - JohnTitor:improve-the-wording-1, r=varkor | Mazdak Farrokhzad | -45/+45 |