| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |