about summary refs log tree commit diff
path: root/src/test/run-make-fulldeps
AgeCommit message (Expand)AuthorLines
2020-05-01Auto merge of #70674 - cjgillot:query-arena-all, r=matthewjasperbors-1/+1
2020-04-28Rollup merge of #71489 - spastorino:fix-treat-err-as-bug-handling, r=eddybDylan DPC-0/+6
2020-04-28Fix fulldeps tests.Camille GILLOT-1/+1
2020-04-27Add test for delay_span_bug and -Ztrear-err-as-bugSantiago Pastorino-0/+6
2020-04-26Rollup merge of #71537 - Mark-Simulacrum:no-self-open, r=davidtwcoDylan DPC-1/+1
2020-04-26tests: Remove unnecessary `-C relocation-model=dynamic-no-pic`sVadim Petrochenkov-10/+4
2020-04-25Remove support for self-openingMark Rousskov-1/+1
2020-04-13Auto merge of #71023 - mati865:mingw-unwind-linking-cleanup, r=Amanieubors-0/+12
2020-04-11Auto merge of #71031 - Dylan-DPC:rollup-zr8hh86, r=Dylan-DPCbors-1/+6
2020-04-11[windows] Add testcase to make sure executables are self-containedMateusz Mikuła-0/+12
2020-04-11Rollup merge of #70937 - mati865:mingw-staticlib-suffix, r=petrochenkovDylan DPC-1/+6
2020-04-11Auto merge of #70161 - cjgillot:query-arena, r=nikomatsakisbors-2/+1
2020-04-10Enforce Python 3 as much as possibleGuillaume Gomez-1/+1
2020-04-09Fix staticlib name for *-pc-windows-gnu targetsMateusz Mikuła-1/+6
2020-04-05Fix test.Camille GILLOT-2/+1
2020-04-04Do not lose or reorder user-provided linker argumentsVadim Petrochenkov-0/+16
2020-04-02fix fulldeps test falloutMazdak Farrokhzad-1/+2
2020-03-30rustc -> rustc_middle part 5 -- fix testsMazdak Farrokhzad-6/+6
2020-03-27Rollup merge of #70345 - nnethercote:rm-no_integrated_as, r=alexcrichtonMazdak Farrokhzad-11/+0
2020-03-27Remove `no_integrated_as` mode.Nicholas Nethercote-11/+0
2020-03-26Update tests to use llvm_asm!Amanieu d'Antras-4/+4
2020-03-24Mark hotplug_codegen_backend as ignore-stage1bjorn3-0/+2
2020-03-24Auto merge of #70163 - nikic:llvm-10-preparation, r=cuviperbors-2/+2
2020-03-19Refactorings to begin getting rid of rustc_codegen_utilsMark Mansi-21/+22
2020-03-19Adjust data layout in testNikita Popov-2/+2
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-8/+8
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