| Age | Commit message (Expand) | Author | Lines |
| 2019-02-13 | fix invalidating references in BTree iterators | Ralf Jung | -13/+21 |
| 2019-02-13 | fix overlapping mutable and shared references in BTreeMap's into_slices_mut | Ralf Jung | -3/+22 |
| 2019-02-13 | Auto merge of #56951 - oli-obk:auto_toolstate_issue, r=kennytm | bors | -3/+83 |
| 2019-02-13 | Auto merge of #58238 - Mark-Simulacrum:doctest-fix, r=alexcrichton | bors | -24/+23 |
| 2019-02-13 | Auto merge of #58235 - jethrogb:jb/sgx-usercall-internals, r=alexcrichton | bors | -84/+59 |
| 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 | Auto merge of #58051 - SimonSapin:str_escape, r=alexcrichton | bors | -199/+326 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -2822/+2850 |
| 2019-02-12 | Fix some rebasing fallout regarding xLTO. | Michael Woerister | -1/+1 |
| 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 | 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 | 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-12 | Auto merge of #58389 - Centril:rollup, r=Centril | bors | -2145/+2104 |
| 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 |