about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2016-07-19Auto merge of #34885 - GuillaumeGomez:btree_map_debug, r=alexcrichtonbors-0/+33
2016-07-19Add debug for btree_map::{Entry, VacantEntry, OccupiedEntry}Guillaume Gomez-0/+33
2016-07-18Rollup merge of #34884 - shepmaster:from_raw_parts_doc, r=@nagisaSeo Sanghyeon-1/+13
2016-07-18Rollup merge of #34853 - frewsxcv:vec-truncate, r=GuillaumeGomezSeo Sanghyeon-1/+28
2016-07-17Remove extraneous wordsJake Goulding-1/+1
2016-07-17Document from_raw_parts involves ownership transferJake Goulding-0/+12
2016-07-16Remove unnecessary indexing and deref in `Vec::as_mut_slice`.Corey Farwell-1/+1
2016-07-16Partial rewrite/expansion of `Vec::truncate` documentation.Corey Farwell-1/+28
2016-07-14Mention where `std::vec` structs originate from.Corey Farwell-0/+11
2016-07-13Auto merge of #34608 - apasel422:ll, r=blussbors-352/+283
2016-07-11Auto merge of #34725 - GuillaumeGomez:doc_slice, r=steveklabnikbors-9/+236
2016-07-09Auto merge of #34745 - alexandermerritt:slice-doc, r=brsonbors-1/+1
2016-07-09make clone_from_slice consistent with copy_from_sliceAlexander Merritt-1/+1
2016-07-09Improve slice docsGuillaume Gomez-9/+236
2016-07-08Remove useless doc comment for sliceGuillaume Gomez-1/+0
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-20/+5
2016-07-01Replace `LinkedList`'s use of `Box` with `Shared`Andrew Paseltiner-352/+283
2016-06-30Rollup merge of #34547 - sanxiyn:pretty-lifetime, r=pnkfelixJeffrey Seyfried-0/+1
2016-06-29Rollup merge of #34305 - Aaronepower:master, r=alexcrichtonJeffrey Seyfried-0/+11
2016-06-25Add example with leading zerosStefan Schindler-0/+1
2016-06-24Auto merge of #34425 - tbu-:pr_len_instead_of_size_hint, r=alexcrichtonbors-1/+1
2016-06-24Auto merge of #34399 - alexcrichton:issue-audit, r=brsonbors-2/+1
2016-06-23std: Fix up stabilization discrepanciesAlex Crichton-2/+1
2016-06-23Use `len` instead of `size_hint` where appropiateTobias Bucher-1/+1
2016-06-23Added Default trait for CowAaronepower-0/+11
2016-06-21implemented peek_mut and unit testsNathan Moos-0/+68
2016-06-17Add short summaries to btree modulesOliver Middleton-0/+2
2016-06-15Map::Entry::take() method to recover key and value togetherSean McArthur-0/+12
2016-06-10Update tracking issue for `{BTreeMap, BTreeSet}::{append, split_off}`Andrew Paseltiner-4/+4
2016-06-10Rollup merge of #34175 - rwz:patch-2, r=alexcrichtonSeo Sanghyeon-1/+1
2016-06-10Rollup merge of #34088 - srinivasreddy:rustfmt_map.rs, r=nrcSeo Sanghyeon-220/+274
2016-06-08Fix BTreeMap example typoPavel Pravosud-1/+1
2016-06-07Rollup merge of #33645 - withoutboats:woboats_trim_matches_doc, r=steveklabnikSteve Klabnik-2/+2
2016-06-05run rustfmt on map.rs in libcollections/btree folderSrinivas Reddy Thatiparthy-220/+274
2016-06-01Auto merge of #33947 - xosmig:btree_split_off, r=gereeterbors-92/+411
2016-06-01Auto merge of #33853 - alexcrichton:remove-deprecated, r=aturonbors-239/+0
2016-06-01Rollup merge of #33606 - tshepang:future-talk, r=brsonManish Goregaokar-6/+3
2016-06-01Implement split_off for BTreeMap and BTreeSet (RFC 509)Andrey Tonkih-92/+411
2016-05-30std: Clean out old unstable + deprecated APIsAlex Crichton-239/+0
2016-05-30Rollup merge of #33893 - Ophirr33:docs_string_split_fix, r=GuillaumeGomezManish Goregaokar-2/+28
2016-05-27Added examples/docs to split in str.rsTy Coghlan-2/+28
2016-05-27Rollup merge of #33858 - liigo:patch-7, r=GuillaumeGomezGuillaume Gomez-1/+1
2016-05-25Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturonbors-13/+10
2016-05-25Point out the clone operation in summary line docs of `Vec::extend_from_slice`Liigo Zhuang-1/+1
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-13/+10
2016-05-20Clarify docs for sort(&mut self)Stefan Schindler-7/+4
2016-05-16Rollup merge of #33635 - tshepang:capitalise, r=steveklabnikEduard-Mihai Burtescu-1/+1
2016-05-16Rollup merge of #33634 - tshepang:nicer-output, r=steveklabnikEduard-Mihai Burtescu-1/+1
2016-05-16Rollup merge of #33633 - tshepang:no-effect, r=steveklabnikEduard-Mihai Burtescu-2/+0
2016-05-16Rollup merge of #33605 - tshepang:less-awkward, r=steveklabnikEduard-Mihai Burtescu-2/+2