.. |
benches
|
|
|
char
|
Rollup merge of #49970 - SimonSapin:deprecate, r=sfackler
|
2018-04-24 11:57:05 +08:00 |
fmt
|
Suggest more helpful formatting string
|
2018-05-05 11:50:02 +01:00 |
hash
|
|
|
iter
|
Fix some broken links in docs.
|
2018-04-29 10:15:40 -07:00 |
num
|
core: Minor cleanup
|
2018-04-24 03:32:40 +09:00 |
ops
|
new() should be const; start()/end() after iteration is unspecified.
|
2018-05-01 01:45:18 +08:00 |
prelude
|
Replace StrExt with inherent str methods in libcore
|
2018-04-21 09:47:37 +02:00 |
slice
|
Move the tests in src/libcore/slice/memchr.rs as well.
|
2018-05-06 02:34:07 +08:00 |
str
|
Auto merge of #49896 - SimonSapin:inherent, r=alexcrichton
|
2018-04-22 00:01:29 +00:00 |
sync
|
|
|
tests
|
Some final touches to ensure ./x.py test --stage 0 src/lib* works
|
2018-05-06 02:34:07 +08:00 |
unicode
|
Fix a warning in libcore on 16bit targets.
|
2018-05-01 17:48:31 +03:00 |
alloc.rs
|
Remove Alloc::oom
|
2018-04-22 10:08:49 -07:00 |
any.rs
|
|
|
array.rs
|
|
|
ascii.rs
|
|
|
borrow.rs
|
|
|
Cargo.toml
|
|
|
cell.rs
|
Assign the tracking issue
|
2018-04-23 20:34:49 +02:00 |
clone.rs
|
|
|
cmp.rs
|
Add more doc aliases
|
2018-04-26 12:56:10 +02:00 |
convert.rs
|
|
|
default.rs
|
|
|
hint.rs
|
|
|
internal_macros.rs
|
Make the unstable StrExt and SliceExt traits private to libcore in not(stage0)
|
2018-04-21 09:47:38 +02:00 |
intrinsics.rs
|
|
|
iter_private.rs
|
|
|
lib.rs
|
Added some simple documentation.
|
2018-05-06 03:29:19 +08:00 |
macros.rs
|
update concat_idents doc stubs
|
2018-05-03 06:49:30 -04:00 |
marker.rs
|
Fix some broken links in docs.
|
2018-04-29 10:15:40 -07:00 |
mem.rs
|
Rename PinMut::borrow to PinMut::reborrow and make it a method
|
2018-05-07 13:56:24 +02:00 |
nonzero.rs
|
|
|
option.rs
|
|
|
panic.rs
|
|
|
panicking.rs
|
|
|
ptr.rs
|
Rollup merge of #50233 - mark-i-m:const_vec, r=kennytm
|
2018-05-01 01:18:36 +08:00 |
raw.rs
|
|
|
result.rs
|
|
|
time.rs
|
Move libcore/time tests from time.rs to tests/time.rs
|
2018-05-06 02:34:07 +08:00 |
tuple.rs
|
|
|
unit.rs
|
|
|