| Age | Commit message (Expand) | Author | Lines |
| 2020-01-20 | Add regression test for #64319 back in. | Michael Woerister | -0/+53 |
| 2020-01-20 | Add regression test for shared-generics x dylibs (#67276). | Michael Woerister | -0/+74 |
| 2020-01-16 | Update sanitizer tests | Tomasz Miąsko | -88/+0 |
| 2020-01-16 | Rollup merge of #68244 - tmiasko:leak, r=Centril | Dylan DPC | -7/+10 |
| 2020-01-16 | Rollup merge of #68096 - varkor:diagnostic-cleanup, r=Centril | Dylan DPC | -2/+2 |
| 2020-01-15 | Enable leak sanitizer test case | Tomasz Miąsko | -7/+10 |
| 2020-01-12 | Update `output-default.json` and rustdoc test | varkor | -2/+2 |
| 2020-01-11 | Abort if C++ tries to swallow a Rust panic | Amanieu d'Antras | -46/+0 |
| 2020-01-11 | Add a test to check that swallowed Rust panics are dropped properly. | Amanieu d'Antras | -1/+46 |
| 2020-01-09 | Link sanitizer runtimes instead of injecting crate dependencies | Tomasz Miąsko | -24/+5 |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -19/+16 |
| 2020-01-05 | fix ui-fulldeps fallout | Mazdak Farrokhzad | -1/+2 |
| 2020-01-04 | Rollup merge of #67786 - Centril:canon-span, r=petrochenkov | Mazdak Farrokhzad | -4/+4 |
| 2020-01-03 | Attempt to fix intermittent failures of pgo-branch-weights test. | Michael Woerister | -11/+19 |
| 2020-01-02 | fix src/test fallout | Mazdak Farrokhzad | -4/+4 |
| 2019-12-22 | Remove mem::uninitalized from tests | Mark Rousskov | -3/+13 |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -1/+1 |
| 2019-12-02 | Update the minimum external LLVM to 7 | Josh Stone | -1/+0 |
| 2019-11-29 | Rollup merge of #66791 - cjgillot:arena, r=Mark-Simulacrum | Ralf Jung | -1/+6 |
| 2019-11-29 | Auto merge of #66547 - leo60228:procfs-fallback, r=dtolnay | bors | -0/+23 |
| 2019-11-26 | Auto merge of #66631 - michaelwoerister:additional-pgo-tests, r=alexcrichton | bors | -0/+251 |
| 2019-11-26 | PGO: Make branch-weights regression test more robust. | Michael Woerister | -10/+10 |
| 2019-11-24 | Fix test. | Camille GILLOT | -1/+6 |
| 2019-11-22 | Rollup merge of #66575 - Mark-Simulacrum:no-uii, r=petrochenkov | Mazdak Farrokhzad | -43/+0 |
| 2019-11-22 | Test std::env::args in a staticlib on glibc Linux | leo60228 | -0/+23 |
| 2019-11-22 | PGO: Add regression test for indirect call promotion. | Michael Woerister | -0/+129 |
| 2019-11-22 | PGO: Add test case for branch weights and function call counts recording. | Michael Woerister | -0/+122 |
| 2019-11-20 | Remove pretty printing of specific nodes in AST | Mark Rousskov | -43/+0 |
| 2019-11-20 | Ignore run-make reproducible-build-2 on Mac (we already ignore it on Windows). | Felix S. Klock II | -0/+1 |
| 2019-11-18 | Auto merge of #54733 - GuillaumeGomez:stabilize-rustdoc-theme, r=ollie27,Dyla... | bors | -1/+15 |
| 2019-11-18 | Fix Makefile themes check | Guillaume Gomez | -1/+2 |
| 2019-11-18 | Remove redundant html check | Guillaume Gomez | -1/+0 |
| 2019-11-18 | Rename rustdoc options --themes and --check-themes to --theme and --check-theme | Guillaume Gomez | -1/+1 |
| 2019-11-18 | add test for rustdoc's --themes flag | QuietMisdreavus | -0/+14 |
| 2019-11-18 | Auto merge of #66396 - smmalis37:pythontest, r=alexcrichton | bors | -1/+1 |
| 2019-11-16 | move DIAGNOSTICS usage to rustc_driver | Mazdak Farrokhzad | -1/+2 |
| 2019-11-15 | Change makefile back to python27. | Steven Malis | -1/+1 |
| 2019-11-13 | Make a test compatible across python versions. | Steven Malis | -2/+2 |
| 2019-11-11 | Add a callback that allows compiler consumers to override queries. | Vytautas Astrauskas | -0/+1 |
| 2019-11-09 | rustc_metadata: don't let LLVM confuse rmeta blobs for COFF object files. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-11-07 | Add test for --extern alloc=librustc.rlib | Eric Huss | -0/+7 |
| 2019-11-07 | Add more --extern tests. | Eric Huss | -0/+27 |
| 2019-11-07 | Stabilize --extern flag without a path. | Eric Huss | -3/+1 |
| 2019-11-07 | Rollup merge of #65945 - tmiasko:long-linker-command-line, r=alexcrichton | Yuki Okushi | -29/+44 |
| 2019-11-03 | Fix macOS tests | Amanieu d'Antras | -0/+2 |
| 2019-11-03 | Make SEH exceptions use a rust_panic type instead of unsigned __int64* | Amanieu d'Antras | -1/+2 |
| 2019-11-03 | Hack to make C++ exceptions test work on i686-pc-windows-gnu | Amanieu d'Antras | -2/+25 |
| 2019-11-03 | Allow foreign exceptions to unwind through Rust code | Amanieu d'Antras | -0/+132 |
| 2019-11-03 | Enable C++ exceptions on MSVC when building C++ tests | Amanieu d'Antras | -1/+1 |
| 2019-11-03 | Add -lstdc++ for run-make-fulldeps tests on MinGW | Amanieu d'Antras | -0/+1 |