about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2017-11-14Rollup merge of #45970 - GuillaumeGomez:from-str-docs, r=QuietMisdreavusGuillaume Gomez-2/+5
2017-11-14Fixed several pulldown warnings when documenting libstd.kennytm-1/+1
2017-11-13Add missing links in FromStr docsGuillaume Gomez-2/+5
2017-11-13Rollup merge of #45933 - shanavas786:refactor-filter, r=alexcrichtonkennytm-8/+4
2017-11-11Auto merge of #45333 - alkis:master, r=blussbors-30/+136
2017-11-11Improve the performance of binary_search by reducing the number ofAlkis Evlogimenos-30/+136
2017-11-11Refactor Option::filter methodShanavas M-8/+4
2017-11-11Rollup merge of #45919 - lukaramu:patch-1, r=kennytmGuillaume Gomez-1/+1
2017-11-11Auto merge of #45772 - leodasvacas:fix-auto-bounds-in-trait-objects, r=nikoma...bors-1/+1
2017-11-10Fix broken link markup in Hasher::finish docsLukas H-1/+1
2017-11-10Rollup merge of #45887 - xfix:assert-eq-trailling-comma, r=dtolnaykennytm-0/+6
2017-11-10Rollup merge of #45882 - japaric:gh45802, r=kennytmkennytm-0/+1
2017-11-10Rollup merge of #45869 - GuillaumeGomez:debug-doc, r=frewsxcvkennytm-0/+20
2017-11-10Rollup merge of #45863 - LukasKalbertodt:add-option-filter, r=dtolnaykennytm-0/+39
2017-11-10Auto merge of #45773 - Badel2:dotdoteq, r=petrochenkovbors-9/+6
2017-11-09Allow a trailing comma in assert_eq/ne macroKonrad Borowski-0/+6
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-3/+2
2017-11-09fix core for targets with max-atomic-width = 0Jorge Aparicio-0/+1
2017-11-08Add missing example for Debug traitGuillaume Gomez-0/+20
2017-11-08Add `Option::filter()` according to RFC 2124Lukas Kalbertodt-0/+39
2017-11-08Auto merge of #45379 - cuviper:unit_from_iter, r=alexcrichtonbors-0/+32
2017-11-07Auto merge of #44932 - cuviper:unsized-ptr-is_null, r=alexcrichtonbors-6/+63
2017-11-07Remove `send` lang item.leonardo.yvens-1/+1
2017-11-06Add RefCell<T>::replace_withHavvy-13/+38
2017-11-07Auto merge of #45571 - zackmdavis:regenerate_char_private, r=alexcrichtonbors-74/+83
2017-11-06Inclusive range updated to `..=` syntaxBadel2-9/+6
2017-11-05Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcr...bors-0/+644
2017-11-05Auto merge of #45754 - scottmcm:checked-npot, r=dtolnaybors-1/+3
2017-11-04CR feedbackScott McMurray-12/+6
2017-11-04Use Add::add for overflow checks instead of [rustc_inherit_overflow_checks]Scott McMurray-2/+3
2017-11-04Rollup merge of #45718 - Ljzn:patch-2, r=BurntSushikennytm-2/+2
2017-11-04Rollup merge of #45610 - strake:atomic_from, r=nagisakennytm-0/+12
2017-11-03Fix #18604: next_power_of_two should panic on overflowScott McMurray-0/+1
2017-11-03Mark several ascii methods as unstable againLukas Kalbertodt-10/+30
2017-11-03Fix lists in doc comments for ascii methods of u8 and charLukas Kalbertodt-2/+4
2017-11-03Add missing space in match armLukas Kalbertodt-2/+2
2017-11-03Tweak documentation for `u8::eq_ignore_ascii_case()`Lukas Kalbertodt-2/+1
2017-11-03Revert signature of eq_ignore_ascii_case() to originalLukas Kalbertodt-2/+2
2017-11-03Make ascii methods on u8 insta-stableLukas Kalbertodt-48/+16
2017-11-03Add all methods of AsciiExt to u8 directlyLukas Kalbertodt-0/+655
2017-11-03auto trait future compatibility lintleonardo.yvens-0/+6
2017-11-02Fix typoLance John-2/+2
2017-11-02Auto merge of #45306 - whitequark:ref_slice, r=alexcrichtonbors-0/+16
2017-11-01De-stabilize core::slice::{from_ref, from_ref_mut}.whitequark-2/+2
2017-10-31Auto merge of #44764 - nvzqz:master, r=alexcrichtonbors-0/+76
2017-10-31since = "1.23.0"M Farkas-Dyck-2/+2
2017-10-29Add link to stablized version of an intrinsicWesley Wiser-0/+3
2017-10-29Fundamental internal iteration with try_foldScott McMurray-181/+934
2017-10-29feature = "atomic_from"M Farkas-Dyck-2/+2
2017-10-29Fix references to zero_memory and copy_memory in ptr docsFlorian Hartwig-9/+9