about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2017-01-14Auto merge of #38982 - clarcharr:expect_err, r=aturonbors-0/+25
2017-01-13expect_err for Result.Clar Charr-0/+25
2017-01-13Rollup merge of #39024 - stjepang:owned-to-string, r=steveklabnikGuillaume Gomez-8/+8
2017-01-13Rollup merge of #38995 - petrochenkov:minmax, r=GuillaumeGomezGuillaume Gomez-10/+10
2017-01-13Rollup merge of #38636 - shahn:extend, r=steveklabnikGuillaume Gomez-1/+4
2017-01-13Auto merge of #38909 - clarcharr:char_struct_display, r=alexcrichtonbors-1/+28
2017-01-13Change `to_owned` to `to_string` in docsStjepan Glavina-8/+8
2017-01-12Auto merge of #37926 - bluss:from-utf8-small-simplification, r=sfacklerbors-27/+26
2017-01-11Implement Display for char Escape*, To*case.Clar Charr-1/+28
2017-01-11Fix docs for min/max algorithmsVadim Petrochenkov-10/+10
2017-01-10Implement `iter::Sum` and `iter::Product` for `Result`Jake Goulding-0/+81
2017-01-10Rollup merge of #38816 - Manishearth:coercion-doc, r=GuillaumeGomezSeo Sanghyeon-1/+43
2017-01-09Auto merge of #38310 - frewsxcv:ctlz-cttz, r=pnkfelixbors-2/+50
2017-01-09Auto merge of #38910 - steveklabnik:update_docs, r=eddybbors-1/+4
2017-01-08Auto merge of #38861 - est31:master, r=alexcrichtonbors-24/+26
2017-01-08Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrcbors-1/+1
2017-01-07thanks @eddybSteve Klabnik-1/+1
2017-01-07Improve safety warning on ptr::swapSteve Klabnik-1/+4
2017-01-07Auto merge of #38469 - tbu-:pr_writeln_no_args, r=brsonbors-1/+5
2017-01-06Make members of {std,core}::{i128,u128} unstableest31-24/+26
2017-01-05Auto merge of #38152 - arielb1:special-copy, r=nikomatsakisbors-4/+2
2017-01-05For Extend, document collections allowing duplicate keysSebastian Hahn-1/+3
2017-01-04Add more docs for CoerceUnsized and UnsizeManish Goregaokar-1/+43
2017-01-03Auto merge of #38066 - bluss:string-slice-error, r=sfacklerbors-4/+22
2017-01-04simplify Copy implementation error reportingAriel Ben-Yehuda-4/+2
2017-01-01Auto merge of #38711 - programble:doc/slice-iter-method-links, r=brsonbors-0/+45
2017-01-01Auto merge of #38713 - clarcharr:trusted_len, r=brsonbors-1/+7
2016-12-30TrustedLen for Empty and Once.Clar Charr-1/+7
2016-12-30Add links to methods on all slice iterator struct docsCurtis McEnroe-0/+45
2016-12-3040 -> 39, as ceil(log10(2^128)) == 39est31-1/+1
2016-12-30Fix rebase falloutest31-0/+21
2016-12-30impl Step for iu128Simonas Kazlauskas-0/+2
2016-12-30Wrapping<i128> and attempt at LLVM 3.7 compatSimonas Kazlauskas-0/+2
2016-12-30Feature gate the 128 bit typesSimonas Kazlauskas-0/+1
2016-12-30Such large. Very 128. Much bits.Simonas Kazlauskas-39/+265
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-12-29Rollup merge of #38693 - lucis-fluxum:partialord-typo-fix, r=steveklabnikAlex Crichton-1/+1
2016-12-29Rollup merge of #38674 - GuillaumeGomez:atomic_fn_docs, r=frewsxcvAlex Crichton-8/+15
2016-12-29Rollup merge of #38649 - GuillaumeGomez:atomicint_docs, r=frewsxcvAlex Crichton-17/+36
2016-12-29Rollup merge of #38635 - GuillaumeGomez:atomicptr_docs, r=frewsxcvAlex Crichton-14/+37
2016-12-29Rollup merge of #38611 - GuillaumeGomez:atomicbool_docs, r=frewsxcvAlex Crichton-13/+35
2016-12-29Fix typo in PartialOrd docsLuc Street-1/+1
2016-12-29Fallout from updating bootstrap CargoAlex Crichton-3/+4
2016-12-29Add missing urls for atomic fn docsGuillaume Gomez-8/+15
2016-12-28Add missing urls for AtomicPtrGuillaume Gomez-14/+37
2016-12-28Add missing urls for atomic_int macros typesGuillaume Gomez-17/+36
2016-12-27Clarify Extend behaviour wrt existing keysSebastian Hahn-1/+2
2016-12-26Add missing urls in AtomicBool docsGuillaume Gomez-13/+35
2016-12-20Rollup merge of #38158 - sourcefrog:doc-iter, r=GuillaumeGomezAlex Crichton-3/+26
2016-12-20Rollup merge of #37761 - christophebiocca:borrow-stdlib-fn-refactor, r=alexcr...Alex Crichton-9/+13