summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
2015-10-24Auto merge of #29151 - wthrowe:linker-output-ICE, r=alexcrichtonbors-0/+60
2015-10-23Add a regression test for #29122 (fixed in #29134)William Throwe-0/+60
2015-10-21Auto merge of #29171 - nrc:servo-dxr, r=@arielb1bors-1/+1
2015-10-21save-analysis: don't recompute crate nameNick Cameron-1/+1
2015-10-19Clean whitespaceCarlos Liam-1/+1
2015-10-16trans: Use an isize to count the number of registers so we don't underflow fo...Luqman Aden-0/+25
2015-10-15Update the comments for Win64 ABI in tests.Luqman Aden-54/+38
2015-10-15rust_trans: struct argument over ffi were passed incorrectly in some situatio...Luqman Aden-0/+354
2015-10-09Misc fixupsNick Cameron-4/+5
2015-10-09Make save-analysis work for `if let` etc.Nick Cameron-0/+19
2015-10-04Auto merge of #28806 - wthrowe:bare-outfile-fix, r=alexcrichtonbors-1/+3
2015-10-03Fix run-make/bare-outfile testWilliam Throwe-1/+3
2015-10-02Rollup merge of #28805 - wthrowe:compile-stdin, r=alexcrichtonSteve Klabnik-0/+5
2015-10-02Auto merge of #28768 - alexcrichton:dep-info++, r=brsonbors-10/+67
2015-10-02rustc: Emit phony targets for inputs in dep-infoAlex Crichton-2/+21
2015-10-01Add a test that rustc can compile standard inputWilliam Throwe-0/+5
2015-09-30rustc: Swap link order of native libs/rust depsAlex Crichton-21/+46
2015-09-30rustc: Support output filenames for each emit typeAlex Crichton-8/+46
2015-09-27Rollup merge of #28673 - wthrowe:bad-archive, r=alexcrichtonManish Goregaokar-0/+5
2015-09-26Don't ICE if an archive isn't actually an archiveWilliam Throwe-0/+5
2015-09-25Auto merge of #28505 - apasel422:issue-28448, r=alexcrichtonbors-2/+6
2015-09-22run-make: search libstdc++ in /usr/local/lib tooSébastien Marie-0/+5
2015-09-19Rollup merge of #28430 - apasel422:issue-14698, r=alexcrichtonSteve Klabnik-0/+15
2015-09-18Always pass `/DEBUG` flag to MSVC linkerAndrew Paseltiner-2/+6
2015-09-18Auto merge of #28465 - apasel422:tidy, r=alexcrichtonbors-0/+0
2015-09-17Auto merge of #28421 - alexcrichton:msvc-rmake, r=alexcrichtonbors-74/+138
2015-09-17Remove empty test filesAndrew Paseltiner-0/+0
2015-09-17rmake: Get all tests passing on MSVCAlex Crichton-74/+138
2015-09-17Changes to testsNick Cameron-1/+1
2015-09-16Emit an error upon failing to create a temp dir instead of panickingAndrew Paseltiner-0/+15
2015-09-03Use consistent terminology for byte string literalsVadim Petrochenkov-1/+1
2015-09-03Add an intital HIR and lowering stepNick Cameron-7/+10
2015-08-17Fix existing tests for new `#[repr(simd)]`.Huon Wilson-3/+3
2015-08-15test: Fix tests for requiring issuesAlex Crichton-1/+1
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-1/+1
2015-08-10Remove morestack supportAlex Crichton-79/+0
2015-08-03syntax: Implement #![no_core]Alex Crichton-22/+21
2015-07-30Implement Win64 eh_personality natively.Vadim Chugunov-2/+3
2015-07-30Rename the unstable option `--xpretty` to `--unpretty`Felix S. Klock II-1/+1
2015-07-27test: Fix lto-syntax-extensionAlex Crichton-45/+0
2015-07-23Rewrite the improper_ctypes lint.Eli Friedman-2/+5
2015-07-09Fix a span bug for qualified pathsNick Cameron-0/+15
2015-07-08Auto merge of #26869 - alexcrichton:fix-msvc-sepcomp, r=nrcbors-3/+3
2015-07-08trans: Link rlibs to dylibs with --whole-archiveAlex Crichton-2/+2
2015-07-08this fixes the test failures on freebsdDave Huseby-0/+6
2015-07-07msvc: Get codegen-units workingAlex Crichton-1/+1
2015-06-19rustc: enforce stack discipline on ty::ctxt.Eduard Burtescu-13/+14
2015-06-19rustc: remove ownership of tcx from trans' context.Eduard Burtescu-2/+2
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-3/+3
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-3/+3