about summary refs log tree commit diff
path: root/src/test/run-make-fulldeps
AgeCommit message (Expand)AuthorLines
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
2019-11-15Change makefile back to python27.Steven Malis-1/+1
2019-11-13Make a test compatible across python versions.Steven Malis-2/+2
2019-11-11Add a callback that allows compiler consumers to override queries.Vytautas Astrauskas-0/+1
2019-11-09rustc_metadata: don't let LLVM confuse rmeta blobs for COFF object files.Eduard-Mihai Burtescu-2/+2
2019-11-07Add test for --extern alloc=librustc.rlibEric Huss-0/+7
2019-11-07Add more --extern tests.Eric Huss-0/+27
2019-11-07Stabilize --extern flag without a path.Eric Huss-3/+1
2019-11-07Rollup merge of #65945 - tmiasko:long-linker-command-line, r=alexcrichtonYuki Okushi-29/+44
2019-11-03Fix macOS testsAmanieu d'Antras-0/+2
2019-11-03Make SEH exceptions use a rust_panic type instead of unsigned __int64*Amanieu d'Antras-1/+2
2019-11-03Hack to make C++ exceptions test work on i686-pc-windows-gnuAmanieu d'Antras-2/+25
2019-11-03Allow foreign exceptions to unwind through Rust codeAmanieu d'Antras-0/+132
2019-11-03Enable C++ exceptions on MSVC when building C++ testsAmanieu d'Antras-1/+1
2019-11-03Add -lstdc++ for run-make-fulldeps tests on MinGWAmanieu d'Antras-0/+1
2019-11-01targeted revert of PR rust-lang/rust#64324 (just undo change to dylib generic...Felix S. Klock II-55/+2
2019-11-01Optimize long-linker-command-line testTomasz Miąsko-29/+44
2019-10-29Auto merge of #65435 - michaelwoerister:fix-issue-64153, r=alexcrichtonbors-0/+38
2019-10-28Ignore issue-64153 run-make test on Windows since supporting a Windows versio...Michael Woerister-0/+4
2019-10-24rustc: Add a convenience alias for `dyn MetadataLoader + Sync`Vadim Petrochenkov-3/+3
2019-10-23Rollup merge of #65193 - Mark-Simulacrum:lockless-lintstore, r=nikomatsakisMazdak Farrokhzad-0/+1
2019-10-22Add regression test for issue #64153.Michael Woerister-0/+34
2019-10-17Update API to be more compatible with plugin needsMark Rousskov-0/+1
2019-10-17Avoid injecting sanitizer runtimes into staticlibs (#64629).Christian Holler (:decoder)-4/+20