..
benches
Improve ptr_rotate performance, tests, and benchmarks
2019-08-06 10:42:48 -05:00
char
Fix inconsistent highlight blocks.
2019-07-25 17:56:58 +02:00
fmt
Remove run-pass test suites
2019-07-27 18:56:17 +03:00
future
Futures: Add link to Waker in trait doc.
2019-08-02 01:39:25 +07:00
hash
Fix meta-variable binding errors in macros
2019-06-23 01:30:41 +02:00
iter
Rollup merge of #62459 - timvermeulen:result_sum_internal_iteration, r=scottmcm
2019-08-06 15:36:27 +02:00
mem
Rollup merge of #63034 - tmandry:reduce-generator-size-regressions, r=cramertj
2019-08-07 01:39:25 +02:00
num
doc: Fix typo in float from bytes methods
2019-08-08 01:53:30 +00:00
ops
Add note suggesting to borrow a String argument to find
2019-07-25 10:11:03 -07:00
prelude
Remove derives Encodable/Decodable and unstabilize attribute #[bench]
2019-07-31 21:27:59 +03:00
ptr
improve align_offset docs
2019-08-05 18:38:10 +02:00
slice
Auto merge of #61937 - AaronKutch:master, r=scottmcm
2019-08-09 04:41:20 +00:00
str
comments from @lzutao
2019-07-29 12:26:59 -04:00
sync
Remove unneeded feature attr from atomic integers doctests
2019-06-04 13:24:39 +00:00
task
Introduce built-in macros through libcore
2019-07-26 13:09:54 +03:00
tests
Auto merge of #61937 - AaronKutch:master, r=scottmcm
2019-08-09 04:41:20 +00:00
unicode
Rollup merge of #62084 - euclio:unicode-table-tweak, r=kennytm
2019-07-26 18:56:33 +02:00
alloc.rs
Fix clippy::clone_on_copy warnings
2019-07-18 15:14:56 +02:00
any.rs
Add the necessary changes to any.rs
2019-07-29 23:02:29 -04:00
array.rs
FixedSizeArray: Add missing links in doc comments.
2019-08-01 20:24:05 +07:00
ascii.rs
When possible without changing semantics, implement Iterator::last in terms of DoubleEndedIterator::next_back for types in liballoc and libcore.
2019-07-02 13:45:29 -07:00
borrow.rs
be more direct about borrow requirenments
2019-04-03 11:41:24 +03:00
Cargo.toml
bump libcore tests to rand 0.7
2019-08-04 14:50:32 +02:00
cell.rs
Auto merge of #62748 - luca-barbieri:optimize-refcell-borrow, r=RalfJung
2019-07-27 09:32:44 +00:00
clone.rs
libcore => 2018
2019-04-18 14:47:35 +09:00
cmp.rs
Remove redundant mut from variable declaration.
2019-07-26 15:07:55 +02:00
convert.rs
Fix typos in doc comments.
2019-08-02 01:36:36 +07:00
default.rs
libs: doc comments
2019-02-10 23:57:25 +00:00
ffi.rs
Make VaListImpl<'f> invariant over the 'f lifetime
2019-07-14 18:14:15 -07:00
hint.rs
Remove derives Encodable/Decodable and unstabilize attribute #[bench]
2019-07-31 21:27:59 +03:00
internal_macros.rs
std: Remove internal definitions of cfg_if! macro
2019-06-10 10:58:44 -07:00
intrinsics.rs
re-enable debug checks in Miri
2019-07-24 20:47:24 +02:00
iter_private.rs
Remove licenses
2018-12-25 21:08:33 -07:00
lib.rs
Allow 'incomplete_features' in libcore/alloc.
2019-07-30 10:32:43 +02:00
macros.rs
Improved documentation for compile_error!()
2019-08-08 18:05:10 +08:00
marker.rs
Implement Unpin for all raw pointers
2019-07-10 21:58:01 -07:00
option.rs
Rollup merge of #62459 - timvermeulen:result_sum_internal_iteration, r=scottmcm
2019-08-06 15:36:27 +02:00
panic.rs
libcore: deny more...
2019-04-19 01:37:12 +02:00
panicking.rs
libcore: deny more...
2019-04-19 01:37:12 +02:00
pin.rs
remove confusing remark
2019-08-08 21:02:11 +02:00
raw.rs
Fix more tests after revert of rustdoc cfg(test) feature
2019-06-09 18:15:53 +01:00
result.rs
Use internal iteration in the Sum and Product impls of Result and Option
2019-07-29 02:40:50 +02:00
time.rs
libcore: deny more...
2019-04-19 01:37:12 +02:00
tuple.rs
libcore => 2018
2019-04-18 14:47:35 +09:00
unit.rs
libcore => 2018
2019-04-18 14:47:35 +09:00