about summary refs log tree commit diff
path: root/src/compiletest/runtest.rs
AgeCommit message (Expand)AuthorLines
2015-12-17Remove unused importsJeffrey Seyfried-2/+0
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-10/+7
2015-12-03Add a `build-aux-docs` directive to compiletestmitaa-6/+19
2015-11-04Deprecate `_ms` functions that predate the `Duration` APIBen Striegel-1/+1
2015-09-21Avoid loading the whole gdb debug scripts section.Richard Diamond-2/+1
2015-09-03Add an intital HIR and lowering stepNick Cameron-1/+1
2015-09-01refactored compiletest following clippy's suggestionsllogiq-103/+103
2015-08-24Fix compile-fail tests on windowsDiggory Blake-2/+14
2015-08-11Fix #27567: remove --crate-type=lib from pretty testTim Neumann-1/+0
2015-07-10Change some instances of .connect() to .join()Wesley Wiser-4/+4
2015-07-08this fixes the test failures on freebsdDave Huseby-1/+4
2015-06-18compiletest: Minor cleanup from removal of jit test supportGeoffrey Thomas-11/+4
2015-06-13compiletest: remove JITTamir Duberstein-28/+12
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-12/+12
2015-06-08Replace usage of String::from_str with String:fromSimon Sapin-1/+1
2015-06-03Improve diagnostic messages for range patterns.Michael Sproul-10/+5
2015-05-27Revamp codegen tests to check IR quality instead of quantityBjörn Steinbrink-118/+13
2015-04-27compiletest: Don't force dylibs on muslAlex Crichton-1/+14
2015-04-23Auto merge of #24537 - rprichard:fix-parallel-check, r=alexcrichtonbors-1/+1
2015-04-22Include the mode in compiletest's aux-build directory.Ryan Prichard-1/+1
2015-04-21Change a few error messages to give code suggestionsP1start-0/+13
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-2/+2
2015-04-14compiletest: Re-add raise_fd_limitAlex Crichton-6/+1
2015-04-10Test fixes and review feedbackAlex Crichton-15/+15
2015-04-07rustdoc: Add a test for fixed issue #15347Alex Crichton-0/+1
2015-04-07rustdoc: Add a primitive page for raw pointersAlex Crichton-0/+1
2015-04-07compiletest: Add support for running rustdoc testsAlex Crichton-44/+83
2015-04-07Fix charset of debuginfo test on FreeBSDWill-4/+10
2015-04-04fixing some tests and temporarily disabling others to get Bitrig build workin...Dave Huseby-3/+4
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-6/+6
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-1/+1
2015-03-23Add generic conversion traitsAaron Turon-1/+1
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-1/+1
2015-03-17std: Tweak some unstable features of `str`Alex Crichton-9/+9
2015-03-13Fallout of std::old_io deprecationAlex Crichton-2/+5
2015-03-05std: Stabilize the `ffi` moduleAlex Crichton-5/+4
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-167/+184
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-2/+2
2015-02-23Rollup merge of #22693 - tshepang:use-new-slicing-syntax-runtest, r=alexcrichtonManish Goregaokar-6/+6
2015-02-23runtest: update slicing syntax where [] becomes [..]Tshepang Lekhonkhobe-6/+6
2015-02-20Addressed PR commentsMarvin Löbel-2/+2
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-1/+1
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-1/+1
2015-02-18rollup merge of #22287: Ryman/purge_carthographersAlex Crichton-1/+1
2015-02-18rollup merge of #22118: fhahn/separate-parse-fail-2Alex Crichton-2/+3
2015-02-18 Manual merge of #22475 - alexcrichton:rollup, r=alexcrichtonHuon Wilson-2/+2
2015-02-18Opt for .cloned() over .map(|x| x.clone()) etc.Kevin Butler-1/+1
2015-02-17Fallout from stabilizationAaron Turon-2/+2
2015-02-16Add pfail targets for parse-fail testsFlorian Hahn-2/+3
2015-02-11Set solib-search-path to ensure android remote debugger works correctly.Eunji Jeong-0/+3