about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2019-04-13Remove blank lines in AsRef documentationChris Gregory-2/+0
2019-04-13Remove broken links to self in Into documentationChris Gregory-4/+4
2019-04-13Remove dangling ` in Into documentationChris Gregory-1/+1
2019-04-12Fix paste error in split_ascii_whitespace docs.Scott Olson-1/+1
2019-04-12Auto merge of #59733 - cramertj:wake-by-ref, r=withoutboatsbors-11/+49
2019-04-12MaybeUninit: remove deprecated functionsRalf Jung-34/+0
2019-04-12Rollup merge of #59880 - solson:transmute-float, r=alexcrichtonMazdak Farrokhzad-10/+0
2019-04-12Rollup merge of #59836 - andersk:nominator, r=CentrilMazdak Farrokhzad-14/+14
2019-04-12Rollup merge of #59831 - ehuss:ordering-docs, r=kennytmMazdak Farrokhzad-3/+3
2019-04-12Add comment that field projectin also works with mutable fieldsChris Gregory-5/+6
2019-04-12Fix convert module's documentation linksChris Gregory-11/+11
2019-04-11Remove [mut] syntax in pin docsChris Gregory-9/+9
2019-04-11Remove note about transmute for float bitpatterns.Scott Olson-10/+0
2019-04-11Auto merge of #59211 - nox:refcell-borrow-state, r=KodrAusbors-0/+38
2019-04-10warn on unused results for operation methods on numsAshley Mannix-0/+156
2019-04-09std::ops::Div examples: correct nominator to numeratorAnders Kaseorg-14/+14
2019-04-09Remove strange formatting in `Ordering` docs.Eric Huss-3/+3
2019-04-08Rename Waker::new_unchecked to Waker::from_rawTaylor Cramer-4/+4
2019-04-08Add Waker::wake_by_ref and make Waker::wake consume the WakerTaylor Cramer-7/+45
2019-04-08Add must_use annotations to Result::is_ok and is_errAlex Gaynor-0/+4
2019-04-07Auto merge of #59119 - cramertj:cx-back, r=withoutboatsbors-13/+108
2019-04-06Tiny docs fixTobias Bucher-1/+1
2019-04-06Rollup merge of #59707 - GuillaumeGomez:GuillaumeGomez-patch-1, r=CentrilMazdak Farrokhzad-0/+20
2019-04-05Future-proof the Futures APITaylor Cramer-13/+108
2019-04-05Remove parensUnreachable-2/+2
2019-04-05Add missing tryfrom exampleGuillaume Gomez-0/+20
2019-04-05Include trailing comma in multiline Debug representationDavid Tolnay-84/+58
2019-04-05improve docs for std::hint::unreachable_unchecked()Unreachable-3/+2
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