rust/src/libcore
Mazdak Farrokhzad 2ee038af8c
Rollup merge of #59448 - benesch:macro-doc, r=Centril
Use consistent phrasing for all macro summaries

None
2019-03-28 08:43:39 +01:00
..
benches ASCII uppercase: add "subtract multiplied bool" benchmark 2019-03-19 13:41:59 +01:00
char Rollup merge of #58778 - xfix:exact_size_case_mapping_iter, r=SimonSapin 2019-03-19 15:16:49 +01:00
fmt adjust MaybeUninit API to discussions 2019-03-26 09:21:32 +01:00
future Put Future trait into spotlight 2019-02-20 22:06:30 +01:00
hash libs: doc comments 2019-02-10 23:57:25 +00:00
iter Replaced self-reflective explicit types with clearer Self or Self::… in stdlib docs 2019-03-18 13:57:51 +01:00
num Rollup merge of #59283 - SimonSapin:branchless-ascii-case, r=joshtriplett 2019-03-27 18:15:25 -07:00
ops Rollup merge of #59190 - greg-kargin:master, r=sanxiyn 2019-03-22 19:31:21 +01:00
prelude Remove licenses 2018-12-25 21:08:33 -07:00
slice adjust MaybeUninit API to discussions 2019-03-26 09:21:32 +01:00
str add suggestions to trim_{left,right} deprecations 2019-03-22 14:56:08 -04:00
sync Bootstrap compiler update for 1.35 release 2019-03-02 09:05:34 -07:00
task Improvements to comments in libstd, libcore, liballoc. 2019-03-11 02:25:44 +00:00
tests Rollup merge of #59393 - czipperz:refactor_tuple_comparison_tests, r=shepmaster 2019-03-27 18:15:32 -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 Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml std: Depend directly on crates.io crates 2018-12-11 21:08:22 -08:00
cell.rs Stabilize refcell_map_split feature 2019-03-18 15:06:34 -07:00
clone.rs Auto merge of #57125 - doitian:inconsistent-clone-doc, r=bluss 2019-01-01 20:50:13 +00:00
cmp.rs Clarify {Ord,f32,f64}::clamp docs a little 2019-03-25 12:52:42 +01:00
convert.rs Rollup merge of #59268 - estebank:from-string, r=QuietMisdreavus 2019-03-27 18:15:24 -07:00
default.rs libs: doc comments 2019-02-10 23:57:25 +00:00
ffi.rs Fix missing cfg for aarch64 + ios in ffi.rs 2019-03-19 17:07:09 +00:00
hint.rs Fix undefined behavior in hint::spin_loop for x86 targets without SSE2 2019-03-21 14:23:29 +01:00
internal_macros.rs Use lifetime contravariance to elide more lifetimes in core+alloc+std 2019-03-09 19:10:28 -08:00
intrinsics.rs Bootstrap compiler update for 1.35 release 2019-03-02 09:05:34 -07: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 adjust MaybeUninit API to discussions 2019-03-26 09:21:32 +01: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 Rollup merge of #59390 - czipperz:ptr_eq_smart_pointer, r=Centril,steveklabnik 2019-03-27 18:15:30 -07: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