rust/src/libcore
Mazdak Farrokhzad b405aa2d03
Rollup merge of #62806 - mati865:clippy, r=TimNN
Fix few Clippy warnings
2019-07-28 11:11:08 +02:00
..
benches Change ... to ..= where applicable 2019-06-14 12:24:38 -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 Switch master to 1.38 2019-07-04 11:26:57 -04:00
hash Fix meta-variable binding errors in macros 2019-06-23 01:30:41 +02:00
iter Refactoring use commun code between option, result and accum 2019-07-27 02:17:56 +02:00
mem Fix typo in mem::uninitialized doc 2019-07-24 11:34:30 +03:00
num Rollup merge of #61884 - crlf0710:stablize_euc, r=dtolnay,Centril 2019-07-25 23:20:53 +02:00
ops Add note suggesting to borrow a String argument to find 2019-07-25 10:11:03 -07:00
prelude Introduce built-in macros through libcore 2019-07-26 13:09:54 +03:00
ptr Rollup merge of #62788 - fakenine:normalize_use_of_backticks_compiler_messages_p9, r=Centril 2019-07-22 15:32:15 +02:00
slice Rollup merge of #62074 - wizAmit:feature/mut_chunks_nth_back, r=scottmcm 2019-07-28 03:01:44 +02:00
str Fix clippy::len_zero warnings 2019-07-18 15:14:56 +02: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 Rollup merge of #62074 - wizAmit:feature/mut_chunks_nth_back, r=scottmcm 2019-07-28 03:01:44 +02: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 Stabilize the type_name intrinsic in core::any 2019-07-24 21:35:49 -07:00
array.rs Remove cfg(bootstrap) code for array implementations 2019-07-25 18:06:26 +02: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 libcore => 2018 2019-04-18 14:47:35 +09: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 Add missing link to Infallible in TryFrom doc 2019-07-17 10:44:12 +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 std: Remove internal definitions of cfg_if! macro 2019-06-10 10:58:44 -07: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 Rollup merge of #62978 - LukasKalbertodt:remove-array-impl-bootstrap-cfg, r=Mark-Simulacrum 2019-07-25 23:21:11 +02:00
macros.rs Introduce built-in macros through libcore 2019-07-26 13:09:54 +03:00
marker.rs Implement Unpin for all raw pointers 2019-07-10 21:58:01 -07:00
option.rs Refactoring use commun code between option, result and accum 2019-07-27 02:17:56 +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 Add missing type links in Pin documentation 2019-07-04 22:29:54 +02:00
raw.rs Fix more tests after revert of rustdoc cfg(test) feature 2019-06-09 18:15:53 +01:00
result.rs Refactoring use commun code between option, result and accum 2019-07-27 02:17:56 +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