rust/src/test
kwantam c361e13d71 implement rfc 1054: split_whitespace() fn, deprecate words()
For now, words() is left in (but deprecated), and Words is a type alias for
struct SplitWhitespace.

Also cleaned up references to s.words() throughout codebase.

Closes #15628
2015-04-21 15:31:51 -04:00
..
auxiliary Auto merge of #23985 - erickt:derive-cleanup, r=erickt 2015-04-18 00:48:34 +00:00
bench Model lexer: Fix remaining issues 2015-04-21 12:02:12 +02:00
codegen Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
compile-fail Auto merge of #24620 - pczarn:model-lexer-issues, r=cmr 2015-04-21 14:37:53 +00:00
compile-fail-fulldeps Fallout to tests expecting unconditional help output from missing features. 2015-04-02 19:30:45 +02:00
debuginfo Test fixes and rebase conflicts, round 2 2015-04-14 17:40:37 -07:00
parse-fail Return nonzero exit code if there are errors at a stop point 2015-04-18 12:23:49 +02:00
pretty Model lexer: Fix remaining issues 2015-04-21 12:02:12 +02:00
run-fail unit test for checked overflow during signed negation. 2015-04-17 15:32:30 +02:00
run-make Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichton 2015-04-18 07:09:22 +00:00
run-pass implement rfc 1054: split_whitespace() fn, deprecate words() 2015-04-21 15:31:51 -04:00
run-pass-fulldeps Test fixes and rebase conflicts, round 2 2015-04-14 17:40:37 -07:00
run-pass-valgrind test: Fix fallout in run-pass tests 2015-04-14 10:14:19 -07:00
rustdoc rustdoc: Inline methods inhereted through Deref 2015-04-16 13:28:15 -07:00