| Age | Commit message (Expand) | Author | Lines |
| 2018-12-20 | Remove nil-enum test | varkor | -24/+0 |
| 2018-12-20 | display rustc_private APIs as "Internal" | Andy Russell | -8/+52 |
| 2018-12-20 | Move compiletest test run to mingw-check builder | Philipp Hansch | -6/+2 |
| 2018-12-20 | split extra_scripts to handle root_path shenanigans | QuietMisdreavus | -10/+29 |
| 2018-12-20 | new --static-root-path flag for controlling static file locations | QuietMisdreavus | -14/+80 |
| 2018-12-20 | Run compiletest tests on CI | Philipp Hansch | -0/+5 |
| 2018-12-20 | Copyrite | Oliver Scherer | -10/+0 |
| 2018-12-20 | Auto merge of #56647 - petrochenkov:dcrate2, r=alexcrichton | bors | -189/+487 |
| 2018-12-20 | Fix typo in comment | Adrian Budau | -1/+1 |
| 2018-12-20 | Fix pipe2 and accept4 on static linked executables on linux (like musl). | Adrian Budau | -27/+81 |
| 2018-12-20 | Auto merge of #56741 - RalfJung:retag-to-raw, r=oli-obk | bors | -128/+76 |
| 2018-12-20 | Add test for associated const version display | Guillaume Gomez | -0/+26 |
| 2018-12-20 | fix nits | Nicole Mazzuca | -2/+4 |
| 2018-12-20 | Update src/libcore/num/mod.rs | David Tolnay | -1/+1 |
| 2018-12-20 | Auto merge of #56649 - davidtwco:issue-46589, r=pnkfelix | bors | -184/+300 |
| 2018-12-20 | Refactor and add comments to code in receiver_is_valid | Michael Hewson | -69/+46 |
| 2018-12-20 | Add DoubleEndedIterator::nth_back | Clar Fon | -6/+107 |
| 2018-12-20 | add a doc comment on `receiver_is_valid` | Michael Hewson | -0/+8 |
| 2018-12-20 | Stabilize `Rc`, `Arc` and `Pin` as method receivers | Michael Hewson | -91/+250 |
| 2018-12-19 | Stabilize Vec(Deque)::resize_with | Scott McMurray | -7/+2 |
| 2018-12-20 | Add `std::os::fortanix_sgx` module | Jethro Beekman | -56/+325 |
| 2018-12-20 | Auto merge of #56219 - arielb1:never-coerce-box, r=nikomatsakis | bors | -65/+172 |
| 2018-12-20 | Remove `TokenStream::JointTree`. | Nicholas Nethercote | -60/+46 |
| 2018-12-19 | Auto merge of #54252 - arielb1:deref-query, r=nikomatsakis | bors | -192/+488 |
| 2018-12-19 | suggest similar lint names for unknown lints | Andy Russell | -47/+69 |
| 2018-12-20 | Workaround issues with crate loading during cross-compilation | Vadim Petrochenkov | -3/+9 |
| 2018-12-19 | Do not interpret mismatches from pretty-printed `$crate` as token stream inva... | Vadim Petrochenkov | -60/+50 |
| 2018-12-19 | Reintroduce special pretty-printing for `$crate` when it's necessary for proc... | Vadim Petrochenkov | -14/+403 |
| 2018-12-19 | proc_macro: Accept `$crate` as an identifier if it comes from the compiler | Vadim Petrochenkov | -0/+34 |
| 2018-12-19 | proc_macro: Validate tokens coming from the compiler again | Vadim Petrochenkov | -72/+56 |
| 2018-12-19 | Remove `eliminate_crate_var` and special pretty-printing for `$crate` | Vadim Petrochenkov | -112/+7 |
| 2018-12-19 | Auto merge of #56613 - Zoxc:query-perf1, r=michaelwoerister | bors | -75/+167 |
| 2018-12-19 | FIXME(9639) remove fixme and accept non-utf8 paths in librustdoc | Niv Kaminer | -7/+5 |
| 2018-12-19 | FIXME(9639) remove fixme and accept non-utf8 paths in compiletest | Niv Kaminer | -18/+18 |
| 2018-12-19 | Fix compiletest `trim` deprecation warnings | Philipp Hansch | -10/+10 |
| 2018-12-19 | test: Ignore ui/target-feature-gate on sparc and sparc64 | John Paul Adrian Glaubitz | -1/+3 |
| 2018-12-19 | test: Ignore ui/target-feature-gate on powerpc and powerpc64(le) | John Paul Adrian Glaubitz | -1/+4 |
| 2018-12-19 | query: simplify stack trimming in cycle_check | ljedrz | -1/+1 |
| 2018-12-19 | rustc: Move jemalloc from rustc_driver to rustc | Alex Crichton | -14/+14 |
| 2018-12-19 | Allow testing pointers for inboundedness while forbidding dangling pointers | Oliver Scherer | -8/+6 |
| 2018-12-19 | dropck: remove unnecessary call to cloned() | ljedrz | -1/+1 |
| 2018-12-19 | dropck: simplify common patterns | ljedrz | -7/+6 |
| 2018-12-19 | Auto merge of #56601 - Zoxc:lifetime-killer, r=nikomatsakis | bors | -48/+56 |
| 2018-12-19 | query: minor refactoring | ljedrz | -10/+3 |
| 2018-12-19 | query: insert visited queries more eagerly | ljedrz | -6/+3 |
| 2018-12-19 | miri: allocation is infallible | Ralf Jung | -18/+18 |
| 2018-12-19 | Adding unwinding support for x86_64_fortanix_unknown_sgx target. | Vardhan Thigle | -30/+168 |
| 2018-12-19 | Auto merge of #56977 - pietroalbini:rollup, r=pietroalbini | bors | -254/+459 |
| 2018-12-19 | query: faster stack reversal in remove_cycle | ljedrz | -5/+3 |
| 2018-12-19 | Rollup merge of #56959 - JohnHeitmann:mobile-z-fix, r=GuillaumeGomez | Pietro Albini | -1/+1 |