rust/src/libcoretest
bors 67eb38ee4c Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturon
This is not a complete implementation of the RFC:

- only existing methods got updated, no new ones added
- doc comments are not extensive enough yet
- optimizations got lost and need to be reimplemented

See https://github.com/rust-lang/rfcs/pull/528

Technically a

[breaking-change]
2015-02-22 22:45:46 +00:00
..
fmt try to reduce bajillion warnings 2015-02-20 19:55:00 -05:00
hash Round 1 fixes and rebase conflicts 2015-02-18 15:27:42 -08:00
num Deprecating i/u suffixes in libcoretest 2015-02-10 22:56:31 +00:00
any.rs Convert required suffixes into a use of as. 2015-02-18 09:09:13 -05:00
atomic.rs
cell.rs Deprecating i/u suffixes in libcoretest 2015-02-10 22:56:31 +00:00
char.rs Deprecating i/u suffixes in libcoretest 2015-02-10 22:56:31 +00:00
clone.rs
cmp.rs
finally.rs Fallout from stabilization 2015-02-17 15:14:17 -08:00
intrinsics.rs
iter.rs try to reduce bajillion warnings 2015-02-20 19:55:00 -05:00
lib.rs try to reduce bajillion warnings 2015-02-20 19:55:00 -05:00
mem.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
nonzero.rs
ops.rs Deprecating i/u suffixes in libcoretest 2015-02-10 22:56:31 +00:00
option.rs
ptr.rs Rewrite Unique<T> so that it is covariant in T, implies NonZero and ownership, 2015-02-18 10:25:12 -05:00
result.rs
slice.rs Replace all uses of &foo[] with &foo[..] en masse. 2015-02-18 17:36:03 -05:00
str.rs Fix tidy and rebase fallout 2015-02-20 00:58:07 +01:00
tuple.rs Deprecating i/u suffixes in libcoretest 2015-02-10 22:56:31 +00:00