about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-1620/+1715
2014-11-02auto merge of #18456 : gamazeps/rust/issue18449, r=thestingerbors-9/+6
2014-11-01bubble up out-of-memory errors from liballocDaniel Micay-0/+3
2014-11-01collections: Remove all collections traitsAlex Crichton-1268/+1927
2014-10-31DOC: improves the str type explanationgamazeps-9/+6
2014-10-31DSTify HashJorge Aparicio-17/+22
2014-10-30rollup merge of #18445 : alexcrichton/index-mutAlex Crichton-66/+64
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-3/+3
2014-10-30rollup merge of #18443 : alexcrichton/deref-vec-and-stringAlex Crichton-432/+25
2014-10-30collections: Enable IndexMut for some collectionsAlex Crichton-66/+64
2014-10-29collections: impl Deref for Vec/StringAlex Crichton-432/+25
2014-10-29Rename fail! to panic!Steve Klabnik-53/+53
2014-10-28auto merge of #18291 : japaric/rust/dstify, r=aturonbors-27/+29
2014-10-28Update code with new lint namesAaron Turon-3/+3
2014-10-28auto merge of #18254 : areski/rust/pr-fix-vec-doc-example, r=alexcrichtonbors-2/+8
2014-10-27DSTify [T]/str extension traitsJorge Aparicio-27/+29
2014-10-27Test fixes and rebase conflicts from rollupAlex Crichton-1/+1
2014-10-27rollup merge of #18332 : jbcrail/fix-commentsAlex Crichton-11/+11
2014-10-27Add @thestinger comment explaining that shrink_to_fit might drop down as clos...areski-2/+4
2014-10-25Fix spelling mistakes in comments.Joseph Crail-11/+11
2014-10-24Make the Vec data structure layout match raw::Slice.Clark Gaebel-11/+11
2014-10-24Add a lint for not using field pattern shorthandsP1start-6/+6
2014-10-23Improved examples on Vec documentationareski-1/+5
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-938/+88
2014-10-18auto merge of #18096 : Gankro/rust/ganksy-is-dum, r=steveklabnikbors-1/+1
2014-10-17auto merge of #18089 : gamazeps/rust/small-bitv-cleanup, r=alexcrichtonbors-3/+0
2014-10-16Fix broken link in libcollections docsAlexis Beingessner-1/+1
2014-10-16libcollections: Remove all uses of {:?}.Luqman Aden-14/+11
2014-10-16Remove libdebug and update tests.Luqman Aden-1/+0
2014-10-16Removes useless confs from bitv.rsgamazeps-3/+0
2014-10-16auto merge of #18067 : mahkoh/rust/immutableintslice, r=alexcrichtonbors-0/+1
2014-10-15auto merge of #17934 : pcwalton/rust/better-autoderef-fixup, r=pnkfelixbors-4/+3
2014-10-15export *IntSlice in libcollectionsJulian Orth-0/+1
2014-10-14auto merge of #18018 : gamazeps/rust/isuue16736, r=cmrbors-104/+105
2014-10-14librustc: Improve method autoderef/deref/index behavior more, and enablePatrick Walton-4/+3
2014-10-14Switches from uint to u32 in BitV and BitVSetFelix Raimundo-104/+105
2014-10-13rollup merge of #17970 : nodakai/cleanup-warningsAlex Crichton-45/+49
2014-10-13rollup merge of #17888 : gmfawcett/patch-1Alex Crichton-1/+1
2014-10-13Clean up rustc warnings.NODA, Kai-45/+49
2014-10-12auto merge of #17942 : JIghtuse/rust/master, r=alexcrichtonbors-12/+7
2014-10-11auto merge of #17801 : Gankro/rust/collections-stuff, r=sfacklerbors-18/+140
2014-10-11Remove into_vec method from &[T]Boris Egorov-12/+7
2014-10-10Register new snapshotsAlex Crichton-85/+0
2014-10-10improve the performance of the vec![] macroDaniel Micay-2/+2
2014-10-10implement Box<[T]> <-> Vec<T> conversionsDaniel Micay-0/+47
2014-10-10vec: minor cleanupDaniel Micay-2/+1
2014-10-10auto merge of #17853 : alexcrichton/rust/issue-17718, r=pcwaltonbors-4/+4
2014-10-09auto merge of #17891 : brson/rust/verbump, r=alexcrichtonbors-1/+1
2014-10-09auto merge of #17558 : kaseyc/rust/fix_bitvset_union, r=aturonbors-57/+131
2014-10-09Use the same html_root_url for all docsBrian Anderson-1/+1