about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2016-12-19Rollup merge of #38334 - frewsxcv:BuildHasherDefault, r=GuillaumeGomezSeo Sanghyeon-3/+37
2016-12-16Address falloutAaron Turon-7/+7
2016-12-16Rewrite, improve documentation for `core::hash::BuildHasherDefault`.Corey Farwell-3/+37
2016-12-15Deprecate std::cell::RefCell::borrow_stateAaron Turon-0/+2
2016-12-15Stabilize std::cell::Ref::cloneAaron Turon-3/+1
2016-12-15Stabilize std::char::{encode_utf8, encode_utf16}Aaron Turon-2/+2
2016-12-15Stabilize std::sync::atomic::Atomic*::{get_mut, into_inner}Aaron Turon-12/+6
2016-12-15Stabilize Iterator::{min_by, max_by}Aaron Turon-2/+2
2016-12-13doc: Explain meaning of Result iters and link to factory functions.Martin Pool-3/+26
2016-12-13Auto merge of #38309 - sfackler:rfc-1725, r=alexcrichtonbors-0/+83
2016-12-12Implement RFC #1725Steven Fackler-0/+83
2016-12-12Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichtonbors-1/+1
2016-12-07Auto merge of #38149 - bluss:is-empty, r=alexcrichtonbors-1/+13
2016-12-07Auto merge of #38134 - bluss:iter-nth, r=aturonbors-1/+4
2016-12-04iter: Forward ExactSizeIterator methods for &mut IUlrik Sverdrup-1/+8
2016-12-04core: Forward ExactSizeIterator::is_empty for BytesUlrik Sverdrup-0/+5
2016-12-03Rollup merge of #38090 - GuillaumeGomez:option_doc, r=frewsxcvCorey Farwell-0/+10
2016-12-02core: Remove Self: Sized from Iterator::nthUlrik Sverdrup-1/+4
2016-11-30Auto merge of #38047 - canndrew:fmt-void-non-empty, r=blussbors-1/+3
2016-11-30Update the bootstrap compilerAlex Crichton-1/+0
2016-11-30Add cloned example for OptionGuillaume Gomez-0/+10
2016-11-30Rename 'librustc_unicode' crate to 'libstd_unicode'.Corey Farwell-1/+1
2016-11-28Make core::fmt::Void a non-empty type.Andrew Cann-1/+3
2016-11-27Add borrow support for slice binary search methods.Christophe Biocca-9/+13
2016-11-26Auto merge of #36340 - sfackler:slice-get-slice, r=alexcrichtonbors-168/+331
2016-11-26Auto merge of #38008 - bluss:rustbuild-benches, r=alexcrichtonbors-0/+5
2016-11-26Overload get{,_mut}{,_unchecked}Steven Fackler-168/+331
2016-11-26Auto merge of #38015 - sanxiyn:rollup, r=sanxiynbors-4/+4
2016-11-26Rollup merge of #37963 - bluss:iterator-docs, r=alexcrichtonSeo Sanghyeon-4/+4
2016-11-25Auto merge of #37961 - samestep:radices, r=frewsxcvbors-1/+1
2016-11-25rustbuild: Point to core and collections's external benchmarks.Ulrik Sverdrup-0/+5
2016-11-24Auto merge of #37944 - bluss:adaptors-are-empty, r=alexcrichtonbors-6/+57
2016-11-24Auto merge of #37943 - bluss:exact-is-empty, r=alexcrichtonbors-2/+10
2016-11-23Use "radices" instead of "radicum"Sam Estep-1/+1
2016-11-23core: Fix example for .map()Ulrik Sverdrup-1/+1
2016-11-23core: Iterator docs, collect is not an adaptorUlrik Sverdrup-3/+3
2016-11-23core, collections: Implement better .is_empty() for slice and vec iteratorsUlrik Sverdrup-2/+10
2016-11-22core: Forward ExactSizeIterator methods for important iterator adaptorsUlrik Sverdrup-6/+57
2016-11-22Auto merge of #37834 - bluss:peek-none, r=BurntSushibors-23/+41
2016-11-20Auto merge of #37888 - bluss:chars-count, r=alexcrichtonbors-0/+16
2016-11-20Rollup merge of #37882 - ollie27:chars_last, r=blussGuillaume Gomez-0/+12
2016-11-20Optimise CharIndices::last()Oliver Middleton-0/+6
2016-11-19str: Improve .chars().count()Ulrik Sverdrup-0/+16
2016-11-19Optimise Chars::last()Oliver Middleton-0/+6
2016-11-18Fix `fmt::Debug` for strings, e.g. for Chinese charactersTobias Bucher-97/+230
2016-11-17core::iter: Peekable should remember peeking a NoneUlrik Sverdrup-23/+41
2016-11-12Remove macro work-around.Mark-Simulacrum-8/+3
2016-11-12Rollup merge of #37727 - GuillaumeGomez:invalid_src, r=eddybEduard-Mihai Burtescu-2/+15