about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2017-12-12Auto merge of #46647 - varkor:contrib-1, r=sfacklerbors-0/+8
2017-12-12Auto merge of #46250 - canndrew:rename-never-type-impl-gate, r=petrochenkovbors-6/+6
2017-12-12Rename never_type_impls gate to never_typeAndrew Cann-6/+6
2017-12-12Auto merge of #46411 - rillian:str_ascii, r=kennytmbors-6/+6
2017-12-10Add `std::fmt::Pointer` implementation for `AtomicPtr`varkor-0/+8
2017-12-09Use Try syntax for Option in place of macros or matchMatt Brubeck-5/+4
2017-12-07Rollup merge of #46548 - jonathanstrong:master, r=dtolnayGuillaume Gomez-0/+27
2017-12-07Rollup merge of #46416 - liigo:cfg-macro, r=steveklabnikGuillaume Gomez-1/+1
2017-12-07adds links to methods, removes trailing whitespaceJonathan Strong-9/+16
2017-12-06Adds language to the documentation for `Option` and `Result` suggestingJonathan Strong-0/+20
2017-12-06Auto merge of #46268 - arielb1:union-borrow, r=nikomatsakisbors-8/+16
2017-12-06Rollup merge of #46512 - Havvy:doc-compile_fail, r=kennytmCorey Farwell-2/+2
2017-12-06Rollup merge of #46483 - frewsxcv:frewsxcv-ptr-swap, r=BurntSushiCorey Farwell-2/+40
2017-12-06Rollup merge of #46431 - steveklabnik:gh42725, r=QuietMisdreavusCorey Farwell-4/+4
2017-12-06more commentsAriel Ben-Yehuda-2/+2
2017-12-06adjust libcoreAriel Ben-Yehuda-8/+16
2017-12-05Mention the name of ? in Result's docssteveklabnik-4/+4
2017-12-04Give compile_error macro examplesHavvy-2/+2
2017-12-04Document behavior of `ptr::swap` with overlapping regions of memory.Corey Farwell-2/+40
2017-12-03Rollup merge of #46473 - frewsxcv:frewsxcv-param-name, r=TimNNCorey Farwell-69/+69
2017-12-03Rollup merge of #46260 - ExpHP:builtin-macro-doc-sync, r=steveklabnikCorey Farwell-6/+14
2017-12-03Consistent parameter name for numeric ‘checked’ operations.Corey Farwell-69/+69
2017-12-02Mark ascii methods on primitive types stable in 1.23.0.Ralph Giles-6/+6
2017-12-01doc: macro `cfg!` evaluating at compile-timeLiigo Zhuang-1/+1
2017-11-29Update bootstrap compilerAlex Crichton-2/+1
2017-11-29Rollup merge of #46356 - daboross:patch-2, r=sfacklerkennytm-1/+1
2017-11-29Rollup merge of #46293 - ollie27:atomic_bool_from, r=BurntSushikennytm-0/+7
2017-11-29Rollup merge of #46287 - SimonSapin:stable-constness, r=aturonkennytm-66/+1
2017-11-29Rollup merge of #46077 - LukasKalbertodt:stabilize-ascii-ctype, r=alexcrichtonkennytm-10/+10
2017-11-28Reject '2' as a binary digit in internals of 'b' formattingDavid Ross-1/+1
2017-11-28Auto merge of #46094 - dtolnay:is_null, r=alexcrichtonbors-15/+55
2017-11-28Change `since` attribute from ctype methods from 1.23 to 1.24Lukas Kalbertodt-10/+10
2017-11-27Change version number for `impl From<bool> for AtomicBool` to 1.24.0Oliver Middleton-1/+1
2017-11-28Rollup merge of #46285 - SimonSapin:twos-complement, r=GuillaumeGomezkennytm-0/+20
2017-11-28Rollup merge of #46240 - SimonSapin:from_str_radix-docs, r=estebankkennytm-0/+18
2017-11-28Rollup merge of #46174 - stjepang:stabilize-spinloophint, r=sfacklerkennytm-3/+2
2017-11-27Change the stabilization version to 1.24.0Stjepan Glavina-1/+1
2017-11-27Auto merge of #46284 - SimonSapin:deprecate-formatter-flags, r=sfacklerbors-0/+3
2017-11-27impl From<bool> for AtomicBoolOliver Middleton-0/+7
2017-11-26Update libcore macro stubs like libstdMichael Lamparski-6/+14
2017-11-26Stabilize const-calling existing const-fns in stdSimon Sapin-66/+1
2017-11-26Document non-obvious behavior of fmt::UpperHex & co for negative integersSimon Sapin-0/+20
2017-11-26Deprecate the Formatter::flags method, fix #46237Simon Sapin-0/+3
2017-11-26Rollup merge of #46234 - lucasem:core-marker-typo, r=frewsxcvkennytm-1/+1
2017-11-25rustc: Add support for some more x86 SIMD opsAlex Crichton-0/+5
2017-11-24Expand docs of <$Int>::from_str_radix, based on that of char::to_digitSimon Sapin-0/+18
2017-11-24core::marker fix typoLucas Morales-1/+1
2017-11-22Auto merge of #45198 - oli-obk:fmt_args, r=sfacklerbors-0/+8
2017-11-22Stabilize spin_loop_hintStjepan Glavina-3/+2
2017-11-21fix some typosMartin Lindhe-1/+1