about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2018-03-06Auto merge of #48509 - Phlosioneer:option-doc-change, r=TimNNbors-4/+4
2018-03-03Auto merge of #48694 - kennytm:rollup, r=kennytmbors-4/+29
2018-03-04Rollup merge of #48513 - alexcrichton:simd, r=JoshTriplettkennytm-4/+29
2018-03-03Auto merge of #48583 - dotdash:jt_assume, r=alexcrichtonbors-15/+9
2018-03-02Rollup merge of #48635 - scottmcm:faster-zip-nth, r=kennytmManish Goregaokar-0/+102
2018-03-02Rollup merge of #48628 - strake:reverse, r=sfacklerManish Goregaokar-1/+1
2018-03-02Rollup merge of #48259 - tinaun:patch-1, r=alexcrichtonManish Goregaokar-78/+30
2018-03-02Stabilize Unsafe Pointer Methodstinaun-78/+30
2018-03-02std: Add `arch` and `simd` modulesAlex Crichton-4/+29
2018-03-01Fix bracesScott McMurray-4/+2
2018-03-01Add a Zip::nth test for side effectsScott McMurray-0/+20
2018-03-01Specialize Zip::nth for TrustedRandomAccessScott McMurray-0/+84
2018-02-28impl Default + Hash for ::core::cmp::ReverseM Farkas-Dyck-1/+1
2018-02-28Rollup merge of #48603 - pthariensflame:patch-1, r=frewsxcvManish Goregaokar-2/+2
2018-02-28Rollup merge of #48380 - nikomatsakis:issue-48251-master, r=acrichtoManish Goregaokar-1/+2
2018-02-28Rollup merge of #48450 - frewsxcv:frewsxcxv-stabilize-slice-rotatee, r=alexcr...kennytm-3/+2
2018-02-28Rollup merge of #48365 - Centril:docs/document-refcell-panics, r=frewsxcvkennytm-0/+24
2018-02-28Rollup merge of #48321 - milesand:no_panic_pow, r=alexcrichtonkennytm-0/+308
2018-02-28Auto merge of #48056 - ExpHP:macro-commas, r=dtolnaybors-7/+35
2018-02-28Minor grammatical/style fix in docs.Alexander Ronald Altman-2/+2
2018-02-27fix wording on panics in binary operators on RefCells"Mazdak Farrokhzad-7/+7
2018-02-27Backport LLVM fixes for a JumpThreading / assume intrinsic bugBjörn Steinbrink-15/+9
2018-02-26Fix doctest failurePhlosioneer-1/+0
2018-02-25Change the example string to something arbitraryPhlosioneer-4/+5
2018-02-25Rollup merge of #48235 - varkor:parse-float-lonely-exponent, r=alexcrichtonkennytm-1/+8
2018-02-25Rollup merge of #48529 - remexre:docs/fix/unicode-0021, r=kennytmkennytm-1/+1
2018-02-25Rollup merge of #48115 - Centril:feature/iterator_flatten, r=alexcrichtonkennytm-36/+367
2018-02-24Fixes docs for ASCII functions to no longer claim U+0021 is '@'.Nathan Ringo-1/+1
2018-02-24Slight modification to the as_ref example of std::option::OptionPhlosioneer-2/+2
2018-02-23Rollup merge of #48157 - scottmcm:try-for-each, r=dtolnayManish Goregaokar-6/+42
2018-02-22Stabilize [T]::rotate_{left,right}Corey Farwell-3/+2
2018-02-22Auto merge of #48343 - Mark-Simulacrum:release-step, r=kennytmbors-26/+0
2018-02-21Rollup merge of #48397 - ordovicia:pow_doc, r=GuillaumeGomezGuillaume Gomez-2/+2
2018-02-21Rollup merge of #48360 - redcape:redcape-count-doc-fix, r=cramertjGuillaume Gomez-1/+1
2018-02-21Rollup merge of #47379 - da-x:master, r=sfacklerGuillaume Gomez-1/+1
2018-02-21Take 2^5 as examples in document of pow() (fixes #48396)Hidehito Yabuuchi-2/+2
2018-02-20make `#[unwind]` attribute specify expectations more clearlyNiko Matsakis-1/+2
2018-02-20stage0 cfg cleanupMark Simulacrum-26/+0
2018-02-20core::iter::Iterator::flatten: improve docs wrt. deep vs. shallow flatten per...Mazdak Farrokhzad-0/+20
2018-02-20core::iter::Iterator::flatten: tracking issue is #48213Mazdak Farrokhzad-6/+6
2018-02-20core::iter::Flatten: update FlatMap & Flatten according to discussionMazdak Farrokhzad-20/+294
2018-02-20Iterator::flatten: fix tracking issue number on FusedIterator for FlattenMazdak Farrokhzad-1/+1
2018-02-20add Iterator::flatten and redefine flat_map(f) in terms of map(f).flatten()Mazdak Farrokhzad-47/+84
2018-02-20RefCell: document panics in Clone, PartialEq, PartialOrd, Ord. Fixes #47400Mazdak Farrokhzad-0/+24
2018-02-19Fix count usize link typo in docsGil Cottle-1/+1
2018-02-19Make ".e0" not parse as 0.0varkor-1/+8
2018-02-19Add non-panicking variants of pow to all integer typesJewoo Lee-0/+308
2018-02-18Rollup merge of #48282 - Centril:spelling-fix/iter-repeat-with, r=kennytmGuillaume Gomez-1/+1
2018-02-18Auto merge of #47687 - SimonSapin:panic-impl, r=sfacklerbors-0/+252
2018-02-17Rollup merge of #48260 - dns2utf8:add_link_to_yield, r=kennytmGuillaume Gomez-3/+4