about summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
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
2015-06-10fix #26092 by returning an empty OS string when the output file path has no f...swgillespie-0/+16
2015-06-10syntax: move ast_map to librustc.Eduard Burtescu-1/+1
2015-06-09Auto merge of #25627 - murarth:execution-engine-fix, r=nrcbors-0/+257
2015-06-08Changes to LLVM `ExecutionEngine` wrapperMurarth-0/+257
2015-06-07Don’t ICE if fs::canonicalise fails in meta-loadSimonas Kazlauskas-0/+41
2015-05-21Fix ICE trying to pass DST to C functionsBjörn Steinbrink-0/+55
2015-05-14save-analysis: fix a bracket counting bugNick Cameron-0/+12
2015-05-14save-analysis: update the smoke testNick Cameron-43/+84
2015-05-07Add regression test for #20626Johannes Oertel-0/+31
2015-05-02Add regression test for #18943Johannes Oertel-0/+23
2015-04-30Auto merge of #24884 - michaelsproul:extended-errors, r=nrcbors-1/+1
2015-04-30Add metadata output to the diagnostics system.Michael Sproul-1/+1
2015-04-25Remove remaining tests for hygiene-encoded identifiers.Geoffry Song-72/+0
2015-04-23Auto merge of #24537 - rprichard:fix-parallel-check, r=alexcrichtonbors-1/+2
2015-04-22Fix run-make/simd-ffi to work with parallel make check.Ryan Prichard-1/+2
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-3/+0
2015-04-21rollup merge of #24651: tamird/old-referencesAlex Crichton-4/+1
2015-04-21test: Fix fallout in testsAlex Crichton-3/+0
2015-04-21rustc: Handle duplicate names merging archivesAlex Crichton-0/+72
2015-04-21Remove references to `old_{path,io}`Tamir Duberstein-4/+1
2015-04-18Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichtonbors-2/+5