| .. |
|
fmt
|
Add hexadecimal formatting of integers with fmt::Debug
|
2018-03-13 14:53:06 +01:00 |
|
hash
|
Add missing dyn
|
2018-07-25 10:24:31 +09:00 |
|
num
|
Use str::repeat
|
2018-07-27 23:26:36 +09:00 |
|
any.rs
|
Add missing dyn
|
2018-07-25 10:24:31 +09:00 |
|
array.rs
|
Try to fix array TryFrom tests
|
2017-09-24 14:54:04 -04:00 |
|
ascii.rs
|
Deprecate the AsciiExt trait in favor of inherent methods
|
2018-03-21 17:54:33 +01:00 |
|
atomic.rs
|
std: Be sure to modify atomics in tests
|
2018-04-09 12:57:03 -07:00 |
|
cell.rs
|
Add Ref/RefMut map_split method
|
2018-06-13 11:35:39 -07:00 |
|
char.rs
|
Auto merge of #51609 - dscorbett:is_numeric, r=alexcrichton
|
2018-08-01 17:44:25 +00: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
|
Add missing dyn
|
2018-07-25 10:24:31 +09:00 |
|
iter.rs
|
specialize StepBy<Range(Inclusive)>
|
2018-06-19 19:33:54 +02:00 |
|
lib.rs
|
Fix 2018 edition tests
|
2018-08-05 15:54:49 +01:00 |
|
manually_drop.rs
|
add smoke test for ManuallyDrop
|
2018-07-27 12:22:26 +02:00 |
|
mem.rs
|
Add missing dyn
|
2018-07-25 10:24:31 +09:00 |
|
nonzero.rs
|
Test NonZero in a const item in a pattern.
|
2018-03-17 23:07:40 +01:00 |
|
ops.rs
|
Removed direct field usage of RangeInclusive in rustc itself.
|
2018-05-01 01:45:18 +08:00 |
|
option.rs
|
resolved upstream merge conflicts
|
2018-07-29 22:13:12 -07:00 |
|
pattern.rs
|
Regression tests for #47175
|
2018-01-06 11:17:12 +05:30 |
|
ptr.rs
|
Add missing dyn
|
2018-07-25 10:24:31 +09:00 |
|
result.rs
|
resolved upstream merge conflicts
|
2018-07-29 22:13:12 -07:00 |
|
slice.rs
|
test nth better
|
2018-08-02 00:33:03 +02:00 |
|
str.rs
|
update libcore's comment about str tests
|
2018-04-30 07:36:56 -04:00 |
|
str_lossy.rs
|
Prefer to_string() to format!()
|
2018-07-27 11:11:18 +02:00 |
|
time.rs
|
Optimize sum of Durations by using custom function
|
2018-06-16 20:56:17 +02:00 |
|
tuple.rs
|
Move libXtest into libX/tests
|
2017-04-03 20:49:39 +02:00 |