| Age | Commit message (Expand) | Author | Lines |
| 2020-05-01 | Auto merge of #70674 - cjgillot:query-arena-all, r=matthewjasper | bors | -1/+1 |
| 2020-04-28 | Rollup merge of #71489 - spastorino:fix-treat-err-as-bug-handling, r=eddyb | Dylan DPC | -0/+6 |
| 2020-04-28 | Fix fulldeps tests. | Camille GILLOT | -1/+1 |
| 2020-04-27 | Add test for delay_span_bug and -Ztrear-err-as-bug | Santiago Pastorino | -0/+6 |
| 2020-04-26 | Rollup merge of #71537 - Mark-Simulacrum:no-self-open, r=davidtwco | Dylan DPC | -1/+1 |
| 2020-04-26 | tests: Remove unnecessary `-C relocation-model=dynamic-no-pic`s | Vadim Petrochenkov | -10/+4 |
| 2020-04-25 | Remove support for self-opening | Mark Rousskov | -1/+1 |
| 2020-04-13 | Auto merge of #71023 - mati865:mingw-unwind-linking-cleanup, r=Amanieu | bors | -0/+12 |
| 2020-04-11 | Auto merge of #71031 - Dylan-DPC:rollup-zr8hh86, r=Dylan-DPC | bors | -1/+6 |
| 2020-04-11 | [windows] Add testcase to make sure executables are self-contained | Mateusz Mikuła | -0/+12 |
| 2020-04-11 | Rollup merge of #70937 - mati865:mingw-staticlib-suffix, r=petrochenkov | Dylan DPC | -1/+6 |
| 2020-04-11 | Auto merge of #70161 - cjgillot:query-arena, r=nikomatsakis | bors | -2/+1 |
| 2020-04-10 | Enforce Python 3 as much as possible | Guillaume Gomez | -1/+1 |
| 2020-04-09 | Fix staticlib name for *-pc-windows-gnu targets | Mateusz Mikuła | -1/+6 |
| 2020-04-05 | Fix test. | Camille GILLOT | -2/+1 |
| 2020-04-04 | Do not lose or reorder user-provided linker arguments | Vadim Petrochenkov | -0/+16 |
| 2020-04-02 | fix fulldeps test fallout | Mazdak Farrokhzad | -1/+2 |
| 2020-03-30 | rustc -> rustc_middle part 5 -- fix tests | Mazdak Farrokhzad | -6/+6 |
| 2020-03-27 | Rollup merge of #70345 - nnethercote:rm-no_integrated_as, r=alexcrichton | Mazdak Farrokhzad | -11/+0 |
| 2020-03-27 | Remove `no_integrated_as` mode. | Nicholas Nethercote | -11/+0 |
| 2020-03-26 | Update tests to use llvm_asm! | Amanieu d'Antras | -4/+4 |
| 2020-03-24 | Mark hotplug_codegen_backend as ignore-stage1 | bjorn3 | -0/+2 |
| 2020-03-24 | Auto merge of #70163 - nikic:llvm-10-preparation, r=cuviper | bors | -2/+2 |
| 2020-03-19 | Refactorings to begin getting rid of rustc_codegen_utils | Mark Mansi | -21/+22 |
| 2020-03-19 | Adjust data layout in test | Nikita Popov | -2/+2 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -8/+8 |
| 2020-03-03 | Add regression test for linking issue with start-group / end-group | Tomasz Miąsko | -0/+76 |
| 2020-02-18 | Rollup merge of #69146 - matthewjasper:literal-qualif, r=eddyb | Mazdak Farrokhzad | -4/+6 |
| 2020-02-15 | Always qualify literals by type | Matthew Jasper | -4/+6 |
| 2020-02-14 | add regression test for issue #68794 | Alberto Piai | -0/+31 |
| 2020-02-08 | test: use `all: $(call NATIVE_STATICLIB,test)` to build a C lib. | Eduard-Mihai Burtescu | -4/+2 |
| 2020-02-08 | test: address comments and pacify the merciless tidy. | Eduard-Mihai Burtescu | -14/+2 |
| 2020-02-08 | Two test cases where Rust calls C using enums by value | John VanEnk | -0/+216 |
| 2020-02-08 | Add similar examples that work to each test. | John VanEnk | -6/+87 |
| 2020-02-08 | Add a test that demonstrates an incorrect return value when calling into rust... | John VanEnk | -0/+65 |
| 2020-02-08 | Add a test that demonstrates a segfault when calling into rust with non-c-lik... | John VanEnk | -0/+55 |
| 2020-02-04 | Split `join_codegen_and_link()` into two steps | Victor Ding | -4/+14 |
| 2020-01-25 | Auto merge of #68448 - maurer:dyn-cdylib, r=alexcrichton | bors | -0/+55 |
| 2020-01-24 | Remove unused ignore-license directives | Tomasz Miąsko | -24/+0 |
| 2020-01-23 | rustc: Allow cdylibs to link against dylibs | Matthew Maurer | -0/+55 |
| 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 |