summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
2018-01-23rustc: Lower link args to `@`-files on Windows moreAlex Crichton-0/+103
2017-12-30Remove excessive trailing newlines.kennytm-4/+0
2017-12-26Revert "Just compare the symbol names and types, not the addresses"Bastian Köcher-6/+6
2017-12-26Use `start` for the `sepcomp-inlining` testBastian Köcher-3/+8
2017-12-26The test functions are now in the same compile unitBastian Köcher-2/+2
2017-12-26Just compare the symbol names and types, not the addressesBastian Köcher-6/+6
2017-12-22Rollup merge of #46858 - QuietMisdreavus:external-doc-error, r=estebankkennytm-1/+7
2017-12-19add files loaded through doc(include) into dep-infoQuietMisdreavus-1/+7
2017-12-19Fix a `compile_input` testvarkor-1/+1
2017-12-18Prevent rustc overwriting input filesvarkor-2/+23
2017-12-14Use PathBuf instead of String where applicableOliver Schneider-5/+5
2017-12-04rustc_back: move dynamic_lib to rustc_metadata.Irina-Gabriela Popa-2/+2
2017-11-28Disable the cdylib-fewer-symbols test for all Windows (test was broken).kennytm-1/+3
2017-11-28Replace most call to grep in run-make by a script that cat the input.kennytm-119/+152
2017-11-27Auto merge of #46273 - semarie:openbsd-libc++, r=alexcrichtonbors-1/+1
2017-11-26make OpenBSD to use libc++ instead of (e)stdc++Sébastien Marie-1/+1
2017-11-25rustc_trans: don't apply noalias on returned references.Eduard-Mihai Burtescu-0/+23
2017-11-24rustbuild: Update LLVM and enable ThinLTOAlex Crichton-1/+10
2017-11-24Auto merge of #45946 - estebank:crate-conflict-diag, r=arielb1bors-3/+2
2017-11-22Use multiline text for crate conflict diagnosticsEsteban Küber-3/+2
2017-11-23Auto merge of #45721 - nikomatsakis:hir-tree, r=arielb1bors-0/+22
2017-11-20add a simple test that running with hir-tree doesn't go bonkersNiko Matsakis-0/+22
2017-11-19Revert "tests: Update run-make/issue-25581 to reflect how fat pointers are pa...Eduard-Mihai Burtescu-4/+9
2017-11-16Auto merge of #45920 - sunfishcode:trap-on-unreachable, r=Zoxcbors-2/+12
2017-11-13Auto merge of #45824 - dotdash:stack_pop, r=alexcrichtonbors-0/+34
2017-11-13Auto merge of #45810 - SimonSapin:ac-dc, r=aturonbors-2/+4
2017-11-12Update LLVM to fix miscompiles with -Copt-level=z on WindowsBjörn Steinbrink-0/+34
2017-11-12Do not silence output in run-make/sanitizer-memorySimon Sapin-2/+4
2017-11-11Add comments to the intrinsic-unreachable test programs.Dan Gohman-0/+6
2017-11-10Update the "[run-make] run-make/intrinsic-unreachable" test.Dan Gohman-2/+6
2017-11-07Update run-make tests.Michael Woerister-2/+16
2017-11-05Auto merge of #45748 - petrochenkov:short, r=alexcrichtonbors-1/+1
2017-11-04rustc: Handle some libstd symbole exports betterAlex Crichton-0/+33
2017-11-03Shorten paths to auxiliary files created by testsVadim Petrochenkov-1/+1
2017-11-03auto trait future compatibility lintleonardo.yvens-0/+2
2017-11-02Auto merge of #45647 - nrc:rls-bugs, r=eddybbors-0/+5
2017-10-31Add regression test for symbol visibility when compiling rlib+cdylib in one s...Michael Woerister-2/+12
2017-10-31save-analysis: support unionsNick Cameron-0/+5
2017-10-27Implement RFC 1861: Extern typesPaul Lietar-0/+49
2017-10-16Auto merge of #45202 - alexcrichton:fix-inline-always, r=michaelwoeristerbors-0/+33
2017-10-15rustbuild: Support specifying archiver and linker explicitlyVadim Petrochenkov-13/+20
2017-10-11rustc: Handle #[inline(always)] at -O0Alex Crichton-0/+33
2017-10-10Rollup merge of #45108 - phil-opp:patch-2, r=japarickennytm-2/+2
2017-10-10Rename test Linux target to avoid conflict with built-in targetPhilipp Oppermann-1/+1
2017-10-08Fix data-layout fieldPhilipp Oppermann-1/+1
2017-10-07rustc: Don't inline in CGUs at -O0Alex Crichton-2/+4
2017-10-07rustc: Implement ThinLTOAlex Crichton-7/+7
2017-10-01Auto merge of #44906 - dkl:main-signature, r=nagisabors-0/+3
2017-09-30test: Update target specs test for new target-c-int-width fieldDaniel Klauer-0/+3
2017-09-26rustc: Default 32 codegen units at O0Alex Crichton-14/+17