summary refs log tree commit diff
path: root/src/compiletest
AgeCommit message (Expand)AuthorLines
2015-07-12Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichtonbors-4/+4
2015-07-12Implement RFC 1058Simonas Kazlauskas-4/+2
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-07-05Auto merge of #25754 - geofft:remove-compiletest-jit, r=alexcrichtonbors-11/+4
2015-07-01Add netbsd amd64 supportAlex Newman-0/+1
2015-06-18compiletest: Minor cleanup from removal of jit test supportGeoffrey Thomas-11/+4
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-5/+6
2015-06-13compiletest: remove JITTamir Duberstein-34/+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-142/+17
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-2/+2
2015-05-02Run benchmarks once, as a test by default.Huon Wilson-1/+1
2015-04-27compiletest: Add support for `// ignore-musl`Alex Crichton-0/+8
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-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-3/+3
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-2/+2
2015-04-14More test fixesAlex Crichton-7/+21
2015-04-14compiletest: Re-add raise_fd_limitAlex Crichton-13/+70
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-45/+98
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-04-01rollup merge of #23939: nikomatsakis/fn-boxAlex Crichton-2/+1
2015-04-01std: Changing the meaning of the count to splitnAlex Crichton-1/+1
2015-04-01Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an aliasNiko Matsakis-2/+1
2015-03-31Stabilize `std::convert` and related codeAaron Turon-1/+0
2015-03-27Test fixes and rebase conflicts, round 2Alex Crichton-7/+4
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-16/+15
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-16/+15
2015-03-25Add iOS triple mapping so tests can runTamir Duberstein-0/+1
2015-03-25AlphabetizeTamir Duberstein-16/+16
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-10/+11
2015-03-23Add generic conversion traitsAaron Turon-7/+9
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-10/+11
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+1
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-2/+3
2015-03-20Auto merge of #23471 - sae-bom:aarch64-linux-android, r=alexcrichtonbors-0/+29
2015-03-19RUST_TEST_TASKS -> RUST_TEST_THREADSSteve Klabnik-3/+3
2015-03-19Ignore some tests on aarch64 to pass the run-pass test on aarch64-linux-androidSae-bom Kim-0/+29
2015-03-19Rm unused featureManish Goregaokar-1/+0
2015-03-17std: Tweak some unstable features of `str`Alex Crichton-9/+9
2015-03-13std: Stabilize the `net` moduleAlex Crichton-1/+0