about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2017-12-30Add trailing newlines to files which have no trailing newlines.kennytm-1/+1
2017-12-26Rollup merge of #46986 - nvzqz:basic-usage, r=steveklabnikkennytm-0/+8
2017-12-26Rollup merge of #46933 - clarcharr:float_docs, r=steveklabnikkennytm-2/+12
2017-12-25Auto merge of #46914 - mikeyhew:raw_pointer_self, r=arielb1bors-2/+2
2017-12-24Add "Basic Usage" to int min_value, max_value docsNikolai Vazquez-0/+8
2017-12-23fix doctests in libcoreMichael Hewson-2/+2
2017-12-21Make core::f32/f64 docs match std.Clar Charr-2/+12
2017-12-22Rollup merge of #46898 - tspiteri:int-overflow-not-underflow, r=steveklabnikkennytm-17/+13
2017-12-22Rollup merge of #46820 - nodakai:simplify-int-impl, r=alexcrichtonkennytm-151/+52
2017-12-21docs: do not call integer overflows as underflowsTrevor Spiteri-17/+13
2017-12-20Rollup merge of #46870 - ffflorian:fix/slice/typo, r=rkruppekennytm-1/+1
2017-12-20Rollup merge of #46831 - Diggsey:float-debug-fmt, r=dtolnaykennytm-8/+13
2017-12-20Rollup merge of #46517 - notriddle:patch-2, r=BurntSushikennytm-4/+2
2017-12-20docs(slice): Clarify half-open intervalFlorian Keller-1/+1
2017-12-20Auto merge of #46233 - SimonSapin:fmt-debuglist-flags, r=sfacklerbors-43/+134
2017-12-19Auto merge of #46749 - SimonSapin:exorcism, r=nikomatsakisbors-23/+12
2017-12-19Always print floats with a decimal point with the Debug formatterDiggory Blake-8/+13
2017-12-19libcore/num/mod.rs: simplify the int_impl! macro.NODA, Kai-151/+52
2017-12-17Display binary notation for numeric swap_bytes methods.Corey Farwell-6/+12
2017-12-16Move PhantomData<T> from Shared<T> to users of both Shared and #[may_dangle]Simon Sapin-23/+12
2017-12-15Rollup merge of #46737 - tshepang:better, r=steveklabnikSteve Klabnik-10/+7
2017-12-15Rollup merge of #46601 - matthewjasper:method-link-change, r=steveklabnikSteve Klabnik-4/+4
2017-12-15doc: a better exampleTshepang Lekhonkhobe-10/+7
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-09Use a better link for method resolution in Deref docsmatthewjasper-4/+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-05Update cell.rsMichael Howell-3/+3
2017-12-05Move replace_with to its own feature flagMichael Howell-1/+1
2017-12-05Stablize RefCell::{replace, swap}Michael Howell-4/+2
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