| Age | Commit message (Expand) | Author | Lines |
| 2019-01-13 | forbid manually impl'ing one of an object type's marker traits | Ariel Ben-Yehuda | -4/+145 |
| 2019-01-13 | Auto merge of #57577 - Centril:rollup, r=Centril | bors | -579/+601 |
| 2019-01-13 | Rollup merge of #57549 - taiki-e:must_use, r=estebank | Mazdak Farrokhzad | -25/+25 |
| 2019-01-13 | Rollup merge of #57337 - alexcrichton:prioritize-another, r=fitzgen | Mazdak Farrokhzad | -60/+62 |
| 2019-01-13 | Rollup merge of #57102 - davidtwco:issue-57100, r=nikomatsakis | Mazdak Farrokhzad | -153/+366 |
| 2019-01-13 | Rollup merge of #57004 - nnethercote:TS-change-Stream, r=petrochenkov | Mazdak Farrokhzad | -341/+148 |
| 2019-01-13 | Add core::iter::once_with | Stjepan Glavina | -0/+129 |
| 2019-01-13 | Auto merge of #57567 - Centril:stabilize-transpose, r=alexreg | bors | -9/+2 |
| 2019-01-13 | librustc_mir: Fix ICE with slice patterns | Dan Robertson | -1/+63 |
| 2019-01-13 | remove extern_in_paths. | Mazdak Farrokhzad | -233/+62 |
| 2019-01-13 | Address review comments | Vadim Petrochenkov | -13/+20 |
| 2019-01-13 | Auto merge of #57568 - Centril:rollup, r=Centril | bors | -186/+353 |
| 2019-01-13 | Implement basic input validation for built-in attributes | Vadim Petrochenkov | -1625/+1391 |
| 2019-01-13 | Use building RLS branch without `make_glob` | Igor Matuszewski | -0/+0 |
| 2019-01-13 | Account for 2 removed lines in src/librustdoc/test.rs | Igor Matuszewski | -2/+2 |
| 2019-01-13 | Always calculate glob map but only for glob uses | Igor Matuszewski | -41/+11 |
| 2019-01-13 | Fix breakage from #56988 and workaround for #57569 | Vardhan Thigle | -0/+9 |
| 2019-01-13 | Adding Build automation for x86_64-fortanix-unknown-sgx | Vardhan Thigle | -20/+125 |
| 2019-01-13 | Change #[must_use] message of Iterator in documentation | Taiki Endo | -1/+1 |
| 2019-01-13 | Change #[must_use] message of Iterator | Taiki Endo | -23/+23 |
| 2019-01-13 | stabilize transpose_result in 1.33 | Mazdak Farrokhzad | -9/+2 |
| 2019-01-13 | Rollup merge of #57564 - varkor:update-const_fn-tracking-issue, r=Centril | Mazdak Farrokhzad | -15/+14 |
| 2019-01-13 | Rollup merge of #57560 - petrochenkov:selfinmac, r=alexreg | Mazdak Farrokhzad | -9/+28 |
| 2019-01-13 | Rollup merge of #57557 - petrochenkov:ecused, r=varkor | Mazdak Farrokhzad | -0/+69 |
| 2019-01-13 | Rollup merge of #57547 - Xanewok:ptr-eq, r=petrochenkov | Mazdak Farrokhzad | -13/+12 |
| 2019-01-13 | Rollup merge of #57508 - DebugSteven:inline-extern, r=GuillaumeGomez | Mazdak Farrokhzad | -5/+37 |
| 2019-01-13 | Rollup merge of #57496 - steveklabnik:gh32934, r=Centril | Mazdak Farrokhzad | -20/+15 |
| 2019-01-13 | Rollup merge of #57494 - dotdash:expand, r=nikomatsakis | Mazdak Farrokhzad | -8/+23 |
| 2019-01-13 | Rollup merge of #57474 - emilio:save-analysis-path, r=nrc | Mazdak Farrokhzad | -3/+5 |
| 2019-01-13 | Rollup merge of #57473 - alexcrichton:hex-display-on-windows, r=Kimundi | Mazdak Farrokhzad | -1/+10 |
| 2019-01-13 | Rollup merge of #57461 - nnethercote:ParseResult-Failure-static-str, r=simula... | Mazdak Farrokhzad | -4/+4 |
| 2019-01-13 | Rollup merge of #57454 - sinkuu:fmt_cleanup, r=joshtriplett | Mazdak Farrokhzad | -40/+10 |
| 2019-01-13 | Rollup merge of #57453 - cuviper:python3-thread, r=nikomatsakis | Mazdak Farrokhzad | -1/+6 |
| 2019-01-13 | Rollup merge of #57436 - Xanewok:save-analysis-access-ice-fix, r=nikomatsakis | Mazdak Farrokhzad | -3/+14 |
| 2019-01-13 | Rollup merge of #57412 - JohnTitor:improve-the-wording-1, r=varkor | Mazdak Farrokhzad | -46/+46 |
| 2019-01-13 | Rollup merge of #57353 - huonw:faster-finiteness-checks, r=KodrAus | Mazdak Farrokhzad | -4/+24 |
| 2019-01-13 | Rollup merge of #57351 - oli-obk:cheap_const_ops, r=RalfJung | Mazdak Farrokhzad | -14/+36 |
| 2019-01-13 | Minor cosmetic changes | Alexander Regueiro | -8/+12 |
| 2019-01-12 | Update documentation comment | Esteban Küber | -4/+17 |
| 2019-01-12 | Don't add label to the match expr when the type is not fully realized | Esteban Küber | -14/+4 |
| 2019-01-12 | Reword label as per review comment | Esteban Küber | -26/+26 |
| 2019-01-12 | tidy fix | Esteban Küber | -1/+6 |
| 2019-01-12 | Point at the match discriminant when arm pattern has a type mismatch | Esteban Küber | -77/+183 |
| 2019-01-12 | Suggest correct location for lifetime parameters in use | Esteban Küber | -47/+82 |
| 2019-01-13 | const stabilize . | Mazdak Farrokhzad | -24/+48 |
| 2019-01-13 | Update the const fn tracking issue to the new metabug | varkor | -15/+14 |
| 2019-01-12 | Remove unrelated errors from parse stderr tests | Esteban Küber | -105/+35 |
| 2019-01-12 | Update cargo | Eric Huss | -0/+0 |
| 2019-01-13 | hygiene: Do not treat `Self` ctor as a local variable | Vadim Petrochenkov | -9/+28 |
| 2019-01-13 | resolve: Mark extern crate items as used in more cases | Vadim Petrochenkov | -0/+69 |