rust/src/libcore
Mazdak Farrokhzad 2413ac7956
Rollup merge of #59925 - solson:split_ascii_whitespace-docfix, r=Centril
Fix paste error in split_ascii_whitespace docs.

It was accidentally still testing the unicode version, `split_whitespace`.
2019-04-14 00:23:49 +02: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 libs: doc comments 2019-02-10 23:57:25 +00:00
iter Rollup merge of #59444 - cuviper:steps_between, r=scottmcm 2019-04-02 13:47:24 +02:00
num Rollup merge of #58717 - hellow554:nonzero_parse, r=oli-obk 2019-03-28 13:35:29 +01: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 Include trailing comma in multiline Debug representation 2019-04-05 06:45:40 -07: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 Updated the reference in core::hint::spin_loop to the correct relative path. 2019-04-03 15:47:38 +02: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 Stabilize unrestricted_attribute_tokens 2019-02-25 23:21:54 +03: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 Update src/libcore/option.rs 2019-03-25 11:48:08 +01: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 Rollup merge of #58939 - taeguk:fix-doc-about-pin, r=rkruppe 2019-03-19 15:16:53 +01: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 missing braces 2019-03-25 11:50:11 +01: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