about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2016-09-23Revert "implement `From<Vec<char>>` and `From<&'a [char]>` for `String`"Brian Anderson-20/+0
2016-09-23Minor `VecDeque` doc examples cleanup.Corey Farwell-5/+5
2016-09-20Minor correction in `sort_by_key` doc commentNick Platt-1/+1
2016-09-14Auto merge of #36347 - knight42:str-replacen, r=alexcrichtonbors-0/+43
2016-09-14Rollup merge of #36396 - athulappadan:Default-docs, r=blussGuillaume Gomez-0/+8
2016-09-13Doc correction: btreeathulappadan-1/+1
2016-09-13Implement std::str::replacenknight42-0/+43
2016-09-11Documentation for default types modifiedathulappadan-3/+3
2016-09-11Documentation of what does for each typeathulappadan-0/+8
2016-09-09Work around pointer aliasing issue in Vec::extend_from_slice, extend_with_ele...Ulrik Sverdrup-13/+55
2016-09-06Rollup merge of #36243 - GuillaumeGomez:hash_map_links, r=steveklabnikJonathan Turner-4/+8
2016-09-03Add missing urlsGuillaume Gomez-4/+8
2016-09-03Auto merge of #36072 - arthurprs:binary_heap_opt, r=Aatchbors-20/+23
2016-08-30Rollup merge of #35862 - Stebalien:fmt-docs, r=steveklabnikGuillaume Gomez-3/+9
2016-08-29Remove BinaryHeap bounds checkingarthurprs-20/+23
2016-08-25Auto merge of #35906 - jseyfried:local_prelude, r=eddybbors-15/+2
2016-08-24Remove needless imports in `libcollections`.Jeffrey Seyfried-15/+2
2016-08-24Remove drop flags from structs and enums implementing Drop.Eduard Burtescu-7/+5
2016-08-23Rust has type aliases, not typedefs.Steven Allen-9/+9
2016-08-23Auto merge of #35656 - Stebalien:fused, r=alexcrichtonbors-8/+100
2016-08-21Fix "Furthermore" Typo in String DocsChristopher Serr-1/+1
2016-08-20Note that formatters should not return spurious errors.Steven Allen-2/+8
2016-08-20Correct formatting docs: fmt::Result != io::Result<()>Steven Allen-3/+3
2016-08-20Rollup merge of #35234 - nrc:rustdoc-macros, r=steveklabnikJonathan Turner-1/+1
2016-08-19std: Stabilize APIs for the 1.12 releaseAlex Crichton-22/+18
2016-08-18Add a FusedIterator trait.Steven Allen-8/+100
2016-08-18Fix linksNick Cameron-1/+1
2016-08-17Auto merge of #35747 - jonathandturner:rollup, r=jonathandturnerbors-0/+9
2016-08-17Auto merge of #35733 - apasel422:issue-35721, r=alexcrichtonbors-6/+9
2016-08-17Rollup merge of #35707 - frewsxcv:vec-into-iter-debug, r=alexcrichtonJonathan Turner-0/+9
2016-08-16Make `vec::IntoIter` covariant againAndrew Paseltiner-6/+9
2016-08-16Auto merge of #35354 - tomgarcia:covariant-drain, r=alexcrichtonbors-3/+4
2016-08-15Implement `Debug` for `std::vec::IntoIter`.Corey Farwell-0/+9
2016-08-14Rollup merge of #35598 - tshepang:needless-binding, r=steveklabnikEduard-Mihai Burtescu-2/+1
2016-08-14Rollup merge of #35597 - tshepang:it-is-a-slice, r=steveklabnikEduard-Mihai Burtescu-1/+1
2016-08-14Rollup merge of #35447 - frewsxcv:vec-into-iter-as-slice, r=alexcrichtonEduard-Mihai Burtescu-12/+51
2016-08-11Introduce `as_mut_slice` method on `std::vec::IntoIter` struct.Corey Farwell-9/+29
2016-08-11Introduce `as_slice` method on `std::vec::IntoIter` struct.Corey Farwell-3/+22
2016-08-11string: remove needless bindingTshepang Lekhonkhobe-2/+1
2016-08-11doc: a value of type `&str` is called a "string slice"Tshepang Lekhonkhobe-1/+1
2016-08-09Add tracking issue for `String::insert_str`Murarth-1/+1
2016-08-08Auto merge of #34762 - creativcoder:slice-ext, r=alexcrichtonbors-4/+4
2016-08-09extend lifetime on binary_search_by_key of SliceExt traitRahul Sharma-4/+4
2016-08-07Add `FromIterator` implementations for `Cow<str>`Alexander Altman-0/+21
2016-08-05Rollup merge of #35181 - GuillaumeGomez:vec_doc, r=steveklabnikGuillaume Gomez-0/+19
2016-08-04Made vec_deque::Drain, hash_map::Drain, and hash_set::Drain covariantThomas Garcia-3/+4
2016-08-02Add doc example for VecGuillaume Gomez-0/+19
2016-08-02Add doc examples for `range::RangeArgument::{start,end}`.Corey Farwell-0/+32
2016-08-01Auto merge of #35054 - pwoolcoc:stringfromchars, r=brsonbors-0/+20
2016-08-02Rollup merge of #35134 - frewsxcv:slice-chunks, r=GuillaumeGomezSeo Sanghyeon-9/+7