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
/
libcoretest
History
Aaron Turon
c0c6c89589
Revert "Remove the
_
suffix from slice methods."
...
This reverts commit df2f1fa7680a86ba228f004e7de731e91a1df1fe.
2014-10-02 11:47:58 -07:00
..
fmt
coretest: Ensure that pointer formatting flags are cleaned up
2014-09-09 20:34:41 +01:00
num
Make integer bit count methods return uints
2014-09-05 14:01:41 +10:00
any.rs
Remove some test warnings.
2014-09-09 11:32:58 +02:00
atomic.rs
…
cell.rs
…
char.rs
Use slice syntax instead of slice_to, etc.
2014-10-02 13:19:45 +13:00
clone.rs
…
cmp.rs
Add partial_min/max to libcore/cmp
2014-09-25 14:12:03 +02:00
finally.rs
…
iter.rs
Revert "Remove the
_
suffix from slice methods."
2014-10-02 11:47:58 -07:00
lib.rs
Revert "Put slicing syntax behind a feature gate."
2014-10-02 11:47:51 -07:00
mem.rs
…
ops.rs
…
option.rs
Update calls of deprecated functions in macros.
2014-09-22 19:30:06 +02:00
ptr.rs
Rename
RawPtr::to_option()
to
RawPtr::as_ref()
2014-08-31 13:33:55 -05:00
raw.rs
…
result.rs
Fallout from renaming
2014-09-16 14:37:48 -07:00
slice.rs
core: Add binary_search and binary_search_elem methods to slices.
2014-08-13 11:30:15 -07:00
str.rs
core: Make TwoWaySearcher reset its prefix memory when shifting by byteset
2014-09-02 01:53:12 -04:00
tuple.rs
…