about summary refs log tree commit diff
path: root/src/compiletest
AgeCommit message (Expand)AuthorLines
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
2015-03-13Fallout of std::old_io deprecationAlex Crichton-5/+10
2015-03-12Stabilize std::pathAaron Turon-1/+2
2015-03-10Auto merge of #23126 - alexcrichton:char-third-pass, r=aturonbors-2/+1
2015-03-10std: Stabilize more of the `char` moduleAlex Crichton-2/+1
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-1/+1
2015-03-06rollup merge of #22975: alexcrichton/stabilize-ffiAlex Crichton-6/+4
2015-03-05std: Stabilize the `fs` moduleAlex Crichton-1/+1
2015-03-05std: Stabilize the `ffi` moduleAlex Crichton-6/+4
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-232/+258
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-3/+3
2015-02-27std: Stabilize the `env` moduleAlex Crichton-1/+0
2015-02-23Rollup merge of #22693 - tshepang:use-new-slicing-syntax-runtest, r=alexcrichtonManish Goregaokar-6/+6
2015-02-23Rollup merge of #22371 - fhahn:issue-17829-compiletest-nocapture, r=ManishearthManish Goregaokar-1/+13
2015-02-23runtest: update slicing syntax where [] becomes [..]Tshepang Lekhonkhobe-6/+6
2015-02-22Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturonbors-4/+4
2015-02-21Auto merge of #21959 - dhuseby:bitrig-support, r=brsonbors-0/+1
2015-02-20Addressed PR commentsMarvin Löbel-5/+5
2015-02-20Refactored code into Searcher traits with naive implementationsMarvin Löbel-1/+1
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