summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
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
2015-04-17Rollup merge of #24430 - laumann:trace-macros-flag, r=pnkfelixManish Goregaokar-0/+24
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-2/+5
2015-04-16Auto merge of #24448 - alexcrichton:issue-24445, r=huonwbors-0/+53
2015-04-16Remove `&` from redirected outputThomas Jespersen-1/+1
2015-04-16Auto merge of #24423 - tbelaire:include_bytes, r=alexcrichtonbors-0/+40
2015-04-16Auto merge of #24485 - brson:is, r=alexcrichtonbors-1/+1
2015-04-15Forbid is/us suffixes. Fixes #22496Brian Anderson-1/+1
2015-04-15Make sure to disambiguate obtained out from expected outputThomas Jespersen-2/+2
2015-04-15std: Fix thread_local! in non-PIE binariesAlex Crichton-0/+53
2015-04-15Added a test for include_bytes! dep infoTheo Belaire-0/+40
2015-04-14Remove -o flag from build commandThomas Jespersen-1/+1
2015-04-14test: Fixup many library unit testsAlex Crichton-34/+28
2015-04-14Add "run-make" test for trace-macros flagThomas Jespersen-0/+24
2015-04-14RebasedNick Cameron-3/+3
2015-04-10Test fixes and review feedbackAlex Crichton-2/+0
2015-04-07test: Move all run-make rustdoc tests to test/rustdocAlex Crichton-648/+0