| Age | Commit message (Expand) | Author | Lines |
| 2019-02-12 | Update RELEASES.md | Mazdak Farrokhzad | -1/+1 |
| 2019-02-12 | Update RELEASES.md | Mazdak Farrokhzad | -1/+1 |
| 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 |
| 2019-02-12 | Auto merge of #58180 - davidtwco:issue-58053, r=estebank | bors | -2/+39 |
| 2019-02-12 | libterm => 2018 | Mazdak Farrokhzad | -39/+42 |
| 2019-02-11 | [self-profiler] Misc cleanups | Wesley Wiser | -15/+4 |
| 2019-02-11 | Capture time spent blocked waiting on queries | Wesley Wiser | -4/+39 |
| 2019-02-11 | Add self profiler events for loading incremental query results from disk | Wesley Wiser | -3/+31 |
| 2019-02-11 | libarena => 2018 | Mazdak Farrokhzad | -10/+11 |
| 2019-02-11 | use ignore directives for run-make tests | Andy Russell | -297/+127 |
| 2019-02-11 | remove "experimental" wording from std::os::unix | Andy Russell | -1/+1 |
| 2019-02-11 | Use hidden suggestions for unused imports lint | Esteban Küber | -35/+73 |
| 2019-02-11 | Only suggest imports if not imported. | David Wood | -17/+63 |
| 2019-02-11 | Add way to completely hide suggestion from cli output | Esteban Küber | -3/+47 |
| 2019-02-11 | Never inline HideCodeAlways suggestions | Esteban Küber | -1/+4 |
| 2019-02-11 | Expose hidden snippet suggestions | Esteban Küber | -0/+43 |
| 2019-02-11 | Add way to hide suggestion snippet window from cli output | Esteban Küber | -36/+84 |
| 2019-02-11 | rename variable and add test directive for #58030 | Patrick McCarter | -2/+3 |
| 2019-02-11 | Parallel rustc needs synchronizing smart pointer cloning | Oliver Scherer | -7/+7 |
| 2019-02-11 | Allow platform specific tests | Oliver Scherer | -0/+1 |
| 2019-02-11 | Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocs | Oliver Scherer | -50/+54 |
| 2019-02-11 | Fiddle through the module visibilities for tests | Oliver Scherer | -8/+8 |
| 2019-02-11 | Move out tests of a deprecated module to work around `#[test]` bugs | Oliver Scherer | -414/+416 |
| 2019-02-11 | Use `allow_internal_unstable` in rustc itself | Oliver Scherer | -1/+2 |
| 2019-02-11 | Update fulldeps test | Oliver Scherer | -1/+1 |
| 2019-02-11 | Fixup RustcDeserialize internal features | Oliver Scherer | -0/+1 |
| 2019-02-11 | Use a more fitting name for a respanning function | Oliver Scherer | -6/+8 |