about summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
2018-01-31Fix ICE when reading non-UTF-8 input from stdinvarkor-0/+5
2018-01-29Specify output filenames for compatibility with Windowsvarkor-4/+18
2018-01-29Fix quotation markvarkor-1/+1
2018-01-29Warn when rustc output conflicts with existing directoriesvarkor-0/+18
2018-01-28Auto merge of #47671 - alexcrichton:trans-c-api-only, r=Mark-Simulacrumbors-6/+8
2018-01-27rustc: Load the `rustc_trans` crate at runtimeAlex Crichton-6/+8
2018-01-27Auto merge of #46450 - Gilnaa:libtest_json_output, r=nrcbors-0/+74
2018-01-27libtest: Fixed call to python in run-makeGilad Naaman-1/+1
2018-01-26libtest: Split-up formatters.rs into smaller modulesGilad Naaman-2/+13
2018-01-26libtest: Added UI tests for --format=jsonGilad Naaman-0/+63
2018-01-25Merge branch 'configure-lto' of https://github.com/alexcrichton/rust into rollupAlex Crichton-3/+3
2018-01-25Rollup merge of #47453 - pftbest:nointas, r=alexcrichtonAlex Crichton-0/+20
2018-01-23rustc: Add `-C lto=val` optionAlex Crichton-3/+3
2018-01-23Rollup merge of #47440 - mark-i-m:zunpretty, r=nikomatsakiskennytm-5/+4
2018-01-21rustc: Lower link args to `@`-files on Windows moreAlex Crichton-0/+103
2018-01-20Remove the 'extern "C"' in the right placebjorn3-1/+1
2018-01-19Hopefully fix the 32bit SEGVbjorn3-1/+0
2018-01-19Add missing licensesbjorn3-1/+21
2018-01-19Fix hotplug backend and add testbjorn3-0/+85
2018-01-19Allow runtime switching between trans backendsbjorn3-98/+18
2018-01-18Change the --unpretty flag to -Z unprettyMark Mansi-5/+4
2018-01-16Add run-make test for no_integrated_as flag.Vadzim Dambrouski-0/+20
2018-01-15Reexport -> re-export in prose and documentation commentsCarol (Nichols || Goulding)-1/+1
2018-01-14Auto merge of #47274 - Manishearth:rustdoc-span, r=QuietMisdreavusbors-0/+29
2018-01-13Adjust tests for removal of `impl Foo for .. {}`leonardo.yvens-6/+2
2018-01-10Add test for #45868Manish Goregaokar-0/+29
2018-01-10Fix typoRyan Cumming-1/+1
2018-01-10Restore the original Window commentRyan Cumming-2/+6
2018-01-09Skip linker-output-non-utf8 test on AppleRyan Cumming-8/+12
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