summary refs log tree commit diff
path: root/src/test/run-make-fulldeps
AgeCommit message (Expand)AuthorLines
2020-03-03Add regression test for linking issue with start-group / end-groupTomasz Miąsko-0/+76
2020-02-18Rollup merge of #69146 - matthewjasper:literal-qualif, r=eddybMazdak Farrokhzad-4/+6
2020-02-15Always qualify literals by typeMatthew Jasper-4/+6
2020-02-14add regression test for issue #68794Alberto Piai-0/+31
2020-02-08test: use `all: $(call NATIVE_STATICLIB,test)` to build a C lib.Eduard-Mihai Burtescu-4/+2
2020-02-08test: address comments and pacify the merciless tidy.Eduard-Mihai Burtescu-14/+2
2020-02-08Two test cases where Rust calls C using enums by valueJohn VanEnk-0/+216
2020-02-08Add similar examples that work to each test.John VanEnk-6/+87
2020-02-08Add a test that demonstrates an incorrect return value when calling into rust...John VanEnk-0/+65
2020-02-08Add a test that demonstrates a segfault when calling into rust with non-c-lik...John VanEnk-0/+55
2020-02-04Split `join_codegen_and_link()` into two stepsVictor Ding-4/+14
2020-01-25Auto merge of #68448 - maurer:dyn-cdylib, r=alexcrichtonbors-0/+55
2020-01-24Remove unused ignore-license directivesTomasz Miąsko-24/+0
2020-01-23rustc: Allow cdylibs to link against dylibsMatthew Maurer-0/+55
2020-01-20Add regression test for #64319 back in.Michael Woerister-0/+53
2020-01-20Add regression test for shared-generics x dylibs (#67276).Michael Woerister-0/+74
2020-01-16Update sanitizer testsTomasz Miąsko-88/+0
2020-01-16Rollup merge of #68244 - tmiasko:leak, r=CentrilDylan DPC-7/+10
2020-01-16Rollup merge of #68096 - varkor:diagnostic-cleanup, r=CentrilDylan DPC-2/+2
2020-01-15Enable leak sanitizer test caseTomasz Miąsko-7/+10
2020-01-12Update `output-default.json` and rustdoc testvarkor-2/+2
2020-01-11Abort if C++ tries to swallow a Rust panicAmanieu d'Antras-46/+0
2020-01-11Add a test to check that swallowed Rust panics are dropped properly.Amanieu d'Antras-1/+46
2020-01-09Link sanitizer runtimes instead of injecting crate dependenciesTomasz Miąsko-24/+5
2020-01-08- remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}Mazdak Farrokhzad-19/+16
2020-01-05fix ui-fulldeps falloutMazdak Farrokhzad-1/+2
2020-01-04Rollup merge of #67786 - Centril:canon-span, r=petrochenkovMazdak Farrokhzad-4/+4
2020-01-03Attempt to fix intermittent failures of pgo-branch-weights test.Michael Woerister-11/+19
2020-01-02fix src/test falloutMazdak Farrokhzad-4/+4
2019-12-22Remove mem::uninitalized from testsMark Rousskov-3/+13
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-1/+1
2019-12-02Update the minimum external LLVM to 7Josh Stone-1/+0
2019-11-29Rollup merge of #66791 - cjgillot:arena, r=Mark-SimulacrumRalf Jung-1/+6
2019-11-29Auto merge of #66547 - leo60228:procfs-fallback, r=dtolnaybors-0/+23
2019-11-26Auto merge of #66631 - michaelwoerister:additional-pgo-tests, r=alexcrichtonbors-0/+251
2019-11-26PGO: Make branch-weights regression test more robust.Michael Woerister-10/+10
2019-11-24Fix test.Camille GILLOT-1/+6
2019-11-22Rollup merge of #66575 - Mark-Simulacrum:no-uii, r=petrochenkovMazdak Farrokhzad-43/+0
2019-11-22Test std::env::args in a staticlib on glibc Linuxleo60228-0/+23
2019-11-22PGO: Add regression test for indirect call promotion.Michael Woerister-0/+129
2019-11-22PGO: Add test case for branch weights and function call counts recording.Michael Woerister-0/+122
2019-11-20Remove pretty printing of specific nodes in ASTMark Rousskov-43/+0
2019-11-20Ignore run-make reproducible-build-2 on Mac (we already ignore it on Windows).Felix S. Klock II-0/+1
2019-11-18Auto merge of #54733 - GuillaumeGomez:stabilize-rustdoc-theme, r=ollie27,Dyla...bors-1/+15
2019-11-18Fix Makefile themes checkGuillaume Gomez-1/+2
2019-11-18Remove redundant html checkGuillaume Gomez-1/+0
2019-11-18Rename rustdoc options --themes and --check-themes to --theme and --check-themeGuillaume Gomez-1/+1
2019-11-18add test for rustdoc's --themes flagQuietMisdreavus-0/+14
2019-11-18Auto merge of #66396 - smmalis37:pythontest, r=alexcrichtonbors-1/+1
2019-11-16move DIAGNOSTICS usage to rustc_driverMazdak Farrokhzad-1/+2