about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-08-28Add .as_str() to str::Chars and str::CharIndices. See #27775.Simon Sapin-0/+24
2015-08-28Auto merge of #28038 - durka:grep-unstable-issue-refs, r=alexcrichtonbors-2/+4
2015-08-28Rollup merge of #28048 - steveklabnik:doc_unimplemented, r=alexcrichtonManish Goregaokar-0/+45
2015-08-28Rollup merge of #28039 - birkenfeld:option_result_ref_intoiter, r=alexcrichtonManish Goregaokar-0/+40
2015-08-27Auto merge of #28031 - durka:patch-6, r=alexcrichtonbors-1/+1
2015-08-27Some extra examples for the unimplemented! macroSteve Klabnik-0/+45
2015-08-27core: Implement IntoIterator for Option and Result referencesGeorg Brandl-0/+40
2015-08-27fix some more unstable issue annotationsAlex Burka-2/+4
2015-08-27Auto merge of #28016 - ranma42:mini-rem-in-core, r=alexcrichtonbors-2/+24
2015-08-27Auto merge of #28028 - tshepang:add-size_hint-example, r=alexcrichtonbors-0/+7
2015-08-27Auto merge of #28027 - tshepang:improve-sentence, r=alexcrichtonbors-1/+1
2015-08-27Restore removed code and mark it for usage in stage0Andrea Canciani-0/+41
2015-08-27Auto merge of #27975 - sfackler:iter-order-methods, r=aturonbors-96/+219
2015-08-26Make iter::order functions into methods on IteratorSteven Fackler-96/+219
2015-08-27Auto merge of #27808 - SimonSapin:utf16decoder, r=alexcrichtonbors-0/+110
2015-08-26fix unstable issue ref for UnsizeAlex Burka-1/+1
2015-08-26doc: add Iterator::size_hint exampleTshepang Lekhonkhobe-0/+7
2015-08-26doc: I had to read this twice before understanding itTshepang Lekhonkhobe-1/+1
2015-08-26Any docs: as_ref doesn't exist anymoreSteve Klabnik-5/+6
2015-08-25Correct iterator adaptor ChainUlrik Sverdrup-25/+71
2015-08-24Minimize the implementation of `Rem` in libcoreAndrea Canciani-32/+13
2015-08-22Rollup merge of #27904 - tshepang:nit, r=nikomatsakisSteve Klabnik-1/+1
2015-08-22Rollup merge of #27903 - tshepang:improve-example, r=steveklabnikSteve Klabnik-2/+2
2015-08-22Move the Borrow and BorrowMut traits to libcore.Simon Sapin-0/+110
2015-08-22Auto merge of #27871 - alexcrichton:stabilize-libcore, r=aturonbors-129/+161
2015-08-22Auto merge of #27860 - m4rw3r:rustdoc_unstable_feature_issue, r=alexcrichtonbors-1/+2
2015-08-19make these parameters follow idiomTshepang Lekhonkhobe-1/+1
2015-08-19doc: improve transmute example a littleTshepang Lekhonkhobe-2/+2
2015-08-18Auto merge of #27870 - durka:patch-5, r=steveklabnikbors-9/+0
2015-08-18Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichtonbors-280/+3
2015-08-17core: Shuffle around float parsingAlex Crichton-100/+96
2015-08-17core: Stabilize prelude::v1Alex Crichton-18/+19
2015-08-18Auto merge of #27474 - bluss:twoway-reverse, r=brsonbors-64/+193
2015-08-17Shim some of the old std::simd functionality.Huon Wilson-15/+55
2015-08-17Rename `simd_basics` feature gate to `repr_simd`.Huon Wilson-1/+1
2015-08-17switch core::simd to repr(simd) and deprecate it.Huon Wilson-11/+119
2015-08-17core: Move `atomic` into a new `sync` moduleAlex Crichton-1/+16
2015-08-17std: Clean up primitive integer modulesAlex Crichton-10/+30
2015-08-17remove untrue doc from marker.rsAlex Burka-9/+0
2015-08-17Remove dependencies on libm functions from libcore.Eli Friedman-280/+3
2015-08-16StrSearcher: Additional comments and small code movesUlrik Sverdrup-19/+27
2015-08-16rustdoc: Added issue_tracker_base_url annotations to cratesMartin Wernstål-1/+2
2015-08-15std: Add issues to all unstable featuresAlex Crichton-1/+2
2015-08-15core: Fill out issues for unstable featuresAlex Crichton-101/+174
2015-08-15Auto merge of #27845 - dylanmckay:abstract-pointer-size-away, r=alexcrichtonbors-12/+9
2015-08-15Iterator::all() - document short-circuiting property parallel to any()Georg Brandl-0/+2
2015-08-15Reduce libcore/liballoc's dependence on pointer sizesDylan McKay-12/+9
2015-08-14Implemented Default for arrays up to [T; 32].Without Boats-0/+24
2015-08-14Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrcbors-5/+6
2015-08-13Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturonbors-921/+20