| Age | Commit message (Expand) | Author | Lines |
| 2019-03-28 | Rollup merge of #59371 - dlrobertson:rename_va_list_copy, r=joshtriplett | Mazdak Farrokhzad | -1/+1 |
| 2019-03-22 | ffi: rename VaList::copy to VaList::with_copy | Dan Robertson | -1/+1 |
| 2019-03-21 | Move one test from run-make-fulldeps to ui | Vadim Petrochenkov | -57/+0 |
| 2019-03-20 | Auto merge of #57018 - dcreager:redundant-linker, r=alexcrichton | bors | -0/+48 |
| 2019-03-19 | Ignore test on Windows | Douglas Creager | -1/+6 |
| 2019-03-19 | Explicitly prefer dynamic linking in test case | Douglas Creager | -0/+1 |
| 2019-03-16 | Fix test | bjorn3 | -7/+34 |
| 2019-03-15 | Remove copyright notices | Douglas Creager | -42/+1 |
| 2019-03-12 | Move comment describing test case | Douglas Creager | -9/+10 |
| 2019-03-11 | Add run-make-fulldeps test case | Douglas Creager | -0/+82 |
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -47/+32 |
| 2019-03-07 | update treat-err-as-bug test | Esteban Küber | -1/+1 |
| 2019-03-02 | Call clang and llvm-objdump with correct library path | Mark Rousskov | -6/+6 |
| 2019-02-28 | Introduce rustc_interface and move some methods there | John Kåre Alsaker | -1/+3 |
| 2019-02-27 | Support defining C compatible variadic functions | Dan Robertson | -2/+35 |
| 2019-02-12 | Stabilize linker-plugin based LTO. | Michael Woerister | -10/+10 |
| 2019-02-11 | use ignore directives for run-make tests | Andy Russell | -253/+97 |
| 2019-02-05 | Do not ICE in codegen given a extern_type static | Dan Robertson | -0/+30 |
| 2019-02-03 | liballoc: alloc-extern-crates test needs --edition=2018 | Mazdak Farrokhzad | -1/+1 |
| 2019-01-31 | Auto merge of #57514 - michaelwoerister:xlto-tests, r=alexcrichton | bors | -0/+69 |
| 2019-01-26 | Ignore LLVM-dependent run-make tests on Windows | Mark Rousskov | -1/+20 |
| 2019-01-26 | Workaround presence of LLVM library in stage0/lib | Mark Rousskov | -11/+12 |
| 2019-01-17 | compiletest: Simplify handling of Clang-based tests. | Michael Woerister | -3/+3 |
| 2019-01-17 | Add an end-to-end run-make test for cross-lang LTO. | Michael Woerister | -0/+69 |
| 2019-01-13 | remove extern_in_paths. | Mazdak Farrokhzad | -11/+1 |
| 2019-01-06 | Auto merge of #57286 - alexcrichton:less-thin-2-2, r=nikomatsakis | bors | -141/+0 |
| 2019-01-03 | Fix repeated word typos | Wiktor Kuchta | -1/+1 |
| 2019-01-02 | Remove no longer working test | Alex Crichton | -141/+0 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -3650/+8 |
| 2018-12-25 | Revert "Rollup merge of #56944 - alexcrichton:less-thin2, r=michaelwoerister" | kennytm | -0/+181 |
| 2018-12-24 | Rollup merge of #56944 - alexcrichton:less-thin2, r=michaelwoerister | Mazdak Farrokhzad | -181/+0 |
| 2018-12-19 | Rollup merge of #56947 - hsivonen:neon, r=alexcrichton | Pietro Albini | -0/+2 |
| 2018-12-18 | Remove no longer working test | Alex Crichton | -181/+0 |
| 2018-12-18 | Search other library paths when loking for link objects | Petr Hosek | -0/+27 |
| 2018-12-14 | Auto merge of #56818 - kennytm:rollup-2, r=kennytm | bors | -1/+1 |
| 2018-12-14 | Rollup merge of #56748 - kinnison:kinnison/fix-56734, r=dtolnay | kennytm | -1/+1 |
| 2018-12-14 | Auto merge of #56568 - notriddle:master, r=alexcrichton | bors | -1/+1 |
| 2018-12-13 | Update panic message to be clearer about env-vars | Daniel Silverstone | -1/+1 |
| 2018-12-13 | Add targets thumbv7neon-linux-androideabi and thumbv7neon-unknown-linux-gnuea... | Henri Sivonen | -0/+2 |
| 2018-12-12 | Auto merge of #56092 - alexcrichton:no-more-std-subodules, r=Mark-Simulacrum | bors | -9/+5 |
| 2018-12-11 | std: Depend directly on crates.io crates | Alex Crichton | -9/+5 |
| 2018-12-11 | Auto merge of #56243 - RalfJung:test-deterministic, r=alexcrichton | bors | -1/+1 |
| 2018-12-10 | Remove dependency on shell32.dll #56510 | Michael Howell | -1/+1 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 |
| 2018-12-06 | codegen_utils, driver: fix clippy errors | ljedrz | -1/+1 |
| 2018-12-06 | Auto merge of #54517 - mcr431:53956-panic-on-include_bytes-of-own-file, r=mic... | bors | -1/+2 |
| 2018-12-05 | Auto merge of #55933 - euclio:doc-panic, r=QuietMisdreavus | bors | -0/+26 |
| 2018-12-05 | emit error when doc generation fails | Andy Russell | -0/+26 |
| 2018-12-04 | adds DocTest filename variant, refactors doctest_offset out of source_map, fi... | Matthew Russo | -1/+2 |
| 2018-11-30 | tests: Simplify VaList run-make test | Dan Robertson | -174/+57 |