about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2016-01-04Feature-gate defaulted type parameters outside of types.Niko Matsakis-12/+12
2016-01-02Fix off-by-one in String::removediwic-3/+3
2015-12-31Make `LinkedList` and its read-only iterators covariantAndrew Paseltiner-7/+15
2015-12-26Fix some links in str docsFlorian Hartwig-3/+3
2015-12-23BinaryHeap: Use full sift down in .pop()Ulrik Sverdrup-1/+26
2015-12-21Register new snapshotsAlex Crichton-16/+4
2015-12-18Auto merge of #29973 - petrochenkov:privinpub, r=nikomatsakisbors-6/+6
2015-12-18Auto merge of #30272 - tshepang:doc-drain, r=blussbors-15/+26
2015-12-18Fix the falloutVadim Petrochenkov-6/+6
2015-12-17Auto merge of #30445 - steveklabnik:rollup, r=steveklabnikbors-9/+0
2015-12-17doc: improve drain examples and remove secondary info from leading paragraphTshepang Lekhonkhobe-15/+26
2015-12-17doc: no need to duplicate docs on renamed APITshepang Lekhonkhobe-9/+0
2015-12-17Remove unused importsJeffrey Seyfried-3/+3
2015-12-14Add links in BTreeSet docsOri Avtalion-3/+8
2015-12-14Auto merge of #30369 - jethrogb:patch-2, r=steveklabnikbors-8/+8
2015-12-13Make BinaryHeap Dijkstra example return Optionjethrogb-8/+8
2015-12-13restore tests accidentally removed in #30182Tamir Duberstein-0/+3
2015-12-11Auto merge of #30308 - tsion:typo, r=sanxiynbors-2/+2
2015-12-10Improve documentation on String's methodsSteve Klabnik-94/+294
2015-12-10Correct 'bye' to 'byte' in str docs.Scott Olson-2/+2
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-84/+7
2015-12-09doc: these are just renames, so avoid duplicationTshepang Lekhonkhobe-15/+1
2015-12-07Fix some str docs to refer to patternsWilliam Throwe-10/+13
2015-12-07Let str::replace take a patternWilliam Throwe-1/+1
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-46/+95
2015-12-02Auto merge of #30146 - steveklabnik:doc_string_intro, r=brsonbors-4/+194
2015-12-02Write better module-level and type-level docs for StringSteve Klabnik-4/+194
2015-12-01Auto merge of #30124 - steveklabnik:doc_string_errors, r=alexcrichtonbors-8/+98
2015-12-01Document the Error types in std::stringSteve Klabnik-8/+98
2015-12-01Auto merge of #30057 - steveklabnik:doc_str, r=alexcrichtonbors-234/+579
2015-11-30Rollup merge of #30120 - steveklabnik:doc_string_parse_error, r=alexcrichtonSteve Klabnik-1/+12
2015-11-30Document std::string::ParseErrorSteve Klabnik-1/+12
2015-11-30Better docs for the str primitiveSteve Klabnik-234/+579
2015-11-30Write some docs for ToStringSteve Klabnik-2/+20
2015-11-26Auto merge of #30015 - petrochenkov:staged, r=brsonbors-1/+1
2015-11-25Auto merge of #30017 - nrc:fmt, r=brsonbors-982/+1426
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+1
2015-11-24rustfmt libcollectionsNick Cameron-982/+1426
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-8/+10
2015-11-18Review fixesVadim Petrochenkov-1/+3
2015-11-18Add missing annotations and some testsVadim Petrochenkov-1/+56
2015-11-16Auto merge of #29830 - petrochenkov:mapdoc, r=alexcrichtonbors-2/+3
2015-11-14docs: Clarify insertion behavior for mapsVadim Petrochenkov-2/+3
2015-11-13Auto merge of #29811 - bluss:binary-heap-sift-less, r=gankrobors-7/+8
2015-11-13BinaryHeap: Simplify sift downUlrik Sverdrup-7/+8
2015-11-13Auto merge of #29675 - bluss:merge-sort-fastpath, r=huonwbors-0/+12
2015-11-12libcollections: deny warnings in doctestsKevin Butler-8/+27
2015-11-08Fix outdated comment in Vec::from_iterStepan Koltsov-2/+1
2015-11-07sort: Guard the fast path by length checkUlrik Sverdrup-2/+4
2015-11-07sort: Fast path for already sorted dataUlrik Sverdrup-0/+10