about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2019-03-25Formatting changes, including better wrapping and creating short summary lines.Christian-16/+21
2019-03-25Rework documentation into examplesChris Gregory-8/+46
2019-03-25Rework documentation to be about fat pointersChris Gregory-5/+9
2019-03-25black_box should use inline assembly on wasm32gnzlbg-3/+3
2019-03-25Refactor tuple comparison testsChris Gregory-20/+24
2019-03-25Clarify `{Ord,f32,f64}::clamp` docs a littleTobias Bucher-4/+9
2019-03-25add missing bracesFelix S Klock II-2/+2
2019-03-25black_box should inhibit optimizations on platforms without inline assemblygnzlbg-3/+6
2019-03-25Update src/libcore/option.rsPascal Hertleif-1/+1
2019-03-25Remove dupplicated configgnzlbg-2/+2
2019-03-25Moves test::black_box to core::hintgnzlbg-0/+19
2019-03-24Rollup merge of #59328 - koalatux:iter-nth-back, r=scottmcmkennytm-0/+26
2019-03-24Rollup merge of #59239 - gnzlbg:fix_spin_loop, r=nagisakennytm-6/+25
2019-03-23Make `ptr::eq` documentation mention smart-pointer behaviorChris Gregory-0/+4
2019-03-22review commentsEsteban Küber-1/+1
2019-03-22Add suggestion to use `&*var` when `&str: From<String>` is expectedEsteban Küber-0/+6
2019-03-22ffi: rename VaList::copy to VaList::with_copyDan Robertson-1/+1
2019-03-22add suggestions to trim_{left,right} deprecationsAndy Russell-4/+20
2019-03-22Rollup merge of #59190 - greg-kargin:master, r=sanxiynMazdak Farrokhzad-50/+50
2019-03-22Expand `impl FromIterator for Result` doc to include examples of `Err` and ea...Felix S. Klock II-0/+28
2019-03-22Expand `impl FromIterator for Option` doc to include example of early termina...Felix S. Klock II-0/+20
2019-03-21Wrapped a line such that it does not exceed 100 characters.Christian-1/+2
2019-03-21Changed inline code by using a single quote.Christian-20/+20
2019-03-21Added back a reference to "the book"Christian-2/+2
2019-03-21Fixed indentation of list items.Christian-4/+2
2019-03-21Reformatted the text such that the line length does not exceed 100.Christian-15/+22
2019-03-21Fix undefined behavior in hint::spin_loop for x86 targets without SSE2gnzlbg-6/+25
2019-03-20Add improved doc example for Sum<Option<T>>John Downey-8/+5
2019-03-20Initial version of the documentation change of std::convert.Christian-85/+85
2019-03-19Update stable attribute to be since 1.35.0Mazdak Farrokhzad-2/+2
2019-03-19Fix missing cfg for aarch64 + ios in ffi.rsJames Duley-4/+6
2019-03-19Fix AArch64 typo in commentsJames Duley-1/+1
2019-03-19Fix aarch64 typoJames Duley-2/+2
2019-03-19Rollup merge of #59280 - joshlf:sandbox/joshlf/stabilize-refcell-map-split, r...Mazdak Farrokhzad-5/+2