rust/src/libcore/tests
bors b65f0bedd2 Auto merge of #46735 - Manishearth:memchr-find, r=burntsushi
Use memchr for str::find(char)

This is a 10x improvement for searching for characters.

This also contains the patches from https://github.com/rust-lang/rust/pull/46713 . Feel free to land both separately or together.

cc @mystor @alexcrichton

r? @bluss

fixes #46693
2018-01-01 19:04:33 +00:00
..
fmt Rollup merge of #46831 - Diggsey:float-debug-fmt, r=dtolnay 2017-12-20 21:21:59 +08:00
hash Implement Hash for raw pointers to unsized types 2017-10-25 11:07:13 -07:00
num std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
any.rs Move libXtest into libX/tests 2017-04-03 20:49:39 +02:00
array.rs Try to fix array TryFrom tests 2017-09-24 14:54:04 -04:00
atomic.rs Optimize AtomicBool::fetch_nand 2017-04-07 17:36:50 +02:00
cell.rs Implement RefCell::replace and RefCell::swap 2017-07-31 21:19:09 +00:00
char.rs Remove test case that assumes FromStr provides TryFrom<&'a str>. 2017-08-30 04:43:09 -07:00
clone.rs Move libXtest into libX/tests 2017-04-03 20:49:39 +02:00
cmp.rs Add max and min default fns to Ord trait 2017-06-06 22:42:48 -04:00
intrinsics.rs Move libXtest into libX/tests 2017-04-03 20:49:39 +02:00
iter.rs Fundamental internal iteration with try_fold 2017-10-29 15:45:20 -07:00
lib.rs Add simple test for pattern API 2017-12-18 03:47:21 -08:00
mem.rs core: Ensure std::mem::Discriminant is Send + Sync 2017-10-08 01:09:55 +02:00
nonzero.rs Rename {NonZero,Shared,Unique}::new to new_unchecked 2017-07-22 20:38:16 +02:00
ops.rs Add trailing newlines to files which have no trailing newlines. 2017-12-30 15:50:52 +08:00
option.rs Rename option::Missing to NoneError 2017-09-27 17:57:07 -04:00
pattern.rs Pass tidy for tests 2017-12-25 14:41:16 +05:30
ptr.rs Remove T: Sized on ptr::is_null() 2017-11-19 00:33:56 -08:00
result.rs Rename option::Missing to NoneError 2017-09-27 17:57:07 -04:00
slice.rs Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturon 2017-11-20 08:29:46 +00:00
str.rs Move libXtest into libX/tests 2017-04-03 20:49:39 +02:00
tuple.rs Move libXtest into libX/tests 2017-04-03 20:49:39 +02:00