| Age | Commit message (Expand) | Author | Lines |
| 2019-01-16 | Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakis | bors | -1199/+1065 |
| 2019-01-16 | Auto merge of #57416 - alexcrichton:remove-platform-intrinsics, r=nagisa | bors | -363/+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 | Rollup merge of #56044 - matthewjasper:function-param-drop-order, r=cramertj | Mazdak Farrokhzad | -0/+68 |
| 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 | -152/+49 |
| 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 | -363/+0 |
| 2019-01-14 | Auto merge of #57592 - Centril:rollup, r=Centril | bors | -154/+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 | -48/+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 | -48/+0 |
| 2019-01-14 | Auto merge of #57387 - euclio:nonstandard-style-suggestions, r=oli-obk | bors | -250/+220 |
| 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 | -28/+123 |
| 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 | Rollup merge of #56874 - JohnHeitmann:docs-spacing, r=GuillaumeGomez | Mazdak Farrokhzad | -27/+27 |
| 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 | Auto merge of #57577 - Centril:rollup, r=Centril | bors | -127/+217 |
| 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 | Auto merge of #57567 - Centril:stabilize-transpose, r=alexreg | bors | -2/+0 |
| 2019-01-13 | librustc_mir: Fix ICE with slice patterns | Dan Robertson | -0/+55 |
| 2019-01-13 | remove extern_in_paths. | Mazdak Farrokhzad | -152/+49 |
| 2019-01-13 | Address review comments | Vadim Petrochenkov | -8/+8 |
| 2019-01-13 | Auto merge of #57568 - Centril:rollup, r=Centril | bors | -49/+147 |
| 2019-01-13 | Implement basic input validation for built-in attributes | Vadim Petrochenkov | -1199/+1065 |
| 2019-01-13 | Change #[must_use] message of Iterator | Taiki Endo | -1/+1 |
| 2019-01-13 | stabilize transpose_result in 1.33 | Mazdak Farrokhzad | -2/+0 |
| 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 #57508 - DebugSteven:inline-extern, r=GuillaumeGomez | Mazdak Farrokhzad | -0/+11 |
| 2019-01-13 | Rollup merge of #57412 - JohnTitor:improve-the-wording-1, r=varkor | Mazdak Farrokhzad | -45/+45 |
| 2019-01-12 | Don't add label to the match expr when the type is not fully realized | Esteban Küber | -13/+1 |
| 2019-01-12 | Reword label as per review comment | Esteban Küber | -25/+25 |