rust/src/test
Huon Wilson 0a55aacc07 Prefer implemented traits in suggestions.
If `a.method();` can't be resolved, we first look for implemented traits
globally and suggest those. If there are no such traits found, we only
then fall back to suggesting from the unfiltered list of traits.
2015-01-16 22:54:19 +11:00
..
auxiliary Prefer implemented traits in suggestions. 2015-01-16 22:54:19 +11:00
bench Merge pull request #20899 from TeXitoi/fix-shootout-threadring 2015-01-12 00:21:25 +00:00
codegen librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
compile-fail Prefer implemented traits in suggestions. 2015-01-16 22:54:19 +11:00
compile-fail-fulldeps Update the compile-fail-fulldeps tests with new isize/usize literal suffixes. 2015-01-08 11:02:24 -05:00
debuginfo Improvements to feature staging 2015-01-08 03:07:23 -08:00
pretty More test fixes and rebase conflicts 2015-01-07 20:08:37 -08:00
run-fail fallout: run-fail tests that use box. (many/all could be ported to Box::new instead.) 2015-01-08 02:37:58 +01:00
run-make Make the compilation process more easily customisable 2015-01-12 12:53:07 +13:00
run-pass auto merge of #20896 : sfackler/rust/atomic-rename, r=alexcrichton 2015-01-12 22:56:20 +00:00
run-pass-fulldeps Add test for -Z extra-plugins 2015-01-08 14:47:27 +05:30
run-pass-valgrind Test fixes and rebase conflicts 2015-01-07 19:27:27 -08:00