about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2019-04-04Rollup merge of #59596 - LukasKalbertodt:fix-range-fmt, r=KimundiMazdak Farrokhzad-5/+17
2019-04-04Rollup merge of #59664 - DevQps:improve-yield-spinlock-docs, r=alexcrichtonMazdak Farrokhzad-14/+40
2019-04-04Rollup merge of #59663 - matklad:borrow, r=dtolnayMazdak Farrokhzad-4/+10
2019-04-03Updated the reference in core::hint::spin_loop to the correct relative path.Christian-1/+1
2019-04-03Updated the documentation of core::hints::spin_loop and core::sync::spin_loop...Christian-14/+40
2019-04-03be more direct about borrow requirenmentsAleksey Kladov-4/+10
2019-04-03Rollup merge of #55448 - Mokosha:SortAtIndex, r=blussMazdak Farrokhzad-0/+355
2019-04-02Rollup merge of #59529 - DevQps:improve-rem-docs, r=cuviperMazdak Farrokhzad-0/+15
2019-04-02Rollup merge of #59444 - cuviper:steps_between, r=scottmcmMazdak Farrokhzad-51/+71
2019-04-02Rollup merge of #59262 - timvermeulen:iterator_cmp_dedup, r=scottmcmMazdak Farrokhzad-98/+24
2019-04-01Improved the example with numbers that can be exactly represented as floats a...Christian-2/+3
2019-04-01stabilize ptr::hashAleksey Kladov-2/+1
2019-04-01Forward formatter settings to bounds of `Range<T>` in `fmt::Debug` implLukas Kalbertodt-5/+17
2019-03-31Rollup merge of #59581 - jmcomets:stabilize-refcell_replace_swap, r=CentrilMazdak Farrokhzad-5/+1
2019-03-31refcell_replace_swap: remove feature gate & obsolete documentation itemJean-Marie Comets-2/+0
2019-03-31Stabilize refcell_replace_swap feature, closes #43570Jean-Marie Comets-3/+1
2019-03-30Fix doc testsFabian Drinck-1/+0
2019-03-30Added an example that shows how the remainder function on floating point valu...Christian-1/+11
2019-03-29Fix OnceWith docstring.Geoffry Song-2/+2
2019-03-29Added documentation on the remainder (Rem) operator for floating points.Christian-0/+4
2019-03-28Rollup merge of #59371 - dlrobertson:rename_va_list_copy, r=joshtriplettMazdak Farrokhzad-1/+1
2019-03-28Rollup merge of #58717 - hellow554:nonzero_parse, r=oli-obkMazdak Farrokhzad-3/+48
2019-03-28Auto merge of #59478 - Centril:rollup, r=Centrilbors-29/+32
2019-03-28Rollup merge of #59448 - benesch:macro-doc, r=CentrilMazdak Farrokhzad-22/+23
2019-03-28Rollup merge of #57987 - parched:va-args, r=joshtriplettMazdak Farrokhzad-7/+9
2019-03-28Auto merge of #59336 - gnzlbg:hint_black_box, r=alexcrichtonbors-0/+117
2019-03-27Rollup merge of #59393 - czipperz:refactor_tuple_comparison_tests, r=shepmasterJosh Stone-20/+24
2019-03-27Rollup merge of #59390 - czipperz:ptr_eq_smart_pointer, r=Centril,steveklabnikJosh Stone-2/+48
2019-03-27Rollup merge of #59372 - euclio:rename-trim, r=rkruppeJosh Stone-4/+20
2019-03-27Rollup merge of #59284 - RalfJung:maybe-uninit, r=sfacklerJosh Stone-58/+92
2019-03-27Rollup merge of #59283 - SimonSapin:branchless-ascii-case, r=joshtriplettJosh Stone-135/+374
2019-03-27Rollup merge of #59268 - estebank:from-string, r=QuietMisdreavusJosh Stone-0/+6
2019-03-27Minor rewordings and add `dyn` keywordChris Gregory-9/+9
2019-03-26Use consistent phrasing for all macro summariesNikhil Benesch-22/+23
2019-03-26impl TrustedLen for 128-bit ranges tooJosh Stone-2/+2
2019-03-26Rollup merge of #59427 - czipperz:non_null_doc_links, r=Mark-SimulacrumGuillaume Gomez-2/+3
2019-03-26Rollup merge of #59330 - DevQps:improve-std-convert-documentation, r=stevekla...Guillaume Gomez-78/+89
2019-03-26Test the size_hint of empty ranges tooJosh Stone-0/+12
2019-03-26Auto merge of #59433 - Centril:rollup, r=Centrilbors-8/+59
2019-03-26Implement useful steps_between for all integersJosh Stone-49/+57
2019-03-26Life's too short not to use cfg_ifgnzlbg-23/+101
2019-03-26Document why the volatile read is usedgnzlbg-0/+1
2019-03-26Use fallback on emscripten targetsgnzlbg-2/+18
2019-03-26bump bootstrap; adjust stage0 uses in core::ptr.Mazdak Farrokhzad-2/+2
2019-03-26adjust MaybeUninit API to discussionsRalf Jung-58/+92
2019-03-26Rollup merge of #59419 - frewsxcv:frewsxcv-qu, r=varkorMazdak Farrokhzad-4/+2
2019-03-26Rollup merge of #59410 - tbu-:pr_doc_clarifyclamp, r=joshtriplettMazdak Farrokhzad-4/+9
2019-03-26Rollup merge of #59362 - pnkfelix:demo-from-iterator-short-circuiting, r=CentrilMazdak Farrokhzad-0/+48
2019-03-25Utilize `?` instead of `return None`.Corey Farwell-4/+2
2019-03-25Link to PhantomData in NonNull documentationChris Gregory-2/+3