| Age | Commit message (Expand) | Author | Lines |
| 2019-02-13 | fix rebase fallout | Ralf Jung | -1/+1 |
| 2019-02-13 | Update RELEASES.md | Mazdak Farrokhzad | -1/+1 |
| 2019-02-13 | fix whitespace | Ralf Jung | -1/+1 |
| 2019-02-13 | make bin_op and unary_op APIs consistently work on ImmTy | Ralf Jung | -65/+66 |
| 2019-02-13 | make OpTy.op private, and ImmTy.imm public instead | Ralf Jung | -65/+80 |
| 2019-02-13 | HirId-ify hir::BodyId | ljedrz | -147/+175 |
| 2019-02-13 | Auto merge of #58235 - jethrogb:jb/sgx-usercall-internals, r=alexcrichton | bors | -84/+59 |
| 2019-02-13 | Clarify guarantees for `Box` allocation | Jethro Beekman | -0/+13 |
| 2019-02-12 | Merging master | Matthias Einwag | -14501/+17713 |
| 2019-02-12 | Revert "Remove mentions of unstable sort_by_cached key from stable documentat... | Scott McMurray | -0/+8 |
| 2019-02-12 | Stabilize slice_sort_by_cached_key | Scott McMurray | -14/+1 |
| 2019-02-13 | Auto merge of #58415 - Centril:rollup, r=Centril | bors | -350/+687 |
| 2019-02-13 | Rollup merge of #58405 - gnzlbg:remove_unused_macros, r=alexcrichton | Mazdak Farrokhzad | -14/+0 |
| 2019-02-13 | Rollup merge of #58404 - euclio:cloudabi-keyserver, r=alexcrichton | Mazdak Farrokhzad | -5/+4 |
| 2019-02-13 | Rollup merge of #58387 - alexreg:fix-trait-alias-2, r=centril | Mazdak Farrokhzad | -1/+28 |
| 2019-02-13 | Rollup merge of #58289 - haraldh:master, r=sfackler | Mazdak Farrokhzad | -0/+152 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -121/+114 |
| 2019-02-13 | Rollup merge of #58200 - RalfJung:str-as-mut-ptr, r=SimonSapin | Mazdak Farrokhzad | -7/+23 |
| 2019-02-13 | Rollup merge of #58166 - euclio:deprecation-shorthand, r=petrochenkov | Mazdak Farrokhzad | -67/+117 |
| 2019-02-13 | Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebank | Mazdak Farrokhzad | -61/+52 |
| 2019-02-13 | Rollup merge of #58057 - michaelwoerister:stabilize-xlto, r=alexcrichton | Mazdak Farrokhzad | -61/+172 |
| 2019-02-13 | Rollup merge of #58034 - faern:stabilize-time-checked-add, r=alexcrichton | Mazdak Farrokhzad | -8/+8 |
| 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 | Update RELEASES.md | Mazdak Farrokhzad | -1/+1 |
| 2019-02-12 | Update RELEASES.md | Mazdak Farrokhzad | -1/+1 |