summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2015-12-09doc: these are just renames, so avoid duplicationTshepang Lekhonkhobe-15/+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
2015-11-06Auto merge of #29643 - petrochenkov:stability5, r=alexcrichtonbors-7/+0
2015-11-05Rollup merge of #29614 - bluss:vec-drop-comment, r=GankroSteve Klabnik-4/+0
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-7/+0
2015-11-05vec: Remove old comment in Vec::dropUlrik Sverdrup-4/+0
2015-11-04Mention [T]::sort is stable in docsSteve Klabnik-0/+2
2015-11-03Auto merge of #29545 - mystor:vec-deque-test-panic, r=blussbors-7/+9
2015-11-03Correct incorrect assertion in VecDeque::wrap_copyMichael Layzell-7/+9
2015-11-03libcollections: DRY up a PartialEq impl for StringKevin Butler-18/+3
2015-10-30don't use drop_in_place as an intrinsicAlexis Beingessner-2/+3
2015-10-30Auto merge of #29458 - tshepang:better, r=alexcrichtonbors-2/+3
2015-10-29doc: fix and expand explanationTshepang Lekhonkhobe-2/+3
2015-10-28Update docstring for truncateCameron Sun-2/+2
2015-10-25Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brsonbors-90/+77
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-90/+77
2015-10-23Unsafety -> Safety in doc headingsSteve Klabnik-4/+4
2015-10-23Auto merge of #27894 - steveklabnik:gh26888, r=alexcrichtonbors-4/+16
2015-10-22Document replacement behavior in some collectionsSteve Klabnik-4/+16
2015-10-21Auto merge of #29186 - pnkfelix:fsk-fix-issue-29166, r=alexcrichtonbors-0/+1
2015-10-20Add dropck unsafe escape hatch (UGEH) to vec::IntoIter.Felix S. Klock II-0/+1
2015-10-20Auto merge of #27723 - mystor:vecdeque_drain_range, r=blussbors-14/+274
2015-10-19Correct spelling in docsAndrew Paseltiner-1/+1
2015-10-13Correct spelling in docsAndrew Paseltiner-2/+2
2015-10-10Trivial typo fix: from_utrf8 should be from_utf8Andrew Chin-1/+1