| Age | Commit message (Expand) | Author | Lines |
| 2019-02-13 | Rollup merge of #57815 - dotdash:asserts, r=sfackler | Mazdak Farrokhzad | -4/+16 |
| 2019-02-13 | Rollup merge of #57693 - king6cong:word, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-02-12 | compute is_partial_move outside of the move_site loop for clarity | Clint Frederickson | -2/+9 |
| 2019-02-12 | Auto merge of #58051 - SimonSapin:str_escape, r=alexcrichton | bors | -199/+326 |
| 2019-02-12 | [CI] Update dist-x86_64-linux to GCC 5.5 | Josh Stone | -22/+12 |
| 2019-02-13 | Add Instant::checked_duration_since, address #58402. | Vitaly _Vi Shukela | -0/+31 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -2822/+2850 |
| 2019-02-12 | respect alternate flag when formatting impl trait | Andy Russell | -30/+43 |
| 2019-02-12 | Check user type annotations for range patterns. | David Wood | -85/+176 |
| 2019-02-12 | [CI] Update crosstool-ng builders to GCC 5.2 | Josh Stone | -89/+300 |
| 2019-02-12 | Fix some rebasing fallout regarding xLTO. | Michael Woerister | -1/+1 |
| 2019-02-12 | Add riscv64gc-unknown-none-elf target | Vadim Kaushan | -0/+34 |
| 2019-02-12 | Add riscv64imac-unknown-none-elf target | Vadim Kaushan | -0/+34 |
| 2019-02-12 | Update LLVM: apply patches for RISC-V 64-bit support | Vadim Kaushan | -0/+0 |
| 2019-02-13 | Fix rebase fail | Taiki Endo | -1/+1 |
| 2019-02-13 | Cleanup imports | Taiki Endo | -69/+72 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -82/+72 |
| 2019-02-12 | Fix rustc_driver swallowing errors when compilation is stopped | gnzlbg | -0/+5 |
| 2019-02-12 | Remove some dead code from libcore | gnzlbg | -14/+0 |
| 2019-02-12 | Add documentation about -Clinker-plugin-lto to rustc book. | Michael Woerister | -1/+110 |
| 2019-02-12 | use Ubuntu keyserver for CloudABI ports | Andy Russell | -5/+4 |
| 2019-02-12 | Added tests. | Alexander Regueiro | -0/+21 |
| 2019-02-12 | Stabilize linker-plugin based LTO. | Michael Woerister | -59/+61 |
| 2019-02-12 | Permit issue posting to have network failures | Oliver Scherer | -4/+12 |
| 2019-02-12 | rustc: Implement incremental "fat" LTO | Alex Crichton | -83/+246 |
| 2019-02-12 | Auto merge of #58098 - oli-obk:maybe_allow_internal_unstable, r=petrochenkov | bors | -512/+622 |
| 2019-02-12 | Add doctests for str::escape_* | Simon Sapin | -3/+93 |
| 2019-02-12 | Make the prema-unstable char::escape_debug_ext method crate-private | Simon Sapin | -3/+1 |
| 2019-02-12 | Move str::escape_* to libcore | Simon Sapin | -165/+169 |
| 2019-02-12 | Stabilize str::escape_* methods | Simon Sapin | -20/+7 |
| 2019-02-12 | New return types for str::escape_* that impl Display and Iterator<char> | Simon Sapin | -46/+132 |
| 2019-02-12 | Add internal impl_fn_for_zst macro for "named closure types" | Simon Sapin | -113/+75 |
| 2019-02-12 | Doc rewording | king6cong | -1/+1 |
| 2019-02-12 | Auto merge of #57388 - euclio:runmake-explicit-ignore, r=kennytm | bors | -297/+127 |
| 2019-02-11 | Use less explicit shifting in std::net::ip | Scott McMurray | -25/+58 |
| 2019-02-12 | Auto merge of #58389 - Centril:rollup, r=Centril | bors | -2145/+2104 |
| 2019-02-12 | Set the query in the ImplicitCtxt before trying to mark it green | John Kåre Alsaker | -58/+73 |
| 2019-02-12 | Rollup merge of #58382 - euclio:unix-ext, r=dtolnay | Mazdak Farrokhzad | -1/+1 |
| 2019-02-12 | Rollup merge of #58367 - nnethercote:rm-two-dead-funcs, r=alexcrichton | Mazdak Farrokhzad | -33/+0 |
| 2019-02-12 | Rollup merge of #58342 - taiki-e:nll, r=matthewjasper | Mazdak Farrokhzad | -0/+21 |
| 2019-02-12 | Rollup merge of #58322 - taiki-e:librustc_codegen_ssa-2018, r=petrochenkov | Mazdak Farrokhzad | -91/+75 |
| 2019-02-12 | Rollup merge of #58318 - taiki-e:libserialize-2018, r=Centril | Mazdak Farrokhzad | -1609/+1607 |
| 2019-02-12 | Rollup merge of #58313 - matthewjasper:use-question-in-macros, r=oli-obk | Mazdak Farrokhzad | -260/+246 |
| 2019-02-12 | Rollup merge of #58300 - taiki-e:librustc_typeck-2018, r=petrochenkov | Mazdak Farrokhzad | -100/+98 |
| 2019-02-12 | Rollup merge of #58288 - taiki-e:rustc-workspace-hack-2018, r=alexcrichton | Mazdak Farrokhzad | -0/+1 |
| 2019-02-12 | Rollup merge of #58287 - taiki-e:rustc-std-workspace-core-2018, r=alexcrichton | Mazdak Farrokhzad | -2/+2 |
| 2019-02-12 | Rollup merge of #58111 - Centril:libterm-2018, r=oli-obk | Mazdak Farrokhzad | -39/+42 |
| 2019-02-12 | Rollup merge of #58105 - Centril:libarena-trans-2018, r=oli-obk | Mazdak Farrokhzad | -10/+11 |
| 2019-02-12 | Auto merge of #58246 - pmccarter:master, r=oli-obk | bors | -21/+177 |
| 2019-02-12 | Disallow `auto` trait alias syntax. | Alexander Regueiro | -1/+7 |