about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2016-03-12std: Clean out deprecated APIsAlex Crichton-383/+13
2016-03-11std: Add a tracking issue for Peekable::is_emptyAlex Crichton-1/+1
2016-03-11core: Make a new tracking issue for prelude traitsAlex Crichton-7/+7
2016-03-11core: Mark Wrapping impls as stableAlex Crichton-5/+5
2016-03-12Rollup merge of #32183 - bluss:doc-index, r=alexcrichtonManish Goregaokar-0/+58
2016-03-11Auto merge of #32133 - alexcrichton:linkchecker, r=brsonbors-56/+78
2016-03-10Clarify doc for slice slicing (Index impls)Ulrik Sverdrup-0/+58
2016-03-10Auto merge of #32173 - steveklabnik:rollup, r=steveklabnikbors-8/+10
2016-03-10Rollup merge of #32091 - dirk:dirk/siphasher-docs-clarification, r=alexcrichtonSteve Klabnik-8/+10
2016-03-10Auto merge of #32100 - SimonSapin:patch-6, r=alexcrichtonbors-2/+4
2016-03-08Link to actual CSPRNG in `hash::SipHasher` documentationDirk Gadsden-4/+4
2016-03-08std: Fix rustdoc links with std::fmt::AlignmentAlex Crichton-12/+33
2016-03-08doc: Fix a bunch of broken linksAlex Crichton-44/+45
2016-03-08Rollup merge of #32099 - bluss:doc-string-slicing, r=alexcrichtonSteve Klabnik-13/+51
2016-03-07Clarify documentation for string slicing (Index impls)Ulrik Sverdrup-13/+51
2016-03-07Fix some line lengthsSimon Sapin-2/+4
2016-03-07"can be built on Ref::map"… how?Simon Sapin-2/+2
2016-03-07Auto merge of #32051 - steveklabnik:gh9447, r=blussbors-8/+8
2016-03-06Amend `hash::SipHasher` docs to more strongly discourage cryptographic usesDirk Gadsden-4/+3
2016-03-06Clarify documentation of `hash::SipHasher`Dirk Gadsden-6/+9
2016-03-07Auto merge of #32064 - bluss:str-slice-panic, r=alexcrichtonbors-3/+21
2016-03-06Auto merge of #30884 - durka:inclusive-ranges, r=aturonbors-102/+415
2016-03-05Fix panic on string slicing error to truncate the stringUlrik Sverdrup-3/+21
2016-03-05Auto merge of #31700 - oli-obk:skip_double_ended, r=alexcrichtonbors-0/+11
2016-03-04remove under/overflow from next_back/nextAlex Burka-6/+10
2016-03-04add more unstable annotationsAlex Burka-0/+15
2016-03-04End stdlib module summaries with a full stop.Steve Klabnik-8/+8
2016-03-04Rollup merge of #32036 - Seeker14491:patch-1, r=steveklabnikSteve Klabnik-1/+1
2016-03-04Rollup merge of #32035 - ubsan:master, r=blussSteve Klabnik-2/+0
2016-03-04make skip a double ended iteratorOliver Schneider-0/+11
2016-03-04Clarify ambiguous wording in fold() docsBrian Bowman-1/+1
2016-03-03`usize` is now a proper ctype, so fix cmp_sliceubsan-2/+0
2016-03-02Rollup merge of #31999 - bluss:fundamental-raw-ptr, r=eddybManish Goregaokar-5/+5
2016-03-02Rollup merge of #31989 - Kimundi:more_flexible_str_pattern_indirection, r=blussManish Goregaokar-1/+1
2016-03-02Rollup merge of #31982 - apasel422:sync, r=alexcrichtonManish Goregaokar-0/+6
2016-03-01Explicitly opt out of `Sync` for `cell` and `mpsc` typesAndrew Paseltiner-0/+6
2016-03-01Use raw pointer casts for slice, str's .as_ptr()Ulrik Sverdrup-5/+5
2016-03-01Rollup merge of #31965 - miqid:doc, r=steveklabnikSteve Klabnik-12/+12
2016-03-01Changed `std::pattern::Pattern` impl on `&'a &'a str` to `&'a &'b str`Marvin Löbel-1/+1
2016-03-01Fix broken links for core primitivesMichael Huynh-12/+12
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-67/+44
2016-02-27Auto merge of #31942 - bluss:iter-desugar, r=steveklabnikbors-1/+1
2016-02-27Make for loop desugaring for iterators more preciseUlrik Sverdrup-1/+1
2016-02-27update snapshot commentsAlex Burka-4/+4
2016-02-27fix underflow in DoubleEndedIterator::next_backAlex Burka-5/+9
2016-02-27add indexing with RangeInclusive in libcore and libcollectionsAlex Burka-4/+107
2016-02-27add StepBy for RangeInclusiveAlex Burka-4/+108
2016-02-27note work still to be doneAlex Burka-6/+12
2016-02-27remove range lang itemsAlex Burka-4/+4
2016-02-27core: add inclusive ranges to core::opsAlex Burka-90/+167