rust/src/libcore
bors 8260e96760 Auto merge of #60013 - NieDzejkob:fix-16bit-usize, r=sanxiyn
Fix the max value of usize on 16-bit platforms
2019-04-17 16:23:25 +00:00
..
benches Tiny docs fix 2019-04-06 17:27:00 +02:00
char Rollup merge of #58778 - xfix:exact_size_case_mapping_iter, r=SimonSapin 2019-03-19 15:16:49 +01:00
fmt Include trailing comma in multiline Debug representation 2019-04-05 06:45:40 -07:00
future Future-proof the Futures API 2019-04-05 15:03:33 -07:00
hash Hasher: replace unsafe trasmute with to_ne_bytes 2019-04-15 00:33:10 +01:00
iter Rollup merge of #59444 - cuviper:steps_between, r=scottmcm 2019-04-02 13:47:24 +02:00
num Fix the max value of usize on 16-bit platforms 2019-04-16 18:55:58 +02:00
ops std::ops::Div examples: correct nominator to numerator 2019-04-09 21:43:41 -07:00
prelude Remove licenses 2018-12-25 21:08:33 -07:00
slice Rollup merge of #55448 - Mokosha:SortAtIndex, r=bluss 2019-04-03 04:36:09 +02:00
str Fix paste error in split_ascii_whitespace docs. 2019-04-12 13:57:45 -06:00
sync Updated the documentation of core::hints::spin_loop and core::sync::spin_loop_hint 2019-04-03 10:54:07 +02:00
task Rename Waker::new_unchecked to Waker::from_raw 2019-04-08 14:22:31 -07:00
tests test sort_unstable in Miri 2019-04-17 09:47:36 +02:00
unicode Remove licenses 2018-12-25 21:08:33 -07:00
alloc.rs heading # Unsafety => # Safety in stdlib docs. 2019-02-25 08:01:35 +01:00
any.rs tests: doc comments 2019-02-10 23:42:32 +00:00
array.rs Use lifetime contravariance to elide more lifetimes in core+alloc+std 2019-03-09 19:10:28 -08:00
ascii.rs Remove licenses 2018-12-25 21:08:33 -07:00
borrow.rs be more direct about borrow requirenments 2019-04-03 11:41:24 +03:00
Cargo.toml std: Depend directly on crates.io crates 2018-12-11 21:08:22 -08:00
cell.rs Auto merge of #59211 - nox:refcell-borrow-state, r=KodrAus 2019-04-11 12:49:49 +00:00
clone.rs Auto merge of #57125 - doitian:inconsistent-clone-doc, r=bluss 2019-01-01 20:50:13 +00:00
cmp.rs Remove strange formatting in Ordering docs. 2019-04-09 15:41:38 -07:00
convert.rs Rollup merge of #59707 - GuillaumeGomez:GuillaumeGomez-patch-1, r=Centril 2019-04-06 00:14:46 +02:00
default.rs libs: doc comments 2019-02-10 23:57:25 +00:00
ffi.rs Rollup merge of #59371 - dlrobertson:rename_va_list_copy, r=joshtriplett 2019-03-28 13:35:40 +01:00
hint.rs Remove parens 2019-04-05 17:42:09 +00:00
internal_macros.rs Life's too short not to use cfg_if 2019-03-26 16:14:32 +01:00
intrinsics.rs Rollup merge of #59880 - solson:transmute-float, r=alexcrichton 2019-04-12 12:18:05 +02:00
iter_private.rs Remove licenses 2018-12-25 21:08:33 -07:00
lib.rs bump stdsimd; make intra_doc_link_resolution_failure an error again 2019-04-14 10:00:22 +02:00
macros.rs Rollup merge of #59448 - benesch:macro-doc, r=Centril 2019-03-28 08:43:39 +01:00
marker.rs Bootstrap compiler update for 1.35 release 2019-03-02 09:05:34 -07:00
mem.rs MaybeUninit: remove deprecated functions 2019-04-12 12:41:17 +02:00
option.rs Add must_use annotations to Result::is_ok and is_err 2019-04-08 12:58:09 -04:00
panic.rs Remove licenses 2018-12-25 21:08:33 -07:00
panicking.rs Remove licenses 2018-12-25 21:08:33 -07:00
pin.rs Expand note on mutable references 2019-04-13 15:54:57 -05:00
ptr.rs stabilize ptr::hash 2019-04-01 16:36:07 +03:00
raw.rs Remove licenses 2018-12-25 21:08:33 -07:00
result.rs Add must_use annotations to Result::is_ok and is_err 2019-04-08 12:58:09 -04:00
time.rs fix typo 2019-03-12 16:42:18 +03:00
tuple.rs Remove licenses 2018-12-25 21:08:33 -07:00
unit.rs Remove licenses 2018-12-25 21:08:33 -07:00