about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-09-08some more clippy-based improvementsAndre Bogus-3/+3
2015-09-07Use unsafe more idiomaticallySteve Klabnik-1/+3
2015-09-04Auto merge of #28197 - petrochenkov:borrow, r=alexcrichtonbors-0/+15
2015-09-04Auto merge of #28119 - nagisa:bytesderef, r=alexcrichtonbors-30/+3
2015-09-03std: Account for CRLF in {str, BufRead}::linesAlex Crichton-4/+10
2015-09-04Rollup merge of #28191 - llogiq:iter, r=ManishearthManish Goregaokar-6/+6
2015-09-04Rollup merge of #28188 - Manishearth:elide-core, r=alexcrichtonManish Goregaokar-72/+72
2015-09-03Implement `Borrow` for fixed-size arraysVadim Petrochenkov-0/+15
2015-09-03take mapped function by mutable referencellogiq-4/+4
2015-09-03Elide lifetimes in libcoreManish Goregaokar-72/+72
2015-09-03clippy improvements to iteratorsllogiq-6/+6
2015-09-03Make `null()` and `null_mut()` const functionsVadim Petrochenkov-4/+4
2015-09-01Auto merge of #28088 - tbu-:pr_fixed_size_array, r=alexcrichtonbors-12/+12
2015-08-31Change explicit BytesDeref impl into Cloned iteratorSimonas Kazlauskas-30/+3
2015-08-31Auto merge of #28101 - ijks:24214-str-bytes, r=alexcrichtonbors-0/+15
2015-08-31Implement `FixedSizeArray` for all fixed size arraysTobias Bucher-12/+12
2015-08-30Add overrides to iterator methods for `str::Bytes`Daan Rijks-0/+15
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