This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
src
/
libcore
/
tests
History
Michael Lamparski
ce66f5d918
flesh out tests for SliceIndex
...
m*n lines of implementation deserves m*n lines of tests
2018-04-30 07:37:08 -04:00
..
fmt
…
hash
…
num
core: Fix overflow in
int::mod_euc
when
self < 0 && rhs == MIN
2018-04-24 01:53:40 +09:00
any.rs
…
array.rs
…
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 Cell::update
2018-04-06 15:15:28 +02:00
char.rs
Deprecate Read::chars and char::decode_utf8
2018-04-15 08:18:00 +02:00
clone.rs
…
cmp.rs
…
intrinsics.rs
…
iter.rs
Add Iterator::find_map
2018-04-03 00:47:00 +03:00
lib.rs
Rollup merge of
#50185
- dmizuk:mod_euc-fix-overflow, r=kennytm
2018-04-24 11:57:11 +08:00
mem.rs
…
nonzero.rs
…
ops.rs
…
option.rs
…
pattern.rs
…
ptr.rs
…
result.rs
…
slice.rs
flesh out tests for SliceIndex
2018-04-30 07:37:08 -04:00
str_lossy.rs
Move Utf8Lossy decoder to libcore
2018-04-12 00:13:43 +02:00
str.rs
update libcore's comment about str tests
2018-04-30 07:36:56 -04:00
tuple.rs
…