rust/src/libcore/tests
Simon Sapin e0e7ac37b2 Make fmt::DebugList and friends forward formatting parameters
For example, formatting slice of integers with `{:04?}`
should zero-pad each integer.
2017-11-24 14:17:31 +01:00
..
fmt Make fmt::DebugList and friends forward formatting parameters 2017-11-24 14:17:31 +01: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 Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturon 2017-11-20 08:29:46 +00: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 Return a correct size_hint for degenerate inclusive ranges 2017-05-21 05:03:49 -07:00
option.rs Rename option::Missing to NoneError 2017-09-27 17:57:07 -04:00
ptr.rs Restore T: Sized on ptr::is_null 2017-10-10 11:35:41 -07: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